Legal Notes

An often-overlooked aspect of deployment is its legal side as involves the redistribution of third-party software needed for our application. We will focus only on deployment-related issues here.

Commercial Third-Party Redistributables

Given the huge number of slightly different contracts each vendor establishes, we are forced to discuss only the main features of such contracts.

Generally speaking, there could be three types of inclusion of a third-party library in your application:

  • Including the vendor's provided JAR files.

  • As individual class files (that is, unjarring the related JAR files).

  • As class files included in your application JAR files.

Often, the most important issue for developers is the ability to “break” the provided ...

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.