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 "OSGI component support in Service Creation"

(New page: This wiki is aiming to discuss how to support OSGI based service component development in STP. Dec 27, 2007 == Introduction == As more and more Middleware servers becomes OSGI based. We n...)
 
Line 9: Line 9:
  
 
== Existing OSGI tooling ==
 
== Existing OSGI tooling ==
 +
=== PDE OSGI tooling support ===
 +
''"Eclipse PDE UI also provides comprehensive OSGi tooling, which makes it an ideal environment for component programming, not just Eclipse plug-in development."
 +
''
  
 
== How to create a OSGI service component ==
 
== How to create a OSGI service component ==

Revision as of 02:17, 27 December 2007

This wiki is aiming to discuss how to support OSGI based service component development in STP. Dec 27, 2007

Introduction

As more and more Middleware servers becomes OSGI based. We need to support users to create service component in the format of OSGI bundle in an Service Oriented Approach.

We will use ServiceMix 4.0 as a reference SOA runtime here, which is based on Apache Felix OSGI implementation.

Existing OSGI tooling

PDE OSGI tooling support

"Eclipse PDE UI also provides comprehensive OSGi tooling, which makes it an ideal environment for component programming, not just Eclipse plug-in development."

How to create a OSGI service component

How to deploy OSGI component to runtime

How to test and debug

OSGI Console in eclipse

local console

remote console

User Scenario

Back to the top