-
Build and deploy OSGi as Spring bundles using Felix (2 messages)
- Posted by: Frank Charles
- Posted on: April 02 2009 09:18 EDT
The power of the Spring framework has made development of OSGi applications simpler and more effective. OSGi itself also has revolutionized the way Java applications are bundled. OSGi. Learn how to build and package Java classes as OSGi bundles using the Spring DM framework in a Felix container.Threaded Messages (2)
- See? OSGI doesn't need to be in your face by Bill Burke on April 02 2009 16:38 EDT
- Re: See? OSGI doesn't need to be in your face by Richard Hall on April 04 2009 23:30 EDT
-
See? OSGI doesn't need to be in your face[ Go to top ]
- Posted by: Bill Burke
- Posted on: April 02 2009 16:38 EDT
- in response to Frank Charles
Awhile back on TSS I complained about OSGi bleeding into application code. I hope you can now see my point a little more clearly. -- Bill Burke JBoss, a division of Red Hat http://bill.burkecentral.com -
Re: See? OSGI doesn't need to be in your face[ Go to top ]
- Posted by: Richard Hall
- Posted on: April 04 2009 23:30 EDT
- in response to Bill Burke
We have been doing similar types of dependency injection in OSGi to eliminate OSGi API dependencies since 2003 with the Service Binder (the precursor to Declarative Services), which continues in spirit today with iPOJO. I don't really think that because Spring DM does it, it is now new.