Filename Size Bookflare.net.txt 52 B Code/Chapter01/ch01-beanvalidation/nb-configuration.xml 1.2 KB Code/Chapter01/ch01-beanvalidation/nbproject/project.properties 0 B Code/Chapter01/ch01-beanvalidation/pom.xml 1.7 KB Code/Chapter01/ch01-beanvalidation/src/main/java/com/eldermoraes/ch01/bv/User.java 627 B Code/Chapter01/ch01-beanvalidation/src/main/webapp/index.html 217 B Code/Chapter01/ch01-beanvalidation/src/test/java/com/eldermoraes/ch01/bv/test/UserTest.java 1.8 KB Code/Chapter01/ch01-beanvalidation/target/ch01-beanvalidation-1.0.jar 2.8 KB Code/Chapter01/ch01-beanvalidation/target/classes/com/eldermoraes/ch01/bv/User.class 1 KB Code/Chapter01/ch01-beanvalidation/target/maven-archiver/pom.properties 117 B Code/Chapter01/ch01-beanvalidation/target/surefire-reports/com.eldermoraes.ch01.bv.test.UserTest.txt 282 B Code/Chapter01/ch01-beanvalidation/target/surefire-reports/TEST-com.eldermoraes.ch01.bv.test.UserTest.xml 6 KB Code/Chapter01/ch01-beanvalidation/target/test-classes/com/eldermoraes/ch01/bv/test/UserTest.class 2.3 KB Code/Chapter01/ch01-cdi/nb-configuration.xml 1.2 KB Code/Chapter01/ch01-cdi/pom.xml 1.7 KB Code/Chapter01/ch01-cdi/src/main/java/com/eldermoraes/ch01/cdi/MyEvent.java 267 B Code/Chapter01/ch01-cdi/src/main/java/com/eldermoraes/ch01/cdi/OrderedObserver.java 965 B Code/Chapter01/ch01-cdi/src/main/resources/META-INF/beans.xml 305 B Code/Chapter01/ch01-cdi/src/main/webapp/index.html 217 B Code/Chapter01/ch01-cdi/target/ch01-cdi-1.0.jar 4.1 KB Code/Chapter01/ch01-cdi/target/classes/com/eldermoraes/ch01/cdi/MyEvent.class 485 B Code/Chapter01/ch01-cdi/target/classes/com/eldermoraes/ch01/cdi/OrderedObserver.class 2.3 KB Code/Chapter01/ch01-cdi/target/classes/META-INF/beans.xml 305 B Code/Chapter01/ch01-cdi/target/maven-archiver/pom.properties 106 B Code/Chapter01/ch01-cdi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst 86 B Code/Chapter01/ch01-cdi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst 274 B Code/Chapter01/ch01-jaxrs/nb-configuration.xml 1.3 KB Code/Chapter01/ch01-jaxrs/pom.xml 1.5 KB Code/Chapter01/ch01-jaxrs/src/main/java/com/eldermoraes/ch01/jaxrs/ClientConsumer.java 1.4 KB Code/Chapter01/ch01-jaxrs/src/main/java/com/eldermoraes/ch01/jaxrs/ServerMock.java 982 B Code/Chapter01/ch01-jaxrs/src/main/java/com/eldermoraes/ch01/jaxrs/SseResource.java 978 B Code/Chapter01/ch01-jaxrs/src/main/webapp/index.html 217 B Code/Chapter01/ch01-jsf/nb-configuration.xml 1.3 KB Code/Chapter01/ch01-jsf/pom.xml 2.9 KB Code/Chapter01/ch01-jsf/src/main/java/com/eldermoraes/ch01/jsf/User.java 560 B Code/Chapter01/ch01-jsf/src/main/java/com/eldermoraes/ch01/jsf/UserBean.java 816 B Code/Chapter01/ch01-jsf/src/main/java/com/eldermoraes/ch01/jsf/UserConverter.java 655 B Code/Chapter01/ch01-jsf/src/main/java/com/eldermoraes/ch01/jsf/UserValidator.java 652 B Code/Chapter01/ch01-jsf/src/main/webapp/index.xhtml 846 B Code/Chapter01/ch01-jsf/src/main/webapp/WEB-INF/beans.xml 305 B Code/Chapter01/ch01-jsf/src/main/webapp/WEB-INF/web.xml 979 B Code/Chapter01/ch01-jsonb/pom.xml 1 KB Code/Chapter01/ch01-jsonb/src/main/java/com/eldermoraes/ch01/jsonb/JsonBUser.java 763 B Code/Chapter01/ch01-jsonb/src/main/java/com/eldermoraes/ch01/jsonb/User.java 866 B Code/Chapter01/ch01-jsonp/pom.xml 1 KB Code/Chapter01/ch01-jsonp/src/main/java/com/eldermoraes/ch01/jsonp/JPointer.java 739 B Code/Chapter01/ch01-jsonp/src/main/resources/user.json 199 B Code/Chapter01/ch01-mvc/nb-configuration.xml 1.3 KB Code/Chapter01/ch01-mvc/pom.xml 3 KB Code/Chapter01/ch01-mvc/src/main/java/com/eldermoraes/ch01/mvc/AppConfig.java 222 B Code/Chapter01/ch01-mvc/src/main/java/com/eldermoraes/ch01/mvc/User.java 525 B Code/Chapter01/ch01-mvc/src/main/java/com/eldermoraes/ch01/mvc/UserBean.java 232 B Code/Chapter01/ch01-mvc/src/main/java/com/eldermoraes/ch01/mvc/UserController.java 483 B Code/Chapter01/ch01-mvc/src/main/webapp/index.jsp 380 B Code/Chapter01/ch01-mvc/src/main/webapp/user.jsp 284 B Code/Chapter01/ch01-mvc/src/main/webapp/WEB-INF/beans.xml 305 B Code/Chapter01/ch01-security/pom.xml 1.3 KB Code/Chapter01/ch01-security/src/main/java/com/eldermoraes/ch01/security/RoleExecutor.java 662 B Code/Chapter01/ch01-security/src/main/java/com/eldermoraes/ch01/security/Roles.java 199 B Code/Chapter01/ch01-security/src/main/java/com/eldermoraes/ch01/security/User.java 871 B Code/Chapter01/ch01-security/src/main/java/com/eldermoraes/ch01/security/UserBean.java 1 KB Code/Chapter01/ch01-security/src/main/resources/META-INF/persistence.xml 536 B Code/Chapter01/ch01-security/src/test/java/com/eldermoraes/ch01/security/Ch01SecurityTest.java 3.1 KB Code/Chapter01/ch01-servlet/nb-configuration.xml 1.2 KB Code/Chapter01/ch01-servlet/pom.xml 2.9 KB Code/Chapter01/ch01-servlet/src/main/java/com/eldermoraes/ch01/servlet/ServerPush.java 1.3 KB Code/Chapter01/ch01-servlet/src/main/webapp/images/javaee-logo.png 5.5 KB Code/Chapter01/ch01-servlet/src/main/webapp/index.html 302 B Code/Chapter02/ch02-batch/nb-configuration.xml 1.3 KB Code/Chapter02/ch02-batch/nbproject/project.properties 0 B Code/Chapter02/ch02-batch/pom.xml 3.1 KB Code/Chapter02/ch02-batch/src/main/java/com/eldermoraes/ch02/batch/User.java 1.2 KB Code/Chapter02/ch02-batch/src/main/java/com/eldermoraes/ch02/batch/UserBean.java 1022 B Code/Chapter02/ch02-batch/src/main/java/com/eldermoraes/ch02/batch/UserProcessor.java 627 B Code/Chapter02/ch02-batch/src/main/java/com/eldermoraes/ch02/batch/UserReader.java 990 B Code/Chapter02/ch02-batch/src/main/java/com/eldermoraes/ch02/batch/UserWriter.java 638 B Code/Chapter02/ch02-batch/src/main/resources/META-INF/batch-jobs/acess-user.xml 352 B Code/Chapter02/ch02-batch/src/main/resources/META-INF/persistence.xml 814 B Code/Chapter02/ch02-batch/src/main/resources/META-INF/user.txt 322 B Code/Chapter02/ch02-batch/src/main/webapp/index.xhtml 608 B Code/Chapter02/ch02-batch/src/main/webapp/WEB-INF/beans.xml 305 B Code/Chapter02/ch02-batch/src/main/webapp/WEB-INF/glassfish-resources.xml 1.7 KB Code/Chapter02/ch02-batch/src/main/webapp/WEB-INF/web.xml 976 B Code/Chapter02/ch02-batch/target/ch02-batch-1.0.war 10.9 MB Code/Chapter02/ch02-batch/target/ch02-batch-1.0/gfv3ee6.dpf 0 B Code/Chapter02/ch02-batch/target/ch02-batch-1.0/index.xhtml 608 B Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/beans.xml 305 B Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/com/eldermoraes/ch02/batch/User.class 1.9 KB Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/com/eldermoraes/ch02/batch/UserBean.class 1.9 KB Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/com/eldermoraes/ch02/batch/UserProcessor.class 1.4 KB Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/com/eldermoraes/ch02/batch/UserReader.class 1.7 KB Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/glassfish-resources.xml 1.7 KB Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/glassfish-web.xml 476 B Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/web.xml 976 B Code/Chapter02/README.md 0 B Code/README.txt 102 B Code/SoftwareHardware.pdf 194.1 KB Java EE 8 Cookbook.zip 7.5 MB