Difference between revisions of "OSGi Pas à Pas/Chap07"

From air
Jump to navigation Jump to search
(Created page with "Précédent Sommaire Suivant ---- ==OSGi distribué== Rédacteur(s): Didier Donsez, Thomas Calmant ===D-OSGi=== ====D-OSGi avec Apache CXF==...")
 
 
Line 1: Line 1:
[[Chap06|Précédent]] [[Livre|Sommaire]] [[Chap07|Suivant]]
+
[[OSGi Pas à Pas/Chap06|Précédent]] [[OSGi Pas à Pas|Sommaire]] [[OSGi Pas à Pas/Chap07|Suivant]]
 
----
 
----
 
==OSGi distribué==
 
==OSGi distribué==

Latest revision as of 06:48, 26 April 2014

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)