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

Chapter 2 compile results

Running the Main class

BookTest JUnit results

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License