spring faces without spring flow
Posted
by
AgostinoX
on Stack Overflow
See other posts from Stack Overflow
or by AgostinoX
Published on 2011-06-21T09:17:00Z
Indexed on
2011/06/22
8:22 UTC
Read the original article
Hit count: 341
I'm starting a new JSF (2) project. I realize that pure JSF has some limitation and I'm planning to drop in spring. JSF is a relatively new approach in spring (there is not even a tag spring-faces in stackoverflow :-) ), jsp being the classic way.
I need the best available adjustment of the technology stack.
1) do i need to use spring web flow too?
2) is it viable to use just spring faces (that seems to come as a part of web flow) + spring mvc+ JPA?
3) is there any good example of such a configuration?
© Stack Overflow or respective owner