I have been doing some fact finding on using JSF in the Web tier. Found some examples and articles, but could not really converge to a decision.
Will be using Spring 2.0 (who doesn't ?) all over - hence the following questions arise :-
a) How mature is the integration of Spring 2.0 with JSF managed beans ? I remember I saw some part of it broken in one of the Spring One presentations by Colin Sampaleanu.
b) Should I use Spring managed beans injected as services into JSF managed beans in faces-config.xml OR totally do away with JSF managed beans and have Spring beans directly in faces-config.xml ? I am not sure if the latter is possible or not though.
c) Integration of JSF and SWF. I like SWF a lot and would not give it up just for using JSF. But with JSF being at a higher level of abstraction and component based, I would like to seek all of your suggestions.
d) Lastly the scalability of JSF in a clustered environment. The fact that JSF uses session scope a lot for keeping backing beans, it has to have some problems with scalability in a clustered environment. Any suggestions ?
Any help will be appreciated.
Thanks.
- Debasish


) all over - hence the following questions arise :-
Reply With Quote
