Reputation: 1087
In my web app I use Spring MVC
Can I add to my app JSF to use Ajax
and what of them is better to work with Ajax?
Please not that I'm beginner in Java EE.
Thnx.
Upvotes: 1
Views: 220
Reputation: 6261
Yes you can use, chk Jeremy Grelle two part one two series.
Also, I found the Javabeat tutorial easier to follow JSF
Upvotes: 0
Reputation: 2438
I would recommend the Spring in Action book, there is a chapter about Spring-JSF combination.
Upvotes: 0
Reputation: 73494
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.
Upvotes: 2
Reputation: 1503
Yes you can . Check out spring webflow with Primefaces JSF 2.0 Components examples they can give you some ideas how to do it.
Upvotes: 3