Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "RAP/Running RAP on WebSphere"

< RAP
m
m
Line 1: Line 1:
 
On IBM WebSphere Application Server (since V8, V7 with OSGi FEP), you do not have to install your RAP application using the [http://www.eclipse.org/equinox/server/downloads/bridge.war bridge.war] file. WAS provides an OSGi platform to Java EE applications to use OSGi's resolver mechanism and service dynamic. This platform is based on the Equinox OSGi implementation, but does not support Equinox-specific functionality like Extension Points.
 
On IBM WebSphere Application Server (since V8, V7 with OSGi FEP), you do not have to install your RAP application using the [http://www.eclipse.org/equinox/server/downloads/bridge.war bridge.war] file. WAS provides an OSGi platform to Java EE applications to use OSGi's resolver mechanism and service dynamic. This platform is based on the Equinox OSGi implementation, but does not support Equinox-specific functionality like Extension Points.
 +
 +
To deploy RWT on RAP, you have to do the following steps:
 +
 +
1. Create an EBA file with the <pre>META-INF/MANIFEST.MF file.
 +
 +
It is helpful to use IBM Rational Application Developer V8 with OSGi tools installed or to install [http://www.ibm.com/developerworks/rational/downloads/10/rationaldevtoolsforosgiapplications.html IBM OSGi tools] into Eclipse and to create EBA/WAB/OSGi bundle projects.

Revision as of 15:20, 9 October 2011

On IBM WebSphere Application Server (since V8, V7 with OSGi FEP), you do not have to install your RAP application using the bridge.war file. WAS provides an OSGi platform to Java EE applications to use OSGi's resolver mechanism and service dynamic. This platform is based on the Equinox OSGi implementation, but does not support Equinox-specific functionality like Extension Points.

To deploy RWT on RAP, you have to do the following steps:

1. Create an EBA file with the
META-INF/MANIFEST.MF file.

It is helpful to use IBM Rational Application Developer V8 with OSGi tools installed or to install [http://www.ibm.com/developerworks/rational/downloads/10/rationaldevtoolsforosgiapplications.html IBM OSGi tools] into Eclipse and to create EBA/WAB/OSGi bundle projects.

Back to the top