Hi devs, Just a quick note to let you know of XBeans: http://geronimo.apache.org/xbean/index.html I haven't researched it but I know it plays well with Plexus. At some point we'll probably need to decide if we want to go the OSGi route or use Plexus + XBeans, or use the Plexus OSGi bridge, or... Anyway our work is still to transform our monolithic code base into components for now and that's what we should be focusing on. We can delay the choice of the IOC tool/component manager to later for now. Thanks -Vincent
Vincent Massol wrote:
Hi devs,
Just a quick note to let you know of XBeans: http://geronimo.apache.org/xbean/index.html
I haven't researched it but I know it plays well with Plexus.
At some point we'll probably need to decide if we want to go the OSGi route or use Plexus + XBeans, or use the Plexus OSGi bridge, or...
Anyway our work is still to transform our monolithic code base into components for now and that's what we should be focusing on. We can delay the choice of the IOC tool/component manager to later for now.
They say that "In addition, we include support for multiple IoC systems", so we could use XBeans with OSGi, too. -- Sergiu Dumitriu http://purl.org/net/sergiu/
On May 16, 2008, at 5:42 PM, Sergiu Dumitriu wrote:
Vincent Massol wrote:
Hi devs,
Just a quick note to let you know of XBeans: http://geronimo.apache.org/xbean/index.html
I haven't researched it but I know it plays well with Plexus.
At some point we'll probably need to decide if we want to go the OSGi route or use Plexus + XBeans, or use the Plexus OSGi bridge, or...
Anyway our work is still to transform our monolithic code base into components for now and that's what we should be focusing on. We can delay the choice of the IOC tool/component manager to later for now.
They say that "In addition, we include support for multiple IoC systems", so we could use XBeans with OSGi, too.
yes of course but OSGi also offers the same feature out of the box... that was my point :) Thanks -Vincent
participants (2)
-
Sergiu Dumitriu -
Vincent Massol