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 "Corona Design SOA"

Line 5: Line 5:
 
[[Image:CoronaSOAArchitecture.png]]
 
[[Image:CoronaSOAArchitecture.png]]
  
'''HTTP Service Provider BUNDLE'''
+
'''HTTP Service Provider BUNDLE''' - This is a standard service (as specified in the OSGi R4 Companion document). There are a number of implementations available. Corona will initially support the Equinox internal implementation and the Equinox Servlet Bridge.
  
'''Isolation Layer Implementation BUNDLE - SOAP Service Provider'''
+
'''Isolation Layer Implementation BUNDLE - SOAP Service Provider''' - This bundle will provide an implementation of the SOAP Service (loosely defined as of now). This service will consume an HTTP Service implementation, allowing a decoupling of the SOAP stack from the HTTP implementation.
  
 
'''OSGi/Muse BUNDLE'''
 
'''OSGi/Muse BUNDLE'''
  
 
'''Resource BUNDLES'''
 
'''Resource BUNDLES'''

Revision as of 15:09, 24 May 2006

The Corona SOA core will be based on an integration of the Apache Muse Project, which is currently provisioning for a new release. At the heart of the new Muse release is the idea of isolating the implementation details of WSDM-managed resources from specific deployment containers. This is accomplished by the creation of an abstraction layer that sits between the Muse core and the SOAP provider that hosts it.

The initial provisioning of Muse lacks an OSGi-oriented implementation of these abstraction layers. We (Corona) propose to provide this implementation as part of Apache/Muse, and to add on to it to support Corona-specific extensions.

CoronaSOAArchitecture.png

HTTP Service Provider BUNDLE - This is a standard service (as specified in the OSGi R4 Companion document). There are a number of implementations available. Corona will initially support the Equinox internal implementation and the Equinox Servlet Bridge.

Isolation Layer Implementation BUNDLE - SOAP Service Provider - This bundle will provide an implementation of the SOAP Service (loosely defined as of now). This service will consume an HTTP Service implementation, allowing a decoupling of the SOAP stack from the HTTP implementation.

OSGi/Muse BUNDLE

Resource BUNDLES

Back to the top