1. Something like EJB wiring in Spring for non EJB's stackoverflow.comI've noticed recently that spring can wire up my ejb's for me if I annotate the ejb with @Interceptors(SpringBeanAutowiringInterceptor.class). I've never actually done this so don't know the details. I was wondering, ... |
2. @Async annotation within an EJB Container forum.springsource.org@Async annotation within an EJB Container Hi All, It is disallowed to manage threads outside the EJB Container. Therefore I wondered whether we could use the @Async annotation within the EJB ... |
3. Spring support for @EJB annotations: example? forum.springsource.orgIn blog post http://swik.net/Spring/Interface21+Team+Blog/Spring+2.5's+Comprehensive+Annotation+Support/b1z6v it seems to be suggested that there is now support for @EJB annotations in Spring. I am assuming that that means that somehow the Spring container can ... |