How do I Inject an EJB Stateless Session Bean into a DMI DataSource?
My current architecture makes use of standard Stateless Session Beans to hold a fair amount of business logic, so using the SmartGWT JPA2DataSource will circumvent this. What I would like to do is call the standard J2EE components from the DMI.
Is there are example, or document that shows this?
Thanks
My current architecture makes use of standard Stateless Session Beans to hold a fair amount of business logic, so using the SmartGWT JPA2DataSource will circumvent this. What I would like to do is call the standard J2EE components from the DMI.
Is there are example, or document that shows this?
Thanks
Comment