Is there a complete working example of a unit tested JPA2/CDI/JSF2 WebApp without EJBs ?

Posted by Maxime ARNSTAMM on Stack Overflow See other posts from Stack Overflow or by Maxime ARNSTAMM
Published on 2010-04-04T16:49:05Z Indexed on 2010/04/04 16:53 UTC
Read the original article Hit count: 525

Filed under:
|
|
|
|

Hello everyone,

I want to build a web app in JPA2/CDI (without EJBs) and i get how to code the different beans (i worked for some time on seam/jpa apps), but i'm stuck because i can't find a complete working set of configuration files (ie : persistence.xmln web.xml and stuff), and there is always a little glitch or something i miss.

My goal is to develop a simple CRUD (1 or 2 pages) but unit tested, for future use, as a code base.

So if you already did this kind of mini project, or if you know where i can find a working example, that would be great if you could help me.

Thanks

© Stack Overflow or respective owner

Related posts about cdi

Related posts about jpa2.0