aspose file tools
The moose likes Spring and the fly likes Spring DM Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "Spring DM" Watch "Spring DM" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Spring DM
 
Similar Threads
Spring DM versus JSR-291
OSGi & Equinox : Spring DM
A good reference or trial app for Spring DM
Spring Dynamic Modules
* Welcome Arnaud Cogoluegnes, Thierry Templier & Andy Piper