-
Nov 11th, 2004, 03:40 PM
#1
Help with using EJB and Spring's EJB implementation classes
Hi,
I read the documentation, the reference manual and the Javadocs, however, I am still having difficulty getting started with using Spring and its convenience EJB Implementation classes. I would like to create a stateless session bean and delegate to a POJO class (as described in 15.2) in the reference manual. I have created the classes; the interface, the POJO Impl, and the EJBImpl which extends AbstractStatelessSessionBean. Now how do I go about writing the correct spring.xml file to load and use my EJBImpl? Can someone provide a detailed example? Also, how do I deploy this stuff in an EJB container? I am using Sun's Java Application Server 8 (with J2EE 1.4) to try this out.
Any help is appreciated.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules