• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

OSGi for my Project

 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Authors,

A big thanks for you people being here in the forum. I recently started exploring on OSGi and just trying to figure out how I could use it for one of my existing project. I have a web application built using Maven, Spring, Struts, JPA. It's more or less in its nascent stage. I would like to know how I could use OSGi or to put it in other words, how would my web application benefit from OSGi?
 
author
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The benefit possibilities are many and varied. Anything from dynamic updating, easier configurability, faster deployment, lighterweight development, ecosystem development, dev team decoupling, ... Try thinking of "how would modularity help" and then think of OSGi as a way of implementing that.
 
Joe San
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That was a high level information about OSGi. Does your book has some chapters that describe adding OSGi to existing projects?
 
Jeff McAffer
author
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is some information on modularity best practices, how to debug and address classloading problems, ... All things that come up while migrating existing systems. However, for the most part we are focused on OSGi concepts and how to use them. Explicit coverage of techniques for migrating to OSGi is a great topic but would not fit in the available space.
 
Joe San
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Like I mentioned in my first post above, it is quite a new project and I'm seriously considering to add OSGi to it as I suppose that the project size might grow in the future. So from this front, does you book mean something to me and to my project?
 
Jeff McAffer
author
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The book should be a very good guide as it starts with nothing and incrementally builds up a quite sophisticated client server system touching on OSGi technologies and best practices along the way.
 
Joe San
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks. So it looks that your book might end up as a reference material for me to add OSGi to my project.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic