This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: WebStart Performance issue
 
Similar Threads
This weeks Giveaway
Webstart to use jre 1.4
How can I make use of WebStart?
Integrating Java Webstart feature at later stage?
security in webstart