Building Web Applications > Introducing the Web Technologies Used in JViews Maps > Rich Web Applications > Java Web Start Applications

Like applets, such applications allow for traditional development techniques, but applications have off-line capabilities and are cached locally in the execution environment. They minimize start-up time and network bandwidth requirements, since servers only distribute an application when updates are available. The major known drawback is the need to install a Java Web Start environment that can be transparently streamed, but is sometimes blocked by some network security policies.

When you develop a JViews Maps application with this approach, refer to Developing with the SDK and the Java Web Start documentation at http://java.sun.com/products/javawebstart/developers.html.