Spring Dynamic Modules for OSGi(tm) Service Platforms
Introduction
The Spring Dynamic Modules for OSGi(tm) Service Platforms project makes it easy to build Spring applications that run in an OSGi framework. A Spring application written in this way provides better separation of modules, the ability to dynamically add, remove, and update modules in a running system, the ability to deploy multiple versions of a module simultaneously (and have clients automatically bind to the appropriate one), and a dynamic service model. OSGi is a registered trademark of the OSGi Alliance. Project name is used pending approval from the OSGi Alliance.
Downloads
Spring Dynamic Modules users may also be interested in SpringSource dm Server, an open source, completely modular, OSGi-based Java application server (download). Its documentation is considered a supplement to Spring DM as it explains in detail, how OSGi can be used in various development and production scenarios.
Requirements
- Java 1.4 (or greater)
- OSGi R4 (or greater) platform
(Spring DM is tested daily against Eclipse Equinox 3.2.x, Knopflerfish 2.2.x and Apache Felix 1.x) - Spring Framework 2.5.6 or greater
Current GA release - 1.2.0
- Download
- Reference Documentation (HTML | HTML Single | PDF)
- FAQ
- Known Issues
- Javadocs
- Changelog
Previous GA release - 1.1.3
- Download
- Reference Documentation (HTML | HTML Single | PDF)
- FAQ
- Known Issues
- Javadocs
- Changelog
Previous GA release - 1.0.3
- Download
- Reference Documentation (HTML | HTML Single | PDF)
- FAQ
- Known Issues
- Javadocs
- Changelog
Documentation
- Reference documentation
- Screencasts
- SpringSource OSGi blog
- HOWTO create a new Spring Dynamic Modules bundle project
Books
- Pro Spring Dynamic Modules
- Modular Java: Creating Flexible Applications with OSGi and Spring
- Spring Dynamic Modules in Action
- On (Spring DM and dm Server) Pro SpringSource dm Serverâ„¢
Community Contributions
- Eclipse and Spring-DM tutorial (updated March 22, 2009)
- OSGi and Enteprise Development
- Agile RCP - Presenter First using Spring Dynamic Modules ( PDF | Sources)
- Dependency Injection for Eclipse Extensions
Additional Resources
- SpringSource.com: 1.0 Official Press Release
- InfoQ: Spring-DM 1.0 released
- JavaWorld: Introduction to Spring-DM
OSGi introductions
- DZone: Getting Started with Spring DM refcard
- OSGi.org links and resources
- Glyn Normington blog entry
Presentations
- OSGi with Spring (2007)
- Spring OSGi (2006)
Samples
Support
For Developers
Snapshots
| Source code repository | (trunk | 1.2.x branch | 1.1.x branch) |
| Javadocs | (trunk | 1.2.x branch | 1.1.x branch) |
| Reference Documentation | trunk |
| Source code | (trunk | 1.2.x branch | 1.1.x branch) |
| Submodules reports | |
| Spring OSGi Core | (trunk | 1.2.x branch | 1.1.x branch) |
| Spring OSGi Extender | (trunk | 1.2.x branch | 1.1.x branch) |
| Spring OSGi JUnit support | (trunk | 1.2.x branch | 1.1.x branch) |
| Spring OSGi Mock | (trunk | 1.2.x branch | 1.1.x branch) |
| Spring OSGi Web | (trunk | 1.2.x branch | 1.1.x branch) |
| Spring OSGi Web Extender | (trunk | 1.2.x branch | 1.1.x branch) |
Maven Repositories
Milestone Repository
Milestone releases (such as 1.2.0-m1 or 1.1.0-rc1) are deployed at:
<repository>
<id>spring-maven-milestone</id>
<name>Springframework Maven Repository</name>
<url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
</repository>
Nightly Builds Repository
Nightly snapshot builds are provided for testing and development purposes only. They are built by a Bamboo process automatically using the latest snapshot from Subversion.
The snapshots are deployed to a Maven2 snapshot repository (browsable here). To use them, just add the following repository to the POM:
<repository>
<id>spring-maven-snapshot</id>
<snapshots><enabled>true</enabled></snapshots>
<name>Springframework Maven SNAPSHOT Repository</name>
<url>http://s3.amazonaws.com/maven.springframework.org/snapshot</url>
</repository>
Individual dependencies can then by added like so:
<dependency> <groupId>org.springframework.osgi</groupId> <artifactId>spring-osgi-core</artifactId> <version>1.0-XXX-SNAPSHOT</version> </dependency>
OSGified Artifacts Repository
OSGified artifacts (such as catalina jasper) are provided for development purposes at:
<repository>
<id>spring-osgified-artifacts</id>
<snapshots><enabled>true</enabled></snapshots>
<name>Springframework Maven OSGified Artifacts Repository</name>
<url>http://s3.amazonaws.com/maven.springframework.org/osgi</url>
</repository>
Note that the repository is used internally by Spring DM and it is not supported.
Upcoming Trainings:
Core Spring
July 6 - 9: Melbourne
July 7 - 10: San Diego
July 7 - 10: Paris
July 14 - 17: Dublin
July 21 - 24: Madrid
Developing Rich Web Applications with Spring
July 21 - 24: San Francisco
July 27 - 30: Canberra
Enterprise Integration with Spring
July 21 - 24: Warsaw
July 21 - 24: Chicago
Plus:
OSGi, Hibernate, Apache Tomcat, Groovy & Grails and more...
User login
Upcoming events
- Groovy & Grails with Guillaume Laforge - Paris, FR(Event)(17 days)
- Groovy & Grails with Jeff Brown - Herndon, VA(Event)(17 days)
- Groovy & Grails with Graeme Rocher - London, UK(Event)(24 days)
- Webinar: SpringSource and the Adobe Flash Platform(Event)(47 days)
- SpringOne 2GX 2009(Event)(107 days)
- SpringOne 2GX 2009(Event)(107 days)












