| Author |
Spring DM
|
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
Dear Authors,
What are the key features/plugins provided by Eclipse & Maven for OSGi development which we can use with Spring DM?
Thanks,
|
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
|
 |
Thierry Templier
author
Greenhorn
Joined: Jan 26, 2010
Posts: 15
|
|
Hello,
Regarding OSGi and Eclipse, you can use PDE (Plugin Development Environment) since it provides facilities to develop plugins (which are primarly OSGi bundles). To simplify, an Eclipse plugin is an OSGi bundle with support of extension points. PDE allows develop OSGi bundle by specifying this kind at plugin creation:
"The plugin s targeted to run with:
- an OSGi framework: standard".
Regarding Maven, some tools like felix-bundle-plugin or bundlor allow building OSGi bundle configuration based on the Maven configuration (pom.xml).
Both can be used to develop Spring DM applications / bundles...
Hope it answers your questions.
Thierry
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
Thanks Thierry, I have to try those when I get some time later
|
 |
 |
|
|
subject: Spring DM
|
|
|