Sid
Sid

Reputation: 1203

Good example of use of JSF and Spring Architecture

I am trying to find a good example of use of JSF and Spring with installation instruction,But haven't been able to find something more than basic.

Can anyone direct me to nice examples?

Thanks, Sid

Upvotes: 1

Views: 5189

Answers (2)

Victor Ionescu
Victor Ionescu

Reputation: 2020

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

Upvotes: 0

Related Questions