EasyBeans is an open source implementation by ObjectWeb of the EJB3 container specification.

Project

Developer

Wiki

About

|
If you were logged in you would be able to see more operations.
|
|
|
|
Currently, the bean's context creation is not extensible.
That means that it's not easy to add something not natively supported by easybeans in the context.
The use case I target is the @WebServiceRef support. By default, EZB knows nothing about web services (and it should continue this way), but I need to inject web services References into the context. Everything should be done in an extensible way.
|
|
Description
|
Currently, the bean's context creation is not extensible.
That means that it's not easy to add something not natively supported by easybeans in the context.
The use case I target is the @WebServiceRef support. By default, EZB knows nothing about web services (and it should continue this way), but I need to inject web services References into the context. Everything should be done in an extensible way. |
Show » |
|
* A Dispatcher will be used to fire events corresponding to java:comp building
* Default IEventListener will be created to build/adapt the context (EJBContext, TimerService, env entries, ...)