I am looking for an open source project that uses EJB3 as backend and JSF as frontend. It should not be a tutorial but a real application that real people are using.
The application should be data-driven, i.e. the following aspects are fundamental and make 80% or more of the application.
- form-based (many input forms)
- table views, master/detail, etc.
- CRUD (create/read/update/delete)-Operations have been implemented
- support for relations: 1:1, 1:n
- JPA Entity Beans + EJB 3 Stateless Session Beans for Facade
- no JBoss Seam
Typical applications are CRM / ERP projects where people work a lot with lists, tables, and forms. But any other "administrative" application should be OK, too.
I know petstore, but that application isn't form-based. petstore is a end-user application. I am looking for backend-user applications.
Something like Microsofts AdventureWorks series, but with EJB3+JSF... Something like SugarCRM, but with EJB3+JSF...
I've googled a lot... with no results :-(
- @Matthew: the samples provided with NetBeans are too simple.
- @JB: It should be a real application. Not a "how to do EJB+JSF" application.
- @50-50: voted down because of seam
- @Kariem: I can't use seam, AppFuse hasn't EJB Session Beans