JBoss development,
A new message was posted in the thread "Source Location for EJB3 Components":
http://community.jboss.org/message/520181#520181
Author : Andrew Rubinger
Profile :
http://community.jboss.org/people/ALRubinger
Message:
--------------------------------------------------------------
Persuant to discussions Carlo, Jaikiran and I have been having lately, I've extracted
the component charged with bringing @Asynchronous support to EJB into its own space:
http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/components/
Under this alignment "org.jboss.ejb3.async" is a component with "spi",
"build", and "impl" *modules*. Each module shares a release cycle
with the component as a whole.
Criteria:
1) Each component has an SPI upon which other components can depend
2) In compile scope, no component may depend on anything aside from the designated SPI.
In runtime/test scope the doors are open to use impl classes (I *really* wish Maven
provided a scope for "test runtime only, but not test compilation".
How do we feel about using this setup as a template for further breaking apart EJB3 pieces
under trunk?
S,
ALR
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/520181#520181