Link to home
Start Free TrialLog in
Avatar of pradeep_brat
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.
Avatar of sciuriware
sciuriware

Sound like you should write an applet and have in loaded by the browser.

;JOOP!
Avatar of pradeep_brat

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.
Avatar of Mayank S
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/
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial