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:
Check the JNLP API documentation to see the complete list of the functionality available to RIAs that are launched by using JNLP.
- They can use the
FileOpenServiceandFileSaveServiceAPI to access the user's file system..- They can use the
ClipboardServiceAPI to access the shared system-wide clipboard.- They can use the
PrintServiceAPI to access printing functions.- They can use the
PersistenceServiceAPI to access persistence storage.- They can use the
DownloadServiceAPI to control how the RIA is downloaded and cached.- They can use the
SingleInstanceServiceAPI to decide how to handle arguments when multiple instances of the RIA are launched.- They can use the
ExtendedServiceAPI to request permission to open certain files that have not been opened before.