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
(New page: IBM WebSphere Application Server (since V8, V7 with OSGi FEP) provides an OSGi bundle repository that is accessible for Java Enterprise Applications. To be continued...)
 
m
Line 1: Line 1:
IBM WebSphere Application Server (since V8, V7 with OSGi FEP) provides an OSGi bundle repository that is accessible for Java Enterprise Applications.
+
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 be continued...
+

Revision as of 15:14, 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.

Back to the top