September 2001
Intermediate to advanced
512 pages
10h 22m
English
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.
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 ...
Read now
Unlock full access