| Author |
Swing app server architecture
|
Hendra Kurniawan
Ranch Hand
Joined: Jan 31, 2011
Posts: 81
|
|
|
I'm planning to create an application using swing. lets say the swing app is installed in the server machine with all the JVM etc. do I need to install jvm in clients' machine? in web app, the client doesn't need to install anything other than web browser. is this the case with swing app? thanks
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 13842
|
|
|
It's true that to run the Swing app on a client's machine, you need to get both the app and a suitable JVM onto that machine. But no, you technically don't need to "install" anything there -- you can use Java Web Start to ensure that the app and its JVM get onto the client's machine.
|
 |
Hendra Kurniawan
Ranch Hand
Joined: Jan 31, 2011
Posts: 81
|
|
|
Could you please explain more about this java web start? many thanks
|
 |
Rob Spoor
Saloon Keeper
Joined: Oct 27, 2005
Posts: 18370
|
|
|
http://docs.oracle.com/javase/6/docs/technotes/guides/javaws/
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 3218
|
|
|
And http://docs.oracle.com/javase/tutorial/deployment/webstart/index.html
|
luck, db
There are no new questions, but there may be new answers.
|
 |
 |
|
|
subject: Swing app server architecture
|
|
|