Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any data-driven open source JEE5 EJB3+JSF Sample Project out there? [closed]

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
like image 762
Marcel Avatar asked Nov 25 '22 22:11

Marcel


1 Answers

Seam examples are quite good. They are stand-alone projects, that you may deploy out of the box.

like image 151
jb. Avatar answered Dec 21 '22 15:12

jb.