Spring Dynamic Modules
http://www.springsource.com/download/community/?project=Spring%20Dynamic%20Modules&version=1.2.1
#repos
This page is an archive - the information on it is out of date, but is provided for archaeological use. Please refer to the Spring DM project page for up to date information. IntroductionThe 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. OSGi 4.2 introduces the Blueprint Service specification based on Spring Dynamic Modules project for which Eclipse Gemini Blueprint (formerly Spring DM 2.x) is the Reference Implementation (RI). Migration to Eclipse FoundationIn late 2009, Spring DM has been contributed to the Eclipse Foundation as the Gemini Blueprint project. All new development (including for 2.x) is now hosted and released through the Eclipse foundation. Please see the Gemini Blueprint site for details. The migration has been completed with the 1.0.0.RELEASE of Gemini Blueprint.
DownloadsFor Blueprint Service RI, use the Eclipse Gemini Blueprintversion. Spring DM 1.x:
Current GA release - 1.2.1
Previous GA release - 1.1.3
Previous GA release - 1.0.3
Latest release - 2.0.0.M1
Documentation
Books(in chronological order)
Community Contributions
Additional Resources
OSGi introductions
Presentations
Follow the team members on Twitter at
SamplesSupportFor DevelopersSnapshots
Maven RepositoriesMilestone RepositoryMilestone 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://maven.springframework.org/milestone</url>
</repository>
Nightly Builds RepositoryNightly 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://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 RepositoryOSGified 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://maven.springframework.org/osgi</url>
</repository>
Note that the repository is used internally by Spring DM and it is not supported. Current GA release - 1.2.1
Previous GA release - 1.1.3
Previous GA release - 1.0.3
|
Release SummaryCurrent GA release - 1.2.1
Previous GA release - 1.1.3
Previous GA release - 1.0.3
Documentation
Other Resources
Related Discussions
|
|||||||||||||||||||||||




