Hi,
In our project we are using Spring in the business layer where several existing EJB's are remotely accessed.
Now we have decided that we need to create a new EJB to provide a new service to our application so I was thinking of creating the new EJB with the use of Spring's AbstractStatelessSessionBean. But I was wondering if this is a good approach or if there are alternatives (not to use an EJB for example). FYI we are using Weblogic 8.1 which takes care of the transactions, security,...
Any suggestions ?
Thanks.
Kristof


Reply With Quote