JNLP API (The Java™ Tutorials Deployment (original) (raw)
Rich Internet applications (RIAs) can use the Java Network Launch Protocol (JNLP) API to perform extensive operations on the user's environment. When launched by using JNLP, even unsigned RIAs can perform the following operations with the user's permission:
- They can use the FileOpenService and FileSaveService API to access the user's file system..
- They can use the ClipboardService API to access the shared system-wide clipboard.
- They can use the PrintService API to access printing functions.
- They can use the PersistenceService API to access persistence storage.
- They can use the DownloadService API to control how the RIA is downloaded and cached.
- They can use the DownloadServiceListener API to determine progress of the RIA's download.
- They can use the SingleInstanceService API to decide how to handle arguments when multiple instances of the RIA are launched.
- They can use the ExtendedService API to request permission to open certain files that have not been opened before.
Check the JNLP API documentation to see the complete list of the functionality available to RIAs that are launched by using JNLP.