Deployment Package Overview

A deployment package represents a group of related resources which are treated as a unit. It is packed in a JAR file which file name has a .dp extension. A deployment package can contain bundle resources and processed resources. The latter include non-bundle resources such as configurations, certificates, permissions, etc. Each deployment package contains a manifest file bearing information about its symbolic name and version, the resources it contains, and other.

Note: It is assumed that you have already some basic knowledge of the OSGi Service Platform Compendium Specification, Release 4.2.

Creating a Deployment Package Project File
Generating a Deployment Package
Quick Deployment Package Build