pradeep_brat
asked on
How to download Swing application in Server side on request from client
How to download Swing application on request from client. The swing application is in the server side and needs to be downloaded each time request is made by the client.
ASKER
I have written a swing program which on running loads a JSP File (say login.jsp) into it. I dont think there is a function in Applet that allows the loading of HTML page. Like the HTMLEditorKit in swing.
Use a JApplet.
Use WebStart
> Use WebStart
I agree and its a standard ;) see this documents to help you with all your needs :
http://java.sun.com/products/javawebstart/developers.html
I also did implement webstart on mine :
http://myjavaserver.com/~jmsoan/cube-j/
I agree and its a standard ;) see this documents to help you with all your needs :
http://java.sun.com/products/javawebstart/developers.html
I also did implement webstart on mine :
http://myjavaserver.com/~jmsoan/cube-j/
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
;JOOP!