Can I use in my Web app Spring and JSF together
In my web app I use Spring MVC
Can I add to my app J开发者_开发知识库SF to use Ajax
and what of them is better to work with Ajax?Please not that I'm beginner in Java EE.
Thnx.
Yes you can . Check out spring webflow with Primefaces JSF 2.0 Components examples they can give you some ideas how to do it.
Yes. Spring has support for using JSF as your view technology. You don't need JSF to do Ajax though. You can do Ajax with your existing Spring MVC controllers.
I would recommend the Spring in Action book, there is a chapter about Spring-JSF combination.
Yes you can use, chk Jeremy Grelle two part one two series.
Also, I found the Javabeat tutorial easier to follow JSF
精彩评论