DOC

org.springframework.osgi : spring-osgi

Maven & Gradle

Dec 17, 2009

Spring Dynamic Modules · The Spring Dynamic Modules 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.

Table Of Contents

Latest Version

Download org.springframework.osgi : spring-osgi Javadoc & API Documentation - Latest Versions:

All Versions

Download org.springframework.osgi : spring-osgi Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x
1.1.x
1.0.x
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file spring-osgi-1.2.1-javadoc.jar to spring-osgi-1.2.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder spring-osgi-1.2.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "spring-osgi-1.2.1-sources.jar" -d "spring-osgi-1.2.1-javadoc" -subpackages 

Advertisement