This list of enhancements is making my mouth water: http://java.sun.com/j2se/1.5.0/docs/guide/jws/enhancements-1.5.0.html
So many awesome improvements, I especially like:
and
The second reduces the number of things you can’t do in JWS but could with the plain java command, and the first significently improves the ability to deploy JWS applications by other means and use JWS to keep the clients updated.
Another nice feature I like is this one:
Significently the “offline” version which is useful in a game situation where you may want to hold off updating until the servers have first been updated (obviously for games with where the servers are controlled by individuals).
Nice going sun!
Will.