1. EJB singleton vs. prototype forum.springsource.orgHello, When using business delegates with EJB and Spring, should the Business delegates (configured as beans themselves, for the web tier to use) be specified as singletons or prototypes? Thank you. ... |
2. Stateless ejb vs. Spring singleton? forum.springsource.orgIn terms of a facade implementation strategy, if I don't need remote capabilities, does it make sense to use a spring pojo in conjunction with the spring transaction manager vs. a ... |
3. EJB, singletons and Spring forum.springsource.orgEJB, singletons and Spring hi all, i have an application that uses EJBs.. i have some problems where i have some SLSB which needs to retrieve entities from database.. sinc ethe ... |
4. How does Spring EJB implement the singleton forum.springsource.orgHow does Spring EJB implement the singleton Our project use MDB (EJB3) and Spring extensively. Recently one of the MDB will require to use bean which impl a instance pooling with ... |
5. Life of Singletons in EJB forum.springsource.orgLife of Singletons in EJB I have written an application which is comprised of a number of Singletons. I have the main object which starts them all off using either a ... |