Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

java problem?

  Asked By: Mada    Date: Nov 19    Category: Java    Views: 766
  

i am java developer.i have a swing application which
is located on server side.How to show it to client
when he clicks on browser?
converting it to applet mighr cause performance
problem as well as applet has quite restrication.can
anyboby suggest alternate way to achieve this.

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Salvatore Kelly     Answered On: Nov 19

Have you tried the Web Start? Perhaps configuring some jnlp stuffs would solve your problem  out.Of course Web Start also has some restrictions on application  but I have no clue about your application. If it's the case just give it a try.

 
Answer #2    Answered By: Deloris Harris     Answered On: Nov 19

U can use applet  with swings, provided your application  doesnt toggle too much between the jsps. Once applet is loaded one can perform its operation

Applet can be loaded if client installs the plugin ...

 
Answer #3    Answered By: Luisa Fischer     Answered On: Nov 19

Read and use Java Web start and see if that makes sense in your case

 
Didn't find what you were looking for? Find more on java problem? Or get search suggestion and latest updates.




Tagged: