bsaunder / JEE6DiveLog

DiveLog application based on JEE6 running on OpenShift
GNU General Public License v3.0
2 stars 1 forks source link

Add Resources Class #16

Closed bsaunder closed 12 years ago

bsaunder commented 12 years ago

Add "Resources" class that uses the "Resource Producer" pattern that CDI Recommends. Should Generate the EntityManager and the Loggers.

See: http://antoniogoncalves.org/2011/09/25/injection-with-cdi-part-iii/

bsaunder commented 12 years ago

Generating Loggers will cause all of the Tests to require Arquillian or Mocks to work. Just wont Generate Loggers.