blob: 1071c5bab64dfd946c1789e4ed98c8f9723babcf [file] [log] [blame]
<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter&nbsp;1.&nbsp;Introduction to Bundlor</title><meta content="DocBook XSL Stylesheets V1.76.0" name="generator"><link rel="home" href="index.html" title="Bundlor User Guide"><link rel="up" href="index.html" title="Bundlor User Guide"><link rel="prev" href="pr02.html" title="License"><link rel="next" href="ch02.html" title="Chapter&nbsp;2.&nbsp;Getting Bundlor"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><td align="left" width="20%"><a accesskey="p" href="pr02.html">Prev</a>&nbsp;</td><th align="center" width="60%">&nbsp;</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter&nbsp;1.&nbsp;Introduction to Bundlor"><div class="titlepage"><div><div><h2 class="title"><a name="introduction"></a>Chapter&nbsp;1.&nbsp;Introduction to Bundlor</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch01.html#introduction.about">About Bundlor</a></span></dt></dl></div><div class="section" title="About Bundlor"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="introduction.about"></a>About Bundlor</h2></div></div></div><p>
With the increasing focus on OSGi in Enterprise Java, there has been increasing focus on creating OSGi
bundles for deployment.
When a development team is creating their own bundles, bundlor simplifies the creation and maintenance of
the OSGi metadata of each bundle.
</p><p>
Bundlor also helps in the use of third-party enterprise libraries, many of which are not packaged as OSGi bundles.
In this case, developers must add OSGi metadata to the library before use.
</p><p>
Bundlor helps in both these scenarios. It can be very hard for developers to keep track of the
dependencies needed by a JAR file. Bundlor is a tool that automates the detection
of dependencies and the creation of OSGi manifest directives for JARs after their creation. Bundlor takes as
input a JAR and a template consisting of a superset of the standard OSGi manifest headers. Bundlor analyses
the source code and support files contained in the JAR, applies the template to the results, and generates a
manifest.
</p><p>
The use of Bundlor can take different forms, from an Apache ANT task and an Apache Maven plugin, to
simple command line execution.
</p></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="pr02.html">Prev</a>&nbsp;</td><td align="center" width="20%">&nbsp;</td><td align="right" width="40%">&nbsp;<a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;</td></tr></table></div></body></html>