hi ,

Can anybody tel me what will be the deployemnt structure of SLSB + spring MVC + hibernate in jboss .

I am using hibernate + spring MVC
I have 3 applicationContext files
applicationContext.xml for service beans + dwr ajax beans
applicationContext-hibernate.xml for hibernate - spring int
applicationContext-validation.xml for validation

i want to add SLSBs who delegate to my service manager bean
in my service manager spring bean i inject the DAO bean and I inject sessionfactory to my DAO bean

from the web i found that please correct me if i am wrong actually i am new to spring

to deployment SLSB + spring MVC and to communication with each other two level applicationContext.xml are used
1 - one with ejb jar file for delegating the SLSBs to the pojo proxy bean
2- in web-inf folder for spring MVC

and also i need to have singleton instance to my SLSBs bean

I am confused and can anybody explain me the deployment structure
that if i will use SLSB to delegate to my service bean ,that I have to shift my
applicationContext.xml for service beans
applicationContext-hibernate.xml for hibernate - spring int
with my ear jar file


currently i am using
spring MVC + hibernate - using 3 applicationContext.xml file with my action-ervlet.xm file in my web-inf as a web application in tomcat

i want to add enterprise session layer using SLSB which will delegete to my service manager beans .

So can anybody help me in this regard ,thank you in advance .