Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Virgo » Why Don't They Do Bundles This Way Instead?
Why Don't They Do Bundles This Way Instead? [message #587987] Fri, 09 July 2010 15:25
Wm. Bainbridge is currently offline Wm. BainbridgeFriend
Messages: 6
Registered: April 2010
Junior Member
One of the big problems I ran into with multiple complex apps running in dmServer was that different open source packages, such as Hibernate, ActiveMQ, CXF and so on, have some overlapping package dependencies, that are sometimes incompatible with one another. So all these packages have a ton of import-package statements that make it absolute hell trying to figure out how to provision the container so that everything loads and works right. So, why don't the people who put together the project bundles start importing bundles instead of packages? If all these bundles are designed to run in an OSGi container, and the deployment unit in OSGi containers is bundles, wouldn't it be way simpler to make the dependencies available as bundles and import those bundles, rather than importing packages that might be available in several different bundles in an active, enterprise OSGi container? Just wondering.
Previous Topic:Speed issues on build workspace
Next Topic:Get the Current SpringDM Version
Goto Forum:
  


Current Time: Fri Apr 26 13:55:38 GMT 2024

Powered by FUDForum. Page generated in 0.03283 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top