Test « EJB « Spring Q&A





1. How to inject my Spring context into JNDI for Snowdrop for testing?    stackoverflow.com

We have a J2EE application that is deployable on jboss, using EJBs and integrating Spring Framework via Snowdrop. We want to write local unit tests (well, not exactly "unit" tests) and ...

2. test existing EJB    forum.springsource.org

test existing EJB I want to unit test some existing EJBs, but I want to do it without launching a full J2EE app server. At first glance, it looks like Spring ...