As the title says. Is there a way to integrate the two?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m sure it’s possible if you’re skilled with both, but the question on my lips and all the Seam developers is ‘why?’
Seam combines JSF and Hibernate. Where does Spring fit? What is it providing for you that the Seam stack doesn’t?
I haven’t done it. I use Spring and Hibernate but not Seam. As far as I know, it’s a JBOSS-only solution.
You can certainly use Spring, Hibernate, and JSF together. You just can’t use any Seam-specific code. If you choose to go that way, you can deploy your code on any Java EE app server, including JBOSS.