Hi,
I read over here in spring docs http://static.springsource.org/sprin...rence/ejb.html that you can implement EJBs. Does this require to be deployed on a application server /EJB container. Or does the spring container manage these EJBs. ?

2) If a app server/ EJB container is required. Does it mean that 2 containers are started by the appserver (the EJB container and the Spring container.) Can beans in the spring application context call EJBs managed by the EJB container.

thanks,
Parag