Java Reference
In-Depth Information
Note that, besides the launching JNLP file ( anapp.jnlp) ,there is the anapp.jar JAR file con-
taining the following items:
11
•Two properties files, messages.properties and messages_it.properties, specifying
text for the two supported locales.
•Java classes needed to run the application.
•Eventually, the META-INF/MANIFEST.MF , necessary if the main class has not been speci-
fied in the JNLP file.
• Some graphic icons.
See Chapter 13 for more examples of use of the JNLP API.
Summary
In this chapter, we examined the runtime services offered by JNLP client to its applications.
The heart of these services lies within the javax.jnlp.ServiceManager class. In Chapter 12,
we will study how JNLP is supported by a remote server which acts as a deployment server, as
described in Chapter 2.
Search WWH ::




Custom Search