Chapter 2 Example
Chapter 2 code with directory structure:
. JavaEE6
. pom.xml
. . Chapter02
. . pom.xml
… . src
… … main
… … . . java
… … … . com
… … … … apress
… … … … . . javaee6
… … … … … . chapter02
… … … … … … Book.java
… … … … … … Main.java
… … . . resources
… … … . META-INF
… … … … persistence.xml
… … test
… … . . java
… … … . com
… … … … apress
… … … … . . javaee6
… … … … … . chapter02
… … … … … … BookTest.java
… … . . resources
… … … . META-INF
… … … … persistence.xml





