|
NOTA: La traducción de esta documentación es un esfuerzo personal y voluntario, no es un documento oficial de Sun Microsystems
ni Oracle ni está patrocinado por ninguna de estas empresas. Los documentos originales (en inglés) están disponibles en:
http://java.sun.com/docs/books/tutorial/.
Dirija cualquier comentario, petición, felicitación, etc. a tutorialesjava_@RROBA_codexion.com. |
Si desea ayudar a mantener en funcionamiento esta web, colaborar con la traducción de estos documentos o necesita que se traduzca algĂșn capĂtulo en concreto puede realizar una donación directa mediante Paypal:
|
- In a link that is to run a Java Web Start application, which file is specified as the
atag'shrefattribute?
- Which MIME type must a Web server recognize in order for it to host Java Web Start applications?
- In an application's
JNLPfile, which two elements must be specified within theresourceselement?
- Which interface provides the ability to control how the Java Web Start application's resources are cached?
BasicServiceDownloadServicePersistenceServiceExtendedService
- True or False: Java Web Start applications run in a secure sandbox by default.
- True or False: If a Java Web Start application is running in a secure sandbox, JAR files for the application can reside on different servers.
- For a Java Web Start application to support operations outside of the secure sandbox, what must you do with its JAR files?
Check your answers.
- Write the XML code you would add to a
JNLPfile in order to request that the application have complete access to the client system.
- For a Java Web Start application, you have two icons,
one.gifandtwo.gif, in theimagesdirectory in a JAR file. Write the application code you would use to access these images.