• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

OSGi framework/standard - Spring?

 
Ranch Hand
Posts: 1491
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any java framworks follows OSGi(Open Services Gateway initiative) standard. Looks this supports modular architecture. Whether Spring follows OSGi(bec Spring is modular architecture)
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Any java framworks follows OSGi(Open Services Gateway initiative) standard.


I don't understand what you mean.

Whether Spring follows OSGi(bec Spring is modular architecture)


Spring Dynamic Modules allows you to develop applications running in an OSGi framework.
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

kri shan wrote:Any java framworks follows OSGi(Open Services Gateway initiative) standard. Looks this supports modular architecture. Whether Spring follows OSGi(bec Spring is modular architecture)



If I understood your question correctly then my answer is Yes. Spring starting from 3.x follows OSGi framework and thats the reason you get bundle for each module rather getting everything in single spring.jar.

 
Narender Reddy Soma
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Narender Reddy Soma wrote:

kri shan wrote:Any java framworks follows OSGi(Open Services Gateway initiative) standard. Looks this supports modular architecture. Whether Spring follows OSGi(bec Spring is modular architecture)



If I understood your question correctly then my answer is Yes. Spring starting from 3.x follows OSGi framework and thats the reason you get bundle for each module rather getting everything in single spring.jar.


and If you want to find if any other frameworks are also distributing thier api as osgi bundle.. beter check on thier website.
 
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The standard frameworks are Apache Felix and Eclipse Equinox. See http://faq.javaranch.com/java/OSGiLinks for lots of useful information about OSGi.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic