File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JNLP and Web Start and the fly likes WebStart Performance issue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JNLP and Web Start
Reply Bookmark "WebStart Performance issue" Watch "WebStart Performance issue" New topic
Author

WebStart Performance issue

qing zhong
Greenhorn

Joined: Apr 15, 2003
Posts: 6
Hi all,
Now I am in the trouble of webstart. I developed am application which client side is written by swing (server side is EJB). I debug it on my machine and running performance is ok, but when I depoly it by webstart. The speed will be slower 2~3 times than runnig on my machine. What's wrong with it? Is there any special place I need to care or config?
I will thanks a lot if you can help me!
Thanks
Qing
Timo Wiedenmann
Greenhorn

Joined: Aug 20, 2003
Posts: 6
Hi Qing,
I had the same problem some days ago ...
I found a hint about WebStart performance and the SecurityManager,
so I signed my application to avoid those constant security checks.
Then it was as fast as started as JAR !!
You can try it locally using a test certificate, see Howto by SUN
I hope this will solve your problem ...
Timo
 
 
subject: WebStart Performance issue
 
Threads others viewed
This weeks Giveaway
Webstart to use jre 1.4
security in webstart
Integrating Java Webstart feature at later stage?
How can I make use of WebStart?
developer file tools