Is there a complete working example of a unit tested JPA2/CDI/JSF2 WebApp without EJBs ?
- by Maxime ARNSTAMM
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