You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The actual iPOJO version is the 0.7.0-incubator. This page contains links to download iPOJO binaries and sources of the latest version.

Binaries files

iPOJO Runtime

The iPOJO Runtime is an OSGi bundle. You need only to install this bundle to use iPOJO. You can download the bundle here.

iPOJO Maven Plug-in

To build iPOJO Bundle, you can use a Maven plug-in. The plug-in needs to be installed in your Maven repository.  First download the iPOJO plug-in and then use the following command to install it:

mvn install:install-file -DgroupId=org.apache.felix \
      -DartifactId=org.apache.felix.ipojo.plugin \
      -Dversion=0.7.0-incubator-SNAPSHOT \
      -Dpackaging=jar \
      -Dfile=/path/to/file

Replace /path/to/file by the path of the iPOJO Plugin.Beside, an Eclipse plugin is available at http://plop-plop.net/clement(update site). This plugin allow creating and packaging iPOJO Project . The Eclipse Plug-in use BND.

iPOJO Architecture Command

This bundle allows displaying information on created instances (only instances publishing their architecture). This bundle offer a new Felix command (named arch), displaying this information.

You can download the Architecture Command bundle here.

Sources

iPOJO Sources are available on the Apache Felix Project source trunk. To download all Felix sources, use the command :

svn checkout http://svn.apache.org/repos/asf/incubator/felix/trunk

However, iPOJO code can be downloaded separatly by using the following commands:

svn checkout http://svn.apache.org/repos/asf/incubator/felix/trunk/ipojo.metadatasvn checkout http://svn.apache.org/repos/asf/incubator/felix/trunk/ipojosvn checkout http://svn.apache.org/repos/asf/incubator/felix/trunk/ipojo.pluginsvn checkout http://svn.apache.org/repos/asf/incubator/felix/trunk/ipojo.arch

   

 

  • No labels