|
From: Garvey, P. M \(GE C. Finance\) <pau...@ge...> - 2005-11-04 13:10:07
|
=20 Is there any sample code or links using Spring with EJBs? -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of Michael E. Moores Sent: Thursday, November 03, 2005 5:36 PM To: spr...@li... Subject: Re: [Springframework-developer] Are there scenarios where EJB is a better option than Spring? ditto. i'm using AbstractStatelessSessionBean to integrate my application into an EJB service. i did this to show my collegues that Spring can integrate with EJB seemlessly, and you end up with a system that is not tightly coupled to EJB. i had no intention of using EJB in the first place.. but our prototyping with various J2EE stacks gave a lot of comfort to those who are indoctrinated with weblogic, webspehere, etc.=20 Patrick Peralta wrote: > 1. I am trying to find senarios where EJB is a better option > than Spring but so far I haven't found any in the book. > Just started reading BTW. > > > I don't think that Spring and EJB are mutually exclusive. If you have > a problem that requires an EJB solution, there isn't any reason why=20 > you could not use Spring to help write those EJBs. > > ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |