The Java Tutorials' Weblog
Re-spin Your Desktop Application Into A Java Web Start Application
Do you have a desktop application that you'd like to distribute to a wider audience? How about monetizing your application by showcasing it on the Java Store?
Check out the screencast for valuable information about how to accomplish this.
Download the source code for the Menu Application shown in the screencast.
See the following resources for more information:
- Java Web Start Guide
- Deployment Trail in the Java Tutorials
- Java Warehouse Developer Center in the Java Tutorials
We would be delighted to hear feedback about the screencast!
-- Sowmya Kannan
Posted at 03:17PM Nov 13, 2009 by The Java Tutorial Team | Comments[2]
Friday Nov 13, 2009
The tutorial is nicely done. But the example is very bad. Some HTML and maybe 10 lines PHP are much suitable for an Pizza Order Formular.
I think the sun dataware house store is a better app for this.
What do you think could be a better example?
Posted by Suvi on November 14, 2009 at 04:03 AM PST #
Text editors are the most common example of Java Web Start applications. But really any desktop application like tax or accounting software can also be deployed as a Java Web Start application. I chose the Menu Application because it was a fairly simple example. You are right, there are other simpler ways of implementing that example.
Posted by Sowmya Kannan on November 15, 2009 at 09:13 AM PST #