Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Examples/DBWS/AdvancedOSGi"

Line 5: Line 5:
 
__NOTOC__
 
__NOTOC__
 
== DBWS in an OSGi Environment ==
 
== DBWS in an OSGi Environment ==
 +
An Eclipselink DBWS service can be run in an OSGi environment using Javase 6's 'containerless' [http://java.sun.com/javase/6/docs/api/javax/xml/ws/Endpoint.html javax.xml.ws.Endpoint] API.
 +
 +
 +
EclipseLink/Examples/DBWS/AdvancedJavase6Containerless

Revision as of 13:52, 11 August 2010


DBWS in an OSGi Environment

An Eclipselink DBWS service can be run in an OSGi environment using Javase 6's 'containerless' javax.xml.ws.Endpoint API.


EclipseLink/Examples/DBWS/AdvancedJavase6Containerless

Back to the top