Stefano Bagnara wrote:
Alan D. Cabrera wrote:
I can't find many informations about what xbean-kernel is and
xbean-server is, how to use them, and more.
I've just downloaded sources from here:
http://svn.xbean.org/trunk/
Is this the current official/updated repository? I see no changes after
february.
that must have been the point in time where xbean moved to Apache
Geronimo and disappeared from the Codehaus projects list.
see: http://issues.apache.org/jira/browse/GERONIMO-1478
you can check it out from G's SVN. but the source code seems to be the
only thing you get.
wouldn't it be best to POJO-fy _first_ without a specific container in
mind (a larger task on its own) and then afterwards look at all the
mature containers to integrate with?
for example the parent class hiearchie for core components like
org.apache.james.James is based on classes like
org.apache.avalon.framework.logger.LogEnabled.
LogEnabled provides functionality for what is called an 'aspect' today.
modern IoC frameworks weave those aspects into the components by
'crosscutting' them - the component has no direct notion of it happening.
this and similar refactoring steps would make James components much more
POJOs and thus more easily portable into new containers.
Bernd
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]