Zhasulan Berdibekov
Zhasulan Berdibekov

Reputation: 1087

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 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

Answers (4)

Narayan
Narayan

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

HamoriZ
HamoriZ

Reputation: 2438

I would recommend the Spring in Action book, there is a chapter about Spring-JSF combination.

Upvotes: 0

Robby Pond
Robby Pond

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

add9
add9

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

Related Questions