Using Triaxrs with equinox

The tutorial-1 need only little adaptation to use equinox insteda of felix for running the application.

 in the "eclipse" directory resulting from installig equinox of eclipse run:

 java -jar plugins/org.eclipse.osgi_3.5.0.v20080916-2300.jar -console

the org.eclipse bundles of the following list are in the plugins directory so you can add the using their file-uri

as opposed to felix you have to install a bundle with the uri and start it afterwards with its number (no start <uri>) 

osgi> ss

Framework is launched.

id    State       Bundle
0    ACTIVE      org.eclipse.osgi_3.5.0.v20080916-2300
1    ACTIVE      org.eclipse.equinox.ds_1.0.0.v20080427-0830
2    RESOLVED    org.eclipse.equinox.util_1.0.0.v20080414
3    RESOLVED    org.eclipse.osgi.util_3.1.300.v20080303
4    RESOLVED    org.eclipse.osgi.services_3.1.200.v20071203
5    RESOLVED    org.mortbay.jetty.server_6.1.11
6    ACTIVE      org.wymiwyg.wrhapi_0.6.0
7    ACTIVE      org.wymiwyg.wrhapi-jetty_0.6.0
8    RESOLVED    javax.ws.rs_0.2.0
9    ACTIVE      org.trialox.jaxrs_0.3.0
10    RESOLVED    org.mortbay.jetty.servlet-api-2.5_2.5.0
11    RESOLVED    org.apache.commons.logging_1.0.4.v20080605-1930
12    RESOLVED    org.mortbay.jetty.util_6.1.11
15    ACTIVE      org.example.trialox.tutorial_1.1.0.SNAPSHOT

Labels

 
(None)