OSGi Pas à Pas/Chap07

From air
Jump to navigation Jump to search

Précédent Sommaire Suivant


OSGi distribué

Rédacteur(s): Didier Donsez, Thomas Calmant

D-OSGi

D-OSGi avec Apache CXF

Quelques lectures pour rédiger ce chapitre


Faire une manip avec le snackbar basé sur l'exemple iPOJO CXF de Clément


java -Dorg.osgi.framework.storage=caches/dosgi-server -jar bin/felix.jar

start http://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.ipojo/1.2.0/org.apache.felix.ipojo-1.2.0.jar
start http://ftp.halifax.rwth-aachen.de/apache/felix/org.osgi.compendium-1.2.0.jar
start https://repository.apache.org/content/groups/snapshots/org/apache/cxf/dosgi/cxf-dosgi-ri-singlebundle-distribution/1.1-SNAPSHOT/cxf-dosgi-ri-singlebundle-distribution-1.1-SNAPSHOT.jar
start http://people.apache.org/~clement/ipojo/tutorials/dosgi/AdderServiceInterface-0.0.1-SNAPSHOT.jar
start http://people.apache.org/~clement/ipojo/tutorials/dosgi/AdderServiceProvider-0.0.1-SNAPSHOT.jar


java -Dorg.osgi.framework.storage=caches/dosgi-client -jar bin/felix.jar

start http://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.ipojo/1.2.0/org.apache.felix.ipojo-1.2.0.jar
start http://ftp.halifax.rwth-aachen.de/apache/felix/org.osgi.compendium-1.2.0.jar
start https://repository.apache.org/content/groups/snapshots/org/apache/cxf/dosgi/cxf-dosgi-ri-singlebundle-distribution/1.1-SNAPSHOT/cxf-dosgi-ri-singlebundle-distribution-1.1-SNAPSHOT.jar
start http://people.apache.org/~clement/ipojo/tutorials/dosgi/AdderServiceInterface-0.0.1-SNAPSHOT.jar
start http://people.apache.org/~clement/ipojo/tutorials/dosgi/AdderServiceImporter-0.0.1-SNAPSHOT.jar
start http://people.apache.org/~clement/ipojo/tutorials/dosgi/AdderServiceConsumer-0.0.1-SNAPSHOT.jar

Eclipse Communication Framework (ECF)