On Oct 6, 2006, at 1:36 AM, Jacek Laskowski wrote:
Hi,
Just thought I'd write about my attempts to use XBean more extensively
in OpenEJB 3. There're some initial successes in this area - see
revision 453521.
My aim is to simplify OpenEJB startup code and assemble OpenEJB
runtime environment with XBean. When the code is completely based on
POJOs, I think it's going to be much easier to play with other
frameworks, e.g. OSGi.
I've got lots of question while working with XBean that couldn't yet
find out answers to so expect many newbie use of it in the following
commits.
I browsed through the code. That's really awesome!
The only part we'll need to figure out based on what's added so far
is how to make it so booting the server from spring is optional. But
that'll be easy and something we can do later.
Looking good.
-David