February 27, 2006 02:45 PM EST
The new EJB 3.0 specification supports some notion of dependency injection
via annotations. As an avid Spring user, I'm used to configuring fine-grained
beans with Spring bean factories and XML. How does EJB 3.0 compare? More
importantly, can we use EJB 3.0 POJOs and Spring POJOs... (more)