| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ] |
| Articles |
- Java Sketchbook: Digging into Java Web Start by Joshua Marinacci - [Clicks: 64]
Java Web Start is a technology for deploying and updating desktop Java applications easily from a web server. It's much more than a launching protocol, however. JWS provides a sandbox for safely running applications, as well as new compression methods to speed up downloads, and some useful extensions to make your application feel at home on the user's desktop. The first part of this series covered just the basics. This second half will show you everything you need to do to make your application run safely and feel professional.
http://today.java.net/pub/a/today/2005/09/01/webstart.html - Sep, 2005 - Java Sketchbook: Getting Started with Java Web Start by Joshua Marinacci - [Clicks: 50]
This two-part series will tell you everything you need to know to start using Java Web Start. By the end of part one, you will have a simple running application that can be launched and updated from the web. Part two will cover security, optimized downloads, and how to polish your program to give it a professional shine.
[Includes sample code]
http://today.java.net/pub/a/today/2005/08/11/webstart.html - Aug, 2005