Implementation
The code shown here is available for download at the Companion Web site for this book.
Let's begin with the main JNLP file, (namely textuale-main.jnlp) shown in Listing 13.1. |
Listing 13.1. The application main JNLP file
<?xml version="1.0" encoding="UTF-8"?> <jnlp spec="1.0+" codebase="http://server/b2/c13/" href="textuale-main.jnlp"> <information> <title>Textuale Application</title> <vendor>Mauro's Workshop</vendor> <homepage href="home.html"/> <description kind="short">A simple expandable Java text editor</description> <description kind="tooltip">A text Editor</description> <icon href="textuale-big.gif"/> <offline-allowed/> </information> ... |
Get Java™ Deployment with JNLP™ and Webstart™ now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.