Book a Demo

Author Topic: OSGi declarative services in Java / Reverse Engine  (Read 2573 times)

Sebastian Gliss

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
OSGi declarative services in Java / Reverse Engine
« on: December 01, 2009, 01:05:55 am »
Dear Sparx Users,

Ok, I am completely new to Enterprise Architect, respectively I have used it for Analysis.

But now I like to do the step into source code engineering and thereby I have a Problem regarding OSGi declarative services:

a declarative service in OSGi (equinox in my case) is a component, which is desribed in a xml-file. The description contains the interface(s) the service provides, the implementation class and - most important - the dependencies to other components, which are declarative services, too.

My goal is to generate a component diagram out of a set of declarative service description-files. The diagram could show the relations between the component and other components as well as some details like implementation class etc.

The relation between the components could be of any kind, thus 0..n, 1..1, 1..n

If there is not a solution out of the box, could you please tell me how to get into the mdg features, so that I can create my own conversion script respectively see if it is possible to realize this?

ThanX

Sebastian