I am trying to find a good example of use of JSF and Spring with installation inst开发者_高级运维ruction,But haven't been able to find something more than basic.
Can anyone direct me to nice examples?
Thanks, Sid
- java Beat : integrating-spring-and-jsf
- jsf-2-0-spring-hibernate-integration-example
You can also check out Appfuse, http://appfuse.org/display/APF/Home, it has the whole enchilada: maven, security (acegi), webservices, hibernate search (lucene), caching (ehcache), JPA, annotations in JSF Managed Beans, transactions, templating (sitemesh), email, and lots of other useful stuff. I find it a bit too complex, not so sure if it uses the best available components for JSF, but it's an application skeleton for the real world. See the reference at http://appfuse.org/display/APF/Reference+Guide
精彩评论