Results 1 to 5 of 5

Thread: Spring Modules vs Spring Dynamic Modules

  1. #1

    Default Spring Modules vs Spring Dynamic Modules

    What is the Spring Modules?
    Is it the predecessor of Spring Dynamic Modules?
    I found the Spring Modules at
    https://springmodules.dev.java.net/

  2. #2

    Default

    Hello,

    from that link:

    Spring Modules is a collection of tools, add-ons and modules to extend the Spring Framework. The core goal of Spring Modules is to facilitate integration between Spring and other projects without cluttering or expanding the Spring core.
    Spring DM is a reference implementation of the OSGI Blueprint Services.

    Two different things as far as i know.

    Davy

  3. #3
    Join Date
    May 2010
    Posts
    3

    Default

    Pro Spring Dynamic Modules for OSGi™ Service Platforms by Daniel Rubio is the first book that covers the Spring Framework and its OSGi implementation. Spring Dynamic Modules in Action introduces Spring DM and OSGi to Java EE developers and architects. It presents the fundamental concepts of OSGi-based apps and maps them to the familiar ideas of the Spring framework. Then, it engages you with the techniques and concepts you'll need to develop stable, flexible enterprise apps.

  4. #4

    Default

    Quote Originally Posted by davymeers View Post
    Hello,

    from that link:



    Spring DM is a reference implementation of the OSGI Blueprint Services.

    Two different things as far as i know.

    Davy
    From the Spring Modules link:
    the last release date is 06 March 2008- Spring Modules 0.9.
    Does the development of Spring Modules stop?
    How to find the latest Spring Modules?

  5. #5

    Default

    Quote Originally Posted by albertkao View Post
    From the Spring Modules link:
    the last release date is 06 March 2008- Spring Modules 0.9.
    Does the development of Spring Modules stop?
    How to find the latest Spring Modules?
    The development of Spring Modules had stopped.
    However, some people had forked it.
    The website is: http://wiki.github.com/astubbs/spring-modules
    Group home page: http://groups.google.com/group/spring-modules-fork
    Group email address spring-modules-fork@googlegroups.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •