On Jan 5, 2007, at 10:15 AM, Alan D. Cabrera wrote:
On Jan 4, 2007, at 9:12 AM, Dain Sundstrom wrote:
On Jan 3, 2007, at 9:40 PM, David Blevins wrote:
On Jan 3, 2007, at 8:54 PM, Dain Sundstrom wrote:
BTW would there be methods to add and remove ServerServices?
I guess we could do that, but that code is in a completely
different package not seen by openejb-core at compile time so the
actual "how" would have to be clever. Maybe we simply offer a
similar interface in the openejb-server module and make the
Finder approach simply one way to add ServerServices.
That sounds cool. It will also help newbies catch on to how
OpenEJB has completely decoupled protocol specific code from the
general container code.
That does sound cool. David, can you explain why this
implementation would need to be "clever"?
Was saying we'd have to be clever if we wanted to put those methods
on the DynamicAssembler (it can't see any server classes), but if we
just create something similar in openejb-server, that might be easier.
-David
Regards,
Alan