Java EE 8 Cookbook

Torrent Hash:
ABB6C10D5FB611A5B212811D02682FBB18FF9C13
Number of Files:
710
Content Size:
64.24MB
Convert On:
2020-08-14
Keywords:
Magnet Link:
W3siaWQiOiJhZHN0X2JfTV8zMDB4NTAiLCJhZHNwb3QiOiJiX01fMzAweDUwIiwid2VpZ2h0IjoiNSIsImZjYXAiOmZhbHNlLCJzY2hlZHVsZSI6ZmFsc2UsIm1heFdpZHRoIjoiNzY4IiwibWluV2lkdGgiOmZhbHNlLCJ0aW1lem9uZSI6ZmFsc2UsImV4Y2x1ZGUiOmZhbHNlLCJkb21haW4iOmZhbHNlLCJjb2RlIjoiPHNjcmlwdCB0eXBlPVwidGV4dFwvamF2YXNjcmlwdFwiPlxyXG4gIGF0T3B0aW9ucyA9IHtcclxuICAgICdrZXknIDogJzdkMWNjMGUxYjk4MWM5NzY4ZGI3ODUxZmM1MzVhMTllJyxcclxuICAgICdmb3JtYXQnIDogJ2lmcmFtZScsXHJcbiAgICAnaGVpZ2h0JyA6IDUwLFxyXG4gICAgJ3dpZHRoJyA6IDMyMCxcclxuICAgICdwYXJhbXMnIDoge31cclxuICB9O1xyXG4gIGRvY3VtZW50LndyaXRlKCc8c2NyJyArICdpcHQgdHlwZT1cInRleHRcL2phdmFzY3JpcHRcIiBzcmM9XCJodHRwJyArIChsb2NhdGlvbi5wcm90b2NvbCA9PT0gJ2h0dHBzOicgPyAncycgOiAnJykgKyAnOlwvXC93d3cuYm5odG1sLmNvbVwvaW52b2tlLmpzXCI+PFwvc2NyJyArICdpcHQ+Jyk7XHJcbjxcL3NjcmlwdD4ifV0=
File Name
Size
Bookflare.net.txt
52B
Code/Chapter01/ch01-beanvalidation/nb-configuration.xml
1.23KB
Code/Chapter01/ch01-beanvalidation/nbproject/project.properties
0B
Code/Chapter01/ch01-beanvalidation/pom.xml
1.72KB
Code/Chapter01/ch01-beanvalidation/src/main/java/com/eldermoraes/ch01/bv/User.java
627B
Code/Chapter01/ch01-beanvalidation/src/main/webapp/index.html
217B
Code/Chapter01/ch01-beanvalidation/src/test/java/com/eldermoraes/ch01/bv/test/UserTest.java
1.79KB
Code/Chapter01/ch01-beanvalidation/target/ch01-beanvalidation-1.0.jar
2.82KB
Code/Chapter01/ch01-beanvalidation/target/classes/com/eldermoraes/ch01/bv/User.class
1.01KB
Code/Chapter01/ch01-beanvalidation/target/maven-archiver/pom.properties
117B
Code/Chapter01/ch01-beanvalidation/target/surefire-reports/com.eldermoraes.ch01.bv.test.UserTest.txt
282B
Code/Chapter01/ch01-beanvalidation/target/surefire-reports/TEST-com.eldermoraes.ch01.bv.test.UserTest.xml
6.04KB
Code/Chapter01/ch01-beanvalidation/target/test-classes/com/eldermoraes/ch01/bv/test/UserTest.class
2.26KB
Code/Chapter01/ch01-cdi/nb-configuration.xml
1.23KB
Code/Chapter01/ch01-cdi/pom.xml
1.71KB
Code/Chapter01/ch01-cdi/src/main/java/com/eldermoraes/ch01/cdi/MyEvent.java
267B
Code/Chapter01/ch01-cdi/src/main/java/com/eldermoraes/ch01/cdi/OrderedObserver.java
965B
Code/Chapter01/ch01-cdi/src/main/resources/META-INF/beans.xml
305B
Code/Chapter01/ch01-cdi/src/main/webapp/index.html
217B
Code/Chapter01/ch01-cdi/target/ch01-cdi-1.0.jar
4.1KB
Code/Chapter01/ch01-cdi/target/classes/com/eldermoraes/ch01/cdi/MyEvent.class
485B
Code/Chapter01/ch01-cdi/target/classes/com/eldermoraes/ch01/cdi/OrderedObserver.class
2.28KB
Code/Chapter01/ch01-cdi/target/classes/META-INF/beans.xml
305B
Code/Chapter01/ch01-cdi/target/maven-archiver/pom.properties
106B
Code/Chapter01/ch01-cdi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
86B
Code/Chapter01/ch01-cdi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
274B
Code/Chapter01/ch01-jaxrs/nb-configuration.xml
1.35KB
Code/Chapter01/ch01-jaxrs/pom.xml
1.55KB
Code/Chapter01/ch01-jaxrs/src/main/java/com/eldermoraes/ch01/jaxrs/ClientConsumer.java
1.35KB
Code/Chapter01/ch01-jaxrs/src/main/java/com/eldermoraes/ch01/jaxrs/ServerMock.java
982B
Code/Chapter01/ch01-jaxrs/src/main/java/com/eldermoraes/ch01/jaxrs/SseResource.java
978B
Code/Chapter01/ch01-jaxrs/src/main/webapp/index.html
217B
Code/Chapter01/ch01-jsf/nb-configuration.xml
1.34KB
Code/Chapter01/ch01-jsf/pom.xml
2.86KB
Code/Chapter01/ch01-jsf/src/main/java/com/eldermoraes/ch01/jsf/User.java
560B
Code/Chapter01/ch01-jsf/src/main/java/com/eldermoraes/ch01/jsf/UserBean.java
816B
Code/Chapter01/ch01-jsf/src/main/java/com/eldermoraes/ch01/jsf/UserConverter.java
655B
Code/Chapter01/ch01-jsf/src/main/java/com/eldermoraes/ch01/jsf/UserValidator.java
652B
Code/Chapter01/ch01-jsf/src/main/webapp/index.xhtml
846B
Code/Chapter01/ch01-jsf/src/main/webapp/WEB-INF/beans.xml
305B
Code/Chapter01/ch01-jsf/src/main/webapp/WEB-INF/web.xml
979B
Code/Chapter01/ch01-jsonb/pom.xml
1.03KB
Code/Chapter01/ch01-jsonb/src/main/java/com/eldermoraes/ch01/jsonb/JsonBUser.java
763B
Code/Chapter01/ch01-jsonb/src/main/java/com/eldermoraes/ch01/jsonb/User.java
866B
Code/Chapter01/ch01-jsonp/pom.xml
1.05KB
Code/Chapter01/ch01-jsonp/src/main/java/com/eldermoraes/ch01/jsonp/JPointer.java
739B
Code/Chapter01/ch01-jsonp/src/main/resources/user.json
199B
Code/Chapter01/ch01-mvc/nb-configuration.xml
1.35KB
Code/Chapter01/ch01-mvc/pom.xml
3.02KB
Code/Chapter01/ch01-mvc/src/main/java/com/eldermoraes/ch01/mvc/AppConfig.java
222B
Code/Chapter01/ch01-mvc/src/main/java/com/eldermoraes/ch01/mvc/User.java
525B
Code/Chapter01/ch01-mvc/src/main/java/com/eldermoraes/ch01/mvc/UserBean.java
232B
Code/Chapter01/ch01-mvc/src/main/java/com/eldermoraes/ch01/mvc/UserController.java
483B
Code/Chapter01/ch01-mvc/src/main/webapp/index.jsp
380B
Code/Chapter01/ch01-mvc/src/main/webapp/user.jsp
284B
Code/Chapter01/ch01-mvc/src/main/webapp/WEB-INF/beans.xml
305B
Code/Chapter01/ch01-security/pom.xml
1.26KB
Code/Chapter01/ch01-security/src/main/java/com/eldermoraes/ch01/security/RoleExecutor.java
662B
Code/Chapter01/ch01-security/src/main/java/com/eldermoraes/ch01/security/Roles.java
199B
Code/Chapter01/ch01-security/src/main/java/com/eldermoraes/ch01/security/User.java
871B
Code/Chapter01/ch01-security/src/main/java/com/eldermoraes/ch01/security/UserBean.java
1KB
Code/Chapter01/ch01-security/src/main/resources/META-INF/persistence.xml
536B
Code/Chapter01/ch01-security/src/test/java/com/eldermoraes/ch01/security/Ch01SecurityTest.java
3.13KB
Code/Chapter01/ch01-servlet/nb-configuration.xml
1.23KB
Code/Chapter01/ch01-servlet/pom.xml
2.86KB
Code/Chapter01/ch01-servlet/src/main/java/com/eldermoraes/ch01/servlet/ServerPush.java
1.26KB
Code/Chapter01/ch01-servlet/src/main/webapp/images/javaee-logo.png
5.54KB
Code/Chapter01/ch01-servlet/src/main/webapp/index.html
302B
Code/Chapter02/ch02-batch/nb-configuration.xml
1.34KB
Code/Chapter02/ch02-batch/nbproject/project.properties
0B
Code/Chapter02/ch02-batch/pom.xml
3.08KB
Code/Chapter02/ch02-batch/src/main/java/com/eldermoraes/ch02/batch/User.java
1.16KB
Code/Chapter02/ch02-batch/src/main/java/com/eldermoraes/ch02/batch/UserBean.java
1022B
Code/Chapter02/ch02-batch/src/main/java/com/eldermoraes/ch02/batch/UserProcessor.java
627B
Code/Chapter02/ch02-batch/src/main/java/com/eldermoraes/ch02/batch/UserReader.java
990B
Code/Chapter02/ch02-batch/src/main/java/com/eldermoraes/ch02/batch/UserWriter.java
638B
Code/Chapter02/ch02-batch/src/main/resources/META-INF/batch-jobs/acess-user.xml
352B
Code/Chapter02/ch02-batch/src/main/resources/META-INF/persistence.xml
814B
Code/Chapter02/ch02-batch/src/main/resources/META-INF/user.txt
322B
Code/Chapter02/ch02-batch/src/main/webapp/index.xhtml
608B
Code/Chapter02/ch02-batch/src/main/webapp/WEB-INF/beans.xml
305B
Code/Chapter02/ch02-batch/src/main/webapp/WEB-INF/glassfish-resources.xml
1.69KB
Code/Chapter02/ch02-batch/src/main/webapp/WEB-INF/web.xml
976B
Code/Chapter02/ch02-batch/target/ch02-batch-1.0.war
10.91MB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/gfv3ee6.dpf
0B
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/index.xhtml
608B
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/beans.xml
305B
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/com/eldermoraes/ch02/batch/User.class
1.9KB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/com/eldermoraes/ch02/batch/UserBean.class
1.92KB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/com/eldermoraes/ch02/batch/UserProcessor.class
1.36KB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/com/eldermoraes/ch02/batch/UserReader.class
1.66KB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/com/eldermoraes/ch02/batch/UserWriter.class
1.13KB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/META-INF/batch-jobs/acess-user.xml
352B
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/META-INF/persistence.xml
814B
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/META-INF/user.txt
322B
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/glassfish-resources.xml
1.69KB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/glassfish-web.xml
476B
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/antlr-2.7.7.jar
434.85KB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/byte-buddy-1.6.6.jar
2.63MB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/classmate-1.3.0.jar
62.61KB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/dom4j-1.6.1.jar
306.54KB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/hibernate-commons-annotations-5.0.1.Final.jar
73.52KB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/hibernate-core-5.2.10.Final.jar
6.31MB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/hibernate-entitymanager-5.2.10.Final.jar
591B
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/hibernate-jpa-2.1-api-1.0.0.Final.jar
110.71KB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/jandex-2.0.3.Final.jar
182.36KB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/javassist-3.20.0-GA.jar
732.99KB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/jboss-logging-3.3.0.Final.jar
65.24KB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/jboss-transaction-api_1.2_spec-1.0.1.Final.jar
27.69KB
Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/web.xml
976B
Code/Chapter02/ch02-batch/target/classes/com/eldermoraes/ch02/batch/User.class
1.9KB
Code/Chapter02/ch02-batch/target/classes/com/eldermoraes/ch02/batch/UserBean.class
1.92KB
Code/Chapter02/ch02-batch/target/classes/com/eldermoraes/ch02/batch/UserProcessor.class
1.36KB
Code/Chapter02/ch02-batch/target/classes/com/eldermoraes/ch02/batch/UserReader.class
1.66KB
Code/Chapter02/ch02-batch/target/classes/com/eldermoraes/ch02/batch/UserWriter.class
1.13KB
Code/Chapter02/ch02-batch/target/classes/META-INF/batch-jobs/acess-user.xml
352B
Code/Chapter02/ch02-batch/target/classes/META-INF/persistence.xml
814B
Code/Chapter02/ch02-batch/target/classes/META-INF/user.txt
322B
Code/Chapter02/ch02-batch/target/endorsed/javaee-endorsed-api-7.0.jar
185.47KB
Code/Chapter02/ch02-batch/target/maven-archiver/pom.properties
108B
Code/Chapter02/ch02-batch/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
215B
Code/Chapter02/ch02-batch/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
695B
Code/Chapter02/ch02-batch/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
0B
Code/Chapter02/ch02-beanvalidation/faces-config.NavData
205B
Code/Chapter02/ch02-beanvalidation/nb-configuration.xml
1.34KB
Code/Chapter02/ch02-beanvalidation/pom.xml
3.26KB
Code/Chapter02/ch02-beanvalidation/src/main/java/com/eldermoraes/ch02/beanvalidation/User.java
2.15KB
Code/Chapter02/ch02-beanvalidation/src/main/webapp/index.xhtml
1.25KB
Code/Chapter02/ch02-beanvalidation/src/main/webapp/WEB-INF/web.xml
976B
Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0.war
1.23MB
Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/gfv3ee6.dpf
0B
Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/index.xhtml
1.25KB
Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/classes/com/eldermoraes/ch02/beanvalidation/Profile.class
1.16KB
Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/classes/com/eldermoraes/ch02/beanvalidation/User.class
2.69KB
Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/glassfish-web.xml
476B
Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/lib/classmate-1.3.1.jar
63.29KB
Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/lib/hibernate-validator-6.0.1.Final.jar
1.01MB
Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/lib/jboss-logging-3.3.0.Final.jar
65.24KB
Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/lib/validation-api-2.0.0.Final.jar
90.9KB
Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/web.xml
976B
Code/Chapter02/ch02-beanvalidation/target/classes/com/eldermoraes/ch02/beanvalidation/User.class
2.69KB
Code/Chapter02/ch02-beanvalidation/target/endorsed/javaee-endorsed-api-7.0.jar
185.47KB
Code/Chapter02/ch02-beanvalidation/target/maven-archiver/pom.properties
117B
Code/Chapter02/ch02-beanvalidation/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
97B
Code/Chapter02/ch02-beanvalidation/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
307B
Code/Chapter02/ch02-beanvalidation/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
0B
Code/Chapter02/ch02-cdi/nb-configuration.xml
1.35KB
Code/Chapter02/ch02-cdi/pom.xml
3.07KB
Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/Application.java
210B
Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/profile/ImplAdmin.java
291B
Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/profile/ImplOperator.java
353B
Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/profile/Profile.java
462B
Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/profile/ProfileType.java
126B
Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/profile/UserProfile.java
134B
Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/User.java
690B
Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/UserFactory.java
308B
Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/UserService.java
3.12KB
Code/Chapter02/ch02-cdi/src/main/webapp/index.html
660B
Code/Chapter02/ch02-cdi/src/main/webapp/result.jsp
330B
Code/Chapter02/ch02-cdi/src/main/webapp/WEB-INF/beans.xml
305B
Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0.war
10KB
Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/index.html
660B
Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/result.jsp
330B
Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/beans.xml
305B
Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/Application.class
420B
Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/profile/ImplAdmin.class
867B
Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/profile/ImplOperator.class
922B
Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/profile/Profile.class
532B
Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/profile/ProfileType.class
1.06KB
Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/profile/UserProfile.class
202B
Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/User.class
1.1KB
Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/UserFactory.class
659B
Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/UserService.class
3.97KB
Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/glassfish-web.xml
476B
Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/Application.class
420B
Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/profile/ImplAdmin.class
867B
Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/profile/ImplOperator.class
922B
Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/profile/Profile.class
532B
Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/profile/ProfileType.class
1.06KB
Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/profile/UserProfile.class
202B
Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/User.class
1.1KB
Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/UserFactory.class
659B
Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/UserService.class
3.97KB
Code/Chapter02/ch02-cdi/target/endorsed/javaee-endorsed-api-7.0.jar
185.47KB
Code/Chapter02/ch02-cdi/target/maven-archiver/pom.properties
106B
Code/Chapter02/ch02-cdi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
415B
Code/Chapter02/ch02-cdi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
1.23KB
Code/Chapter02/ch02-cdi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
0B
Code/Chapter02/ch02-datacache/nb-configuration.xml
1.23KB
Code/Chapter02/ch02-datacache/pom.xml
2.87KB
Code/Chapter02/ch02-datacache/src/main/java/com/eldermoraes/ch02/datacache/User.java
829B
Code/Chapter02/ch02-datacache/src/main/java/com/eldermoraes/ch02/datacache/UserCacheBean.java
1.09KB
Code/Chapter02/ch02-datacache/src/main/resources/META-INF/persistence.xml
763B
Code/Chapter02/ch02-datacache/src/main/webapp/index.html
217B
Code/Chapter02/ch02-ejb-concurrency/nb-configuration.xml
1.23KB
Code/Chapter02/ch02-ejb-concurrency/pom.xml
2.88KB
Code/Chapter02/ch02-ejb-concurrency/src/main/java/com/eldermoraes/ch02/ejb/concurrency/UserClassLevelBean.java
784B
Code/Chapter02/ch02-ejb-concurrency/src/main/java/com/eldermoraes/ch02/ejb/concurrency/UserMethodLevelBean.java
817B
Code/Chapter02/ch02-ejb-concurrency/src/main/java/com/eldermoraes/ch02/ejb/concurrency/UserSelfManagedBean.java
647B
Code/Chapter02/ch02-ejb-concurrency/src/main/webapp/index.html
217B
Code/Chapter02/ch02-jpa/lib/unknown/binary/hibernate-jpamodelgen-4.3.1.Final/SNAPSHOT/hibernate-jpamodelgen-4.3.1.Final-SNAPSHOT.jar
174.46KB
Code/Chapter02/ch02-jpa/nb-configuration.xml
1.23KB
Code/Chapter02/ch02-jpa/nbproject/project.properties
0B
Code/Chapter02/ch02-jpa/pom.xml
4.02KB
Code/Chapter02/ch02-jpa/src/main/java/com/eldermoraes/ch02/jpa/User.java
1.8KB
Code/Chapter02/ch02-jpa/src/main/java/com/eldermoraes/ch02/jpa/UserBean.java
874B
Code/Chapter02/ch02-jpa/src/main/resources/META-INF/persistence.xml
757B
Code/Chapter02/ch02-jpa/src/main/webapp/index.html
217B
Code/Chapter02/ch02-jpa/src/test/java/com/eldermoraes/ch02/jpa/Ch02JpaTest.java
1.48KB
Code/Chapter02/ch02-jpa/target/classes/com/eldermoraes/ch02/jpa/User.class
2.16KB
Code/Chapter02/ch02-jpa/target/classes/com/eldermoraes/ch02/jpa/UserBean.class
1.32KB
Code/Chapter02/ch02-jpa/target/classes/META-INF/persistence.xml
757B
Code/Chapter02/ch02-jpa/target/endorsed/javaee-endorsed-api-7.0.jar
185.47KB
Code/Chapter02/ch02-jpa/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
76B
Code/Chapter02/ch02-jpa/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
264B
Code/Chapter02/ch02-jpa/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
43B
Code/Chapter02/ch02-jpa/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
137B
Code/Chapter02/ch02-jpa/target/surefire-reports/com.eldermoraes.ch02.jpa.Ch02JpaTest.txt
9.95KB
Code/Chapter02/ch02-jpa/target/surefire-reports/TEST-com.eldermoraes.ch02.jpa.Ch02JpaTest.xml
30.52KB
Code/Chapter02/ch02-jpa/target/test-classes/com/eldermoraes/ch02/jpa/Ch02JpaTest.class
2.25KB
Code/Chapter02/ch02-jta/lib/unknown/binary/hibernate-jpamodelgen-4.3.1.Final/SNAPSHOT/hibernate-jpamodelgen-4.3.1.Final-SNAPSHOT.jar
174.46KB
Code/Chapter02/ch02-jta/nb-configuration.xml
1.23KB
Code/Chapter02/ch02-jta/nbproject/project.properties
0B
Code/Chapter02/ch02-jta/pom.xml
4.02KB
Code/Chapter02/ch02-jta/src/main/java/com/eldermoraes/ch02/jta1/User.java
1.8KB
Code/Chapter02/ch02-jta/src/main/java/com/eldermoraes/ch02/jta1/UserBean.java
870B
Code/Chapter02/ch02-jta/src/main/resources/META-INF/persistence.xml
830B
Code/Chapter02/ch02-jta/src/main/webapp/index.html
217B
Code/Chapter02/ch02-jta/src/test/java/com/eldermoraes/ch02/jta1/Ch02JtaTest.java
1.48KB
Code/Chapter02/ch02-jta/target/ch02-jta-1.0.war
7.45MB
Code/Chapter02/ch02-jta/target/ch02-jta-1.0/index.html
217B
Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/classes/com/eldermoraes/ch02/jta1/User.class
2.16KB
Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/classes/com/eldermoraes/ch02/jta1/UserBean.class
1.32KB
Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/classes/META-INF/persistence.xml
830B
Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/antlr-2.7.7.jar
434.85KB
Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/dom4j-1.6.1.jar
306.54KB
Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/hibernate-commons-annotations-4.0.4.Final.jar
73.55KB
Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/hibernate-core-4.3.1.Final.jar
4.97MB
Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/hibernate-entitymanager-4.3.1.Final.jar
630.09KB
Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/hibernate-jpa-2.1-api-1.0.0.Final.jar
110.71KB
Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/jandex-1.1.0.Final.jar
74.76KB
Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/javassist-3.18.1-GA.jar
697.46KB
Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/jboss-logging-3.1.3.GA.jar
55.84KB
Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/jboss-logging-annotations-1.2.0.Beta1.jar
11.29KB
Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/jboss-transaction-api_1.2_spec-1.0.0.Final.jar
27.07KB
Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/xml-apis-1.0.b2.jar
106.76KB
Code/Chapter02/ch02-jta/target/classes/com/eldermoraes/ch02/jta1/User.class
2.16KB
Code/Chapter02/ch02-jta/target/classes/com/eldermoraes/ch02/jta1/UserBean.class
1.32KB
Code/Chapter02/ch02-jta/target/classes/META-INF/persistence.xml
830B
Code/Chapter02/ch02-jta/target/endorsed/javaee-endorsed-api-7.0.jar
185.47KB
Code/Chapter02/ch02-jta/target/maven-archiver/pom.properties
106B
Code/Chapter02/ch02-jta/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
78B
Code/Chapter02/ch02-jta/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
266B
Code/Chapter02/ch02-jta/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
44B
Code/Chapter02/ch02-jta/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
138B
Code/Chapter02/ch02-jta/target/surefire-reports/com.eldermoraes.ch02.jta1.Ch02JtaTest.txt
282B
Code/Chapter02/ch02-jta/target/surefire-reports/TEST-com.eldermoraes.ch02.jta1.Ch02JtaTest.xml
5.71KB
Code/Chapter02/ch02-jta/target/test-classes/com/eldermoraes/ch02/jta1/Ch02JtaTest.class
2.26KB
Code/Chapter02/ch02-serverpush/nb-configuration.xml
1.23KB
Code/Chapter02/ch02-serverpush/pom.xml
3.09KB
Code/Chapter02/ch02-serverpush/src/main/java/com/eldermoraes/ch02/serverpush/ProfileServlet.java
1.39KB
Code/Chapter02/ch02-serverpush/src/main/java/com/eldermoraes/ch02/serverpush/PushFilter.java
1.34KB
Code/Chapter02/ch02-serverpush/src/main/java/com/eldermoraes/ch02/serverpush/UserServlet.java
1.37KB
Code/Chapter02/ch02-serverpush/src/main/webapp/index.html
286B
Code/Chapter02/ch02-serverpush/src/main/webapp/profile.jsp
596B
Code/Chapter02/ch02-serverpush/src/main/webapp/resources/functions.js
51B
Code/Chapter02/ch02-serverpush/src/main/webapp/resources/javaee-logo.png
5.54KB
Code/Chapter02/ch02-serverpush/src/main/webapp/resources/style.css
89B
Code/Chapter02/ch02-serverpush/src/main/webapp/user.jsp
590B
Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0.war
12.63KB
Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/gfv3ee6.dpf
0B
Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/index.html
286B
Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/profile.jsp
596B
Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/resources/functions.js
51B
Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/resources/javaee-logo.png
5.54KB
Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/resources/style.css
89B
Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/user.jsp
590B
Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/WEB-INF/classes/com/eldermoraes/ch02/serverpush/ProfileServlet.class
1.66KB
Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/WEB-INF/classes/com/eldermoraes/ch02/serverpush/PushFilter.class
1.75KB
Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/WEB-INF/classes/com/eldermoraes/ch02/serverpush/UserServlet.class
1.64KB
Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/WEB-INF/glassfish-web.xml
476B
Code/Chapter02/ch02-serverpush/target/classes/com/eldermoraes/ch02/serverpush/ProfileServlet.class
1.66KB
Code/Chapter02/ch02-serverpush/target/classes/com/eldermoraes/ch02/serverpush/PushFilter.class
1.75KB
Code/Chapter02/ch02-serverpush/target/classes/com/eldermoraes/ch02/serverpush/UserServlet.class
1.64KB
Code/Chapter02/ch02-serverpush/target/endorsed/javaee-endorsed-api-7.0.jar
185.47KB
Code/Chapter02/ch02-serverpush/target/maven-archiver/pom.properties
113B
Code/Chapter02/ch02-serverpush/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
152B
Code/Chapter02/ch02-serverpush/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
455B
Code/Chapter02/ch02-serverpush/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
0B
Code/Chapter02/ch02-servlet/nb-configuration.xml
1.23KB
Code/Chapter02/ch02-servlet/pom.xml
3.09KB
Code/Chapter02/ch02-servlet/src/main/java/com/eldermoraes/ch02/servlet/User.java
713B
Code/Chapter02/ch02-servlet/src/main/java/com/eldermoraes/ch02/servlet/UserServlet.java
2.38KB
Code/Chapter02/ch02-servlet/src/main/webapp/index.jsp
346B
Code/Chapter02/ch02-servlet/target/ch02-servlet-1.0.war
5.27KB
Code/Chapter02/ch02-servlet/target/ch02-servlet-1.0/index.jsp
346B
Code/Chapter02/ch02-servlet/target/ch02-servlet-1.0/WEB-INF/classes/com/eldermoraes/ch02/servlet/User.class
814B
Code/Chapter02/ch02-servlet/target/ch02-servlet-1.0/WEB-INF/classes/com/eldermoraes/ch02/servlet/UserServlet.class
3.18KB
Code/Chapter02/ch02-servlet/target/ch02-servlet-1.0/WEB-INF/glassfish-web.xml
476B
Code/Chapter02/ch02-servlet/target/classes/com/eldermoraes/ch02/servlet/User.class
814B
Code/Chapter02/ch02-servlet/target/classes/com/eldermoraes/ch02/servlet/UserServlet.class
3.18KB
Code/Chapter02/ch02-servlet/target/endorsed/javaee-endorsed-api-7.0.jar
185.47KB
Code/Chapter02/ch02-servlet/target/maven-archiver/pom.properties
110B
Code/Chapter02/ch02-servlet/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
87B
Code/Chapter02/ch02-servlet/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
283B
Code/Chapter02/ch02-servlet/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
0B
Code/Chapter02/README.md
0B
Code/Chapter03/ch03-jsonb/nb-configuration.xml
1.34KB
Code/Chapter03/ch03-jsonb/pom.xml
1.75KB
Code/Chapter03/ch03-jsonb/src/main/java/com/eldermoraes/ch03/jsonb/User.java
1.53KB
Code/Chapter03/ch03-jsonb/src/main/java/com/eldermoraes/ch03/jsonb/UserView.java
1023B
Code/Chapter03/ch03-jsonb/src/main/webapp/index.xhtml
703B
Code/Chapter03/ch03-jsonb/src/main/webapp/WEB-INF/web.xml
976B
Code/Chapter03/ch03-jsonp/nb-configuration.xml
1.34KB
Code/Chapter03/ch03-jsonp/pom.xml
1.75KB
Code/Chapter03/ch03-jsonp/src/main/java/com/eldermoraes/ch03/jsonp/User.java
773B
Code/Chapter03/ch03-jsonp/src/main/java/com/eldermoraes/ch03/jsonp/UserView.java
3.21KB
Code/Chapter03/ch03-jsonp/src/main/webapp/index.xhtml
1.43KB
Code/Chapter03/ch03-jsonp/src/main/webapp/WEB-INF/web.xml
976B
Code/Chapter03/ch03-rscdi/nb-configuration.xml
1.46KB
Code/Chapter03/ch03-rscdi/pom.xml
1.75KB
Code/Chapter03/ch03-rscdi/src/main/java/com/eldermoraes/ch03/rscdi/ApplicationConfig.java
981B
Code/Chapter03/ch03-rscdi/src/main/java/com/eldermoraes/ch03/rscdi/User.java
743B
Code/Chapter03/ch03-rscdi/src/main/java/com/eldermoraes/ch03/rscdi/UserBean.java
302B
Code/Chapter03/ch03-rscdi/src/main/java/com/eldermoraes/ch03/rscdi/UserService.java
989B
Code/Chapter03/ch03-rscdi/src/main/java/com/eldermoraes/ch03/rscdi/UserView.java
1.34KB
Code/Chapter03/ch03-rscdi/src/main/webapp/index.xhtml
544B
Code/Chapter03/ch03-rscdi/src/main/webapp/WEB-INF/beans.xml
305B
Code/Chapter03/ch03-rscdi/src/main/webapp/WEB-INF/web.xml
976B
Code/Chapter03/ch03-sse/nb-configuration.xml
1.46KB
Code/Chapter03/ch03-sse/pom.xml
1.94KB
Code/Chapter03/ch03-sse/src/main/java/com/eldermoraes/ch03/sse/ApplicationConfig.java
232B
Code/Chapter03/ch03-sse/src/main/java/com/eldermoraes/ch03/sse/ServerSentService.java
2.62KB
Code/Chapter03/ch03-sse/src/main/java/com/eldermoraes/ch03/sse/SseBean.java
2.88KB
Code/Chapter03/ch03-sse/src/main/webapp/index.xhtml
657B
Code/Chapter03/ch03-sse/src/main/webapp/WEB-INF/web.xml
976B
Code/Chapter03/README.md
0B
Code/Chapter04/ch04-jsf/ch04-jsf/nb-configuration.xml
1.23KB
Code/Chapter04/ch04-jsf/ch04-jsf/pom.xml
2.85KB
Code/Chapter04/ch04-jsf/ch04-jsf/src/main/java/com/eldermoraes/ch04/jsf/UserBean.java
326B
Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/default.xhtml
446B
Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/user.xhtml
608B
Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/WEB-INF/beans.xml
305B
Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/WEB-INF/glassfish-web.xml
476B
Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/WEB-INF/template/content.xhtml
341B
Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/WEB-INF/template/footer.xhtml
334B
Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/WEB-INF/template/header.xhtml
340B
Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/WEB-INF/template/layout.xhtml
936B
Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/WEB-INF/web.xml
1.49KB
Code/Chapter04/ch04-serverpush/nb-configuration.xml
1.23KB
Code/Chapter04/ch04-serverpush/pom.xml
1.76KB
Code/Chapter04/ch04-serverpush/src/main/java/com/eldermoraes/ch04/serverpush/ServerPushServlet.java
2.58KB
Code/Chapter04/ch04-serverpush/src/main/resources/img-http1.png
31.68KB
Code/Chapter04/ch04-serverpush/src/main/resources/img-http2.png
31.95KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons.jpg
968.88KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-0-0.jpeg
11.21KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-0-1.jpeg
9.96KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-0-2.jpeg
9.36KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-0-3.jpeg
11.75KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-0-4.jpeg
10.14KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-0-5.jpeg
11.05KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-0-6.jpeg
11.68KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-0-7.jpeg
11.39KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-1-0.jpeg
9.77KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-1-1.jpeg
9.32KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-1-2.jpeg
8.95KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-1-3.jpeg
11.1KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-1-4.jpeg
9.52KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-1-5.jpeg
9.11KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-1-6.jpeg
10.39KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-1-7.jpeg
9.38KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-2-0.jpeg
14.98KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-2-1.jpeg
12.57KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-2-2.jpeg
13.95KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-2-3.jpeg
13.12KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-2-4.jpeg
11.73KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-2-5.jpeg
9.62KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-2-6.jpeg
11.41KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-2-7.jpeg
9.8KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-3-0.jpeg
11.84KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-3-1.jpeg
12.57KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-3-2.jpeg
15.08KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-3-3.jpeg
15.25KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-3-4.jpeg
15.86KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-3-5.jpeg
17.92KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-3-6.jpeg
17.52KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-3-7.jpeg
17.73KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-4-0.jpeg
8.05KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-4-1.jpeg
7.68KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-4-2.jpeg
9.26KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-4-3.jpeg
9.18KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-4-4.jpeg
9.1KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-4-5.jpeg
10.31KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-4-6.jpeg
9.09KB
Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-4-7.jpeg
11KB
Code/Chapter04/ch04-serverpush/src/main/webapp/index.html
348B
Code/Chapter04/ch04-servlet/nb-configuration.xml
1.23KB
Code/Chapter04/ch04-servlet/pom.xml
1.75KB
Code/Chapter04/ch04-servlet/src/main/java/com/eldermoraes/ch04/servlet/async/AsyncServlet.java
1.76KB
Code/Chapter04/ch04-servlet/src/main/java/com/eldermoraes/ch04/servlet/InitConfigServlet.java
2.06KB
Code/Chapter04/ch04-servlet/src/main/java/com/eldermoraes/ch04/servlet/LoadOnStartupServlet.java
508B
Code/Chapter04/ch04-servlet/src/main/webapp/index.jsp
693B
Code/Chapter04/README.md
0B
Code/Chapter05/ch05-authentication/nb-configuration.xml
1.23KB
Code/Chapter05/ch05-authentication/pom.xml
1.76KB
Code/Chapter05/ch05-authentication/src/main/java/com/eldermoraes/ch05/authentication/AuthenticationMechanism.java
1.67KB
Code/Chapter05/ch05-authentication/src/main/java/com/eldermoraes/ch05/authentication/UserAuthenticationServlet.java
2.08KB
Code/Chapter05/ch05-authentication/src/main/webapp/WEB-INF/beans.xml
305B
Code/Chapter05/ch05-authentication/src/main/webapp/WEB-INF/web.xml
729B
Code/Chapter05/ch05-authorization/nb-configuration.xml
1.23KB
Code/Chapter05/ch05-authorization/pom.xml
1.76KB
Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/AuthenticationMechanism.java
2.16KB
Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/Executable.java
148B
Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/Role1Executor.java
344B
Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/Role2Executor.java
344B
Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/Role3Executor.java
344B
Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/RoleExecutable.java
169B
Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/Roles.java
251B
Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/UserActivity.java
892B
Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/UserAuthorizationServlet.java
4.31KB
Code/Chapter05/ch05-authorization/src/main/webapp/WEB-INF/beans.xml
305B
Code/Chapter05/ch05-declarative/nb-configuration.xml
1.23KB
Code/Chapter05/ch05-declarative/pom.xml
1.76KB
Code/Chapter05/ch05-declarative/src/main/java/com/eldermoraes/ch05/declarative/AdminExecutor.java
342B
Code/Chapter05/ch05-declarative/src/main/java/com/eldermoraes/ch05/declarative/AdminServlet.java
2.69KB
Code/Chapter05/ch05-declarative/src/main/java/com/eldermoraes/ch05/declarative/AuthenticationMechanism.java
1.99KB
Code/Chapter05/ch05-declarative/src/main/java/com/eldermoraes/ch05/declarative/RoleExecutable.java
250B
Code/Chapter05/ch05-declarative/src/main/java/com/eldermoraes/ch05/declarative/Roles.java
199B
Code/Chapter05/ch05-declarative/src/main/java/com/eldermoraes/ch05/declarative/UserBean.java
754B
Code/Chapter05/ch05-declarative/src/main/java/com/eldermoraes/ch05/declarative/UserExecutor.java
340B
Code/Chapter05/ch05-declarative/src/main/java/com/eldermoraes/ch05/declarative/UserServlet.java
2.68KB
Code/Chapter05/ch05-declarative/src/main/webapp/WEB-INF/beans.xml
305B
Code/Chapter05/ch05-programmatic/nb-configuration.xml
1.23KB
Code/Chapter05/ch05-programmatic/pom.xml
1.76KB
Code/Chapter05/ch05-programmatic/src/main/java/com/eldermoraes/ch05/programmatic/AuthenticationMechanism.java
1.43KB
Code/Chapter05/ch05-programmatic/src/main/java/com/eldermoraes/ch05/programmatic/OperationServlet.java
2.45KB
Code/Chapter05/ch05-programmatic/src/main/java/com/eldermoraes/ch05/programmatic/Roles.java
200B
Code/Chapter05/ch05-programmatic/src/main/java/com/eldermoraes/ch05/programmatic/UserBean.java
606B
Code/Chapter05/ch05-programmatic/src/main/java/com/eldermoraes/ch05/programmatic/UserIdentityStore.java
1.72KB
Code/Chapter05/ch05-programmatic/src/main/webapp/index.html
217B
Code/Chapter05/ch05-programmatic/src/main/webapp/WEB-INF/beans.xml
305B
Code/Chapter05/README.md
0B
Code/Chapter06/ch06-connectionpooling/nb-configuration.xml
1.23KB
Code/Chapter06/ch06-connectionpooling/pom.xml
1.77KB
Code/Chapter06/ch06-connectionpooling/src/main/java/com/eldermoraes/ch06/connectionpooling/ConnectionPool.java
522B
Code/Chapter06/ch06-connectionpooling/src/main/java/com/eldermoraes/ch06/connectionpooling/PoolTestServlet.java
1.04KB
Code/Chapter06/ch06-connectionpooling/src/main/java/com/eldermoraes/ch06/connectionpooling/SysConfig.java
428B
Code/Chapter06/ch06-connectionpooling/src/main/java/com/eldermoraes/ch06/connectionpooling/SysConfigBean.java
1.07KB
Code/Chapter06/ch06-connectionpooling/src/main/webapp/index.html
217B
Code/Chapter06/ch06-jms/nb-configuration.xml
1.23KB
Code/Chapter06/ch06-jms/pom.xml
1.74KB
Code/Chapter06/ch06-jms/src/main/java/com/eldermoraes/ch06/jms/QueueListener.java
940B
Code/Chapter06/ch06-jms/src/main/java/com/eldermoraes/ch06/jms/QueueSender.java
1.17KB
Code/Chapter06/ch06-jms/src/main/java/com/eldermoraes/ch06/jms/QueueSenderServlet.java
998B
Code/Chapter06/ch06-jms/src/main/webapp/index.html
279B
Code/Chapter06/ch06-jms/src/main/webapp/WEB-INF/beans.xml
305B
Code/Chapter06/ch06-lifecycle/nb-configuration.xml
1.23KB
Code/Chapter06/ch06-lifecycle/pom.xml
2.87KB
Code/Chapter06/ch06-lifecycle/src/main/java/com/eldermoraes/ch06/lifecycle/LifecycleServlet.java
1.8KB
Code/Chapter06/ch06-lifecycle/src/main/webapp/index.html
217B
Code/Chapter06/ch06-transaction/nb-configuration.xml
1.23KB
Code/Chapter06/ch06-transaction/pom.xml
2.36KB
Code/Chapter06/ch06-transaction/src/main/java/com/eldermoraes/ch06/transaction/UserBean.java
1.55KB
Code/Chapter06/ch06-transaction/src/main/webapp/index.html
217B
Code/Chapter06/ch06-transaction/src/test/java/com/eldermoraes/ch06/transaction/UserTest.java
969B
Code/Chapter06/README.md
0B
Code/Chapter08/ch08-automation/nb-configuration.xml
1.23KB
Code/Chapter08/ch08-automation/pom.xml
2.7KB
Code/Chapter08/ch08-automation/src/main/java/com/eldermoraes/ch08/automation/JUnitExample.java
399B
Code/Chapter08/ch08-automation/src/main/webapp/index.html
217B
Code/Chapter08/ch08-automation/src/test/java/com/eldermoraes/ch08/automation/JUnitTest.java
1.28KB
Code/Chapter08/ch08-decoupled-dosomethingwithuser/nb-configuration.xml
1.35KB
Code/Chapter08/ch08-decoupled-dosomethingwithuser/pom.xml
1.79KB
Code/Chapter08/ch08-decoupled-dosomethingwithuser/src/main/java/com/eldermoraes/ch08/decoupled/dosomethingwithuser/ApplicationConfig.java
1.01KB
Code/Chapter08/ch08-decoupled-dosomethingwithuser/src/main/java/com/eldermoraes/ch08/decoupled/dosomethingwithuser/DoSomethingService.java
1.86KB
Code/Chapter08/ch08-decoupled-dosomethingwithuser/src/main/java/com/eldermoraes/ch08/decoupled/dosomethingwithuser/User.java
498B
Code/Chapter08/ch08-decoupled-dosomethingwithuser/src/main/webapp/index.html
217B
Code/Chapter08/ch08-decoupled-user/nb-configuration.xml
1.35KB
Code/Chapter08/ch08-decoupled-user/pom.xml
1.76KB
Code/Chapter08/ch08-decoupled-user/src/main/java/com/eldermoraes/ch08/decoupled/user/ApplicationConfig.java
999B
Code/Chapter08/ch08-decoupled-user/src/main/java/com/eldermoraes/ch08/decoupled/user/User.java
483B
Code/Chapter08/ch08-decoupled-user/src/main/java/com/eldermoraes/ch08/decoupled/user/UserService.java
877B
Code/Chapter08/ch08-decoupled-user/src/main/webapp/index.html
217B
Code/Chapter08/ch08-micro_x_mono-micro-address/nb-configuration.xml
1.35KB
Code/Chapter08/ch08-micro_x_mono-micro-address/pom.xml
1.79KB
Code/Chapter08/ch08-micro_x_mono-micro-address/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/address/bean/UserAddressBean.java
1.26KB
Code/Chapter08/ch08-micro_x_mono-micro-address/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/address/bean/UserAddressBeanMock.java
1.22KB
Code/Chapter08/ch08-micro_x_mono-micro-address/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/address/entity/UserAddress.java
2.38KB
Code/Chapter08/ch08-micro_x_mono-micro-address/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/address/service/ApplicationConfig.java
239B
Code/Chapter08/ch08-micro_x_mono-micro-address/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/address/service/UserAddressService.java
1.82KB
Code/Chapter08/ch08-micro_x_mono-micro-address/src/main/webapp/index.html
217B
Code/Chapter08/ch08-micro_x_mono-micro-gateway/nb-configuration.xml
1.35KB
Code/Chapter08/ch08-micro_x_mono-micro-gateway/pom.xml
1.79KB
Code/Chapter08/ch08-micro_x_mono-micro-gateway/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/gateway/ApplicationConfig.java
235B
Code/Chapter08/ch08-micro_x_mono-micro-gateway/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/gateway/GatewayResource.java
2.36KB
Code/Chapter08/ch08-micro_x_mono-micro-gateway/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/gateway/GatewayResponse.java
464B
Code/Chapter08/ch08-micro_x_mono-micro-gateway/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/gateway/pojo/UserAddress.java
2.08KB
Code/Chapter08/ch08-micro_x_mono-micro-gateway/src/main/webapp/index.html
217B
Code/Chapter08/ch08-micro_x_mono-micro-gateway/src/main/webapp/WEB-INF/beans.xml
305B
Code/Chapter08/ch08-micro_x_mono-micro-user/nb-configuration.xml
1.35KB
Code/Chapter08/ch08-micro_x_mono-micro-user/pom.xml
1.79KB
Code/Chapter08/ch08-micro_x_mono-micro-user/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/user/bean/UserBean.java
1.13KB
Code/Chapter08/ch08-micro_x_mono-micro-user/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/user/bean/UserBeanMock.java
1.1KB
Code/Chapter08/ch08-micro_x_mono-micro-user/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/user/entity/User.java
1.69KB
Code/Chapter08/ch08-micro_x_mono-micro-user/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/user/service/ApplicationConfig.java
236B
Code/Chapter08/ch08-micro_x_mono-micro-user/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/user/service/UserService.java
1.55KB
Code/Chapter08/ch08-micro_x_mono-micro-user/src/main/resources/config.yml
23B
Code/Chapter08/ch08-micro_x_mono-micro-user/src/main/resources/META-INF/beans.xml
305B
Code/Chapter08/ch08-micro_x_mono-micro-user/src/main/webapp/index.html
217B
Code/Chapter08/ch08-micro_x_mono-mono/nb-configuration.xml
1.35KB
Code/Chapter08/ch08-micro_x_mono-mono/pom.xml
1.77KB
Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/bean/UserAddressBean.java
1.24KB
Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/bean/UserAddressBeanMock.java
1.2KB
Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/bean/UserBean.java
1.12KB
Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/bean/UserBeanMock.java
1.09KB
Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/entity/User.java
1.68KB
Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/entity/UserAddress.java
2.4KB
Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/service/ApplicationConfig.java
230B
Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/service/UserAddressService.java
1.68KB
Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/service/UserService.java
1.53KB
Code/Chapter08/ch08-micro_x_mono-mono/src/main/webapp/index.html
217B
Code/Chapter08/README.md
0B
Code/Chapter09/ch09-async-result/nb-configuration.xml
1.35KB
Code/Chapter09/ch09-async-result/pom.xml
2.12KB
Code/Chapter09/ch09-async-result/src/main/java/com/eldermoraes/ch09/async/result/ApplicationConfig.java
205B
Code/Chapter09/ch09-async-result/src/main/java/com/eldermoraes/ch09/async/result/AsyncService.java
930B
Code/Chapter09/ch09-async-result/src/main/java/com/eldermoraes/ch09/async/result/client/AsyncResultClient.java
1.06KB
Code/Chapter09/ch09-async-result/src/main/java/com/eldermoraes/ch09/async/result/remote/UserService.java
734B
Code/Chapter09/ch09-async-result/src/main/java/com/eldermoraes/ch09/async/result/User.java
608B
Code/Chapter09/ch09-async-result/src/main/webapp/WEB-INF/beans.xml
305B
Code/Chapter09/ch09-async-transaction/nb-configuration.xml
1.35KB
Code/Chapter09/ch09-async-transaction/pom.xml
1.77KB
Code/Chapter09/ch09-async-transaction/src/main/java/com/eldermoraes/ch09/async/transaction/ApplicationConfig.java
211B
Code/Chapter09/ch09-async-transaction/src/main/java/com/eldermoraes/ch09/async/transaction/AsyncService.java
1.53KB
Code/Chapter09/ch09-async-transaction/src/main/java/com/eldermoraes/ch09/async/transaction/AsyncTask.java
1.29KB
Code/Chapter09/ch09-async-transaction/src/main/java/com/eldermoraes/ch09/async/transaction/User.java
617B
Code/Chapter09/ch09-async-transaction/src/main/java/com/eldermoraes/ch09/async/transaction/UserBean.java
587B
Code/Chapter09/ch09-async-transaction/src/main/webapp/index.html
217B
Code/Chapter09/ch09-async-transaction/src/main/webapp/WEB-INF/beans.xml
305B
Code/Chapter09/ch09-managed-thread/nb-configuration.xml
1.35KB
Code/Chapter09/ch09-managed-thread/pom.xml
1.76KB
Code/Chapter09/ch09-managed-thread/src/main/java/com/eldermoraes/ch09/managed/thread/ApplicationConfig.java
207B
Code/Chapter09/ch09-managed-thread/src/main/java/com/eldermoraes/ch09/managed/thread/AsyncService.java
998B
Code/Chapter09/ch09-managed-thread/src/main/java/com/eldermoraes/ch09/managed/thread/remote/UserBean.java
624B
Code/Chapter09/ch09-managed-thread/src/main/java/com/eldermoraes/ch09/managed/thread/User.java
611B
Code/Chapter09/ch09-managed-thread/src/main/webapp/index.html
217B
Code/Chapter09/ch09-proxy-task/nb-configuration.xml
1.35KB
Code/Chapter09/ch09-proxy-task/pom.xml
1.76KB
Code/Chapter09/ch09-proxy-task/src/main/java/com/eldermoraes/ch09/proxy/task/ApplicationConfig.java
204B
Code/Chapter09/ch09-proxy-task/src/main/java/com/eldermoraes/ch09/proxy/task/AsyncService.java
649B
Code/Chapter09/ch09-proxy-task/src/main/java/com/eldermoraes/ch09/proxy/task/AsyncTask.java
367B
Code/Chapter09/ch09-proxy-task/src/main/java/com/eldermoraes/ch09/proxy/task/ExecutorProxy.java
1.12KB
Code/Chapter09/ch09-proxy-task/src/main/java/com/eldermoraes/ch09/proxy/task/remote/UserBean.java
544B
Code/Chapter09/ch09-proxy-task/src/main/java/com/eldermoraes/ch09/proxy/task/User.java
659B
Code/Chapter09/ch09-proxy-task/src/main/webapp/index.html
217B
Code/Chapter09/ch09-scheduled-task/nb-configuration.xml
1.35KB
Code/Chapter09/ch09-scheduled-task/pom.xml
1.76KB
Code/Chapter09/ch09-scheduled-task/src/main/java/com/eldermoraes/ch09/scheduled/task/ApplicationConfig.java
208B
Code/Chapter09/ch09-scheduled-task/src/main/java/com/eldermoraes/ch09/scheduled/task/AsyncService.java
1.39KB
Code/Chapter09/ch09-scheduled-task/src/main/java/com/eldermoraes/ch09/scheduled/task/AsyncTask.java
458B
Code/Chapter09/ch09-scheduled-task/src/main/java/com/eldermoraes/ch09/scheduled/task/remote/UserBean.java
591B
Code/Chapter09/ch09-scheduled-task/src/main/java/com/eldermoraes/ch09/scheduled/task/User.java
610B
Code/Chapter09/ch09-scheduled-task/src/main/webapp/index.html
217B
Code/Chapter09/ch09-task-status/nb-configuration.xml
1.35KB
Code/Chapter09/ch09-task-status/pom.xml
1.76KB
Code/Chapter09/ch09-task-status/src/main/java/com/eldermoraes/ch09/task/status/ApplicationConfig.java
205B
Code/Chapter09/ch09-task-status/src/main/java/com/eldermoraes/ch09/task/status/AsyncService.java
1.41KB
Code/Chapter09/ch09-task-status/src/main/java/com/eldermoraes/ch09/task/status/AsyncTask.java
1.9KB
Code/Chapter09/ch09-task-status/src/main/java/com/eldermoraes/ch09/task/status/remote/UserBean.java
546B
Code/Chapter09/ch09-task-status/src/main/java/com/eldermoraes/ch09/task/status/User.java
607B
Code/Chapter09/ch09-task-status/src/main/webapp/index.html
217B
Code/Chapter09/ch09-task-status/src/main/webapp/WEB-INF/beans.xml
305B
Code/Chapter09/README.md
0B
Code/Chapter10/ch10-async-bean/nb-configuration.xml
1.35KB
Code/Chapter10/ch10-async-bean/pom.xml
1.76KB
Code/Chapter10/ch10-async-bean/src/main/java/com/eldermoraes/ch10/async/bean/ApplicationConfig.java
203B
Code/Chapter10/ch10-async-bean/src/main/java/com/eldermoraes/ch10/async/bean/AsyncService.java
1.12KB
Code/Chapter10/ch10-async-bean/src/main/java/com/eldermoraes/ch10/async/bean/User.java
545B
Code/Chapter10/ch10-async-bean/src/main/java/com/eldermoraes/ch10/async/bean/UserBean.java
719B
Code/Chapter10/ch10-async-bean/src/main/webapp/index.html
217B
Code/Chapter10/ch10-async-jaxrs/nb-configuration.xml
1.35KB
Code/Chapter10/ch10-async-jaxrs/pom.xml
1.76KB
Code/Chapter10/ch10-async-jaxrs/src/main/java/com/eldermoraes/ch10/async/jaxrs/ApplicationConfig.java
204B
Code/Chapter10/ch10-async-jaxrs/src/main/java/com/eldermoraes/ch10/async/jaxrs/AsyncService.java
1.55KB
Code/Chapter10/ch10-async-jaxrs/src/main/java/com/eldermoraes/ch10/async/jaxrs/remote/UserBean.java
745B
Code/Chapter10/ch10-async-jaxrs/src/main/java/com/eldermoraes/ch10/async/jaxrs/User.java
546B
Code/Chapter10/ch10-async-jaxrs/src/main/webapp/index.html
217B
Code/Chapter10/ch10-async-servlet/nb-configuration.xml
1.23KB
Code/Chapter10/ch10-async-servlet/pom.xml
1.76KB
Code/Chapter10/ch10-async-servlet/src/main/java/com/eldermoraes/ch10/async/servlet/User.java
548B
Code/Chapter10/ch10-async-servlet/src/main/java/com/eldermoraes/ch10/async/servlet/UserBean.java
536B
Code/Chapter10/ch10-async-servlet/src/main/java/com/eldermoraes/ch10/async/servlet/UserServlet.java
1.42KB
Code/Chapter10/ch10-async-servlet/src/main/webapp/index.html
217B
Code/Chapter10/ch10-async-websocket/nb-configuration.xml
1.35KB
Code/Chapter10/ch10-async-websocket/pom.xml
1.77KB
Code/Chapter10/ch10-async-websocket/src/main/java/com/eldermoraes/ch10/async/websocket/ApplicationConfig.java
208B
Code/Chapter10/ch10-async-websocket/src/main/java/com/eldermoraes/ch10/async/websocket/AsyncClient.java
1.66KB
Code/Chapter10/ch10-async-websocket/src/main/java/com/eldermoraes/ch10/async/websocket/AsyncServer.java
1.08KB
Code/Chapter10/ch10-async-websocket/src/main/java/com/eldermoraes/ch10/async/websocket/AsyncService.java
589B
Code/Chapter10/ch10-async-websocket/src/main/webapp/index.html
217B
Code/Chapter10/ch10-completable-future/nb-configuration.xml
1.35KB
Code/Chapter10/ch10-completable-future/pom.xml
1.77KB
Code/Chapter10/ch10-completable-future/src/main/java/com/eldermoraes/ch10/completable/future/ApplicationConfig.java
211B
Code/Chapter10/ch10-completable-future/src/main/java/com/eldermoraes/ch10/completable/future/AsyncService.java
947B
Code/Chapter10/ch10-completable-future/src/main/java/com/eldermoraes/ch10/completable/future/User.java
553B
Code/Chapter10/ch10-completable-future/src/main/java/com/eldermoraes/ch10/completable/future/UserBean.java
538B
Code/Chapter10/ch10-completable-future/src/main/webapp/index.html
217B
Code/Chapter10/ch10-event-observer/nb-configuration.xml
1.35KB
Code/Chapter10/ch10-event-observer/pom.xml
1.76KB
Code/Chapter10/ch10-event-observer/src/main/java/com/eldermoraes/ch10/event/observer/ApplicationConfig.java
207B
Code/Chapter10/ch10-event-observer/src/main/java/com/eldermoraes/ch10/event/observer/AsyncService.java
892B
Code/Chapter10/ch10-event-observer/src/main/java/com/eldermoraes/ch10/event/observer/User.java
549B
Code/Chapter10/ch10-event-observer/src/main/webapp/index.html
217B
Code/Chapter10/ch10-mdb/nb-configuration.xml
1.35KB
Code/Chapter10/ch10-mdb/pom.xml
1.74KB
Code/Chapter10/ch10-mdb/src/main/java/com/eldermoraes/ch10/mdb/ApplicationConfig.java
196B
Code/Chapter10/ch10-mdb/src/main/java/com/eldermoraes/ch10/mdb/Consumer.java
800B
Code/Chapter10/ch10-mdb/src/main/java/com/eldermoraes/ch10/mdb/MDBService.java
578B
Code/Chapter10/ch10-mdb/src/main/java/com/eldermoraes/ch10/mdb/Sender.java
678B
Code/Chapter10/ch10-mdb/src/main/java/com/eldermoraes/ch10/mdb/User.java
538B
Code/Chapter10/ch10-mdb/src/main/webapp/index.html
217B
Code/Chapter10/README.md
0B
Code/Chapter11/app/app.war
2.94KB
Code/Chapter11/ch11-aws/images/B00000_037.png
293.37KB
Code/Chapter11/ch11-aws/images/B00000_038.png
314.02KB
Code/Chapter11/ch11-aws/images/B00000_039.png
240.7KB
Code/Chapter11/ch11-aws/images/B00000_040.png
196.07KB
Code/Chapter11/ch11-aws/images/B00000_041.png
220.55KB
Code/Chapter11/ch11-aws/images/B00000_042.png
204.33KB
Code/Chapter11/ch11-aws/images/B00000_043.png
204.22KB
Code/Chapter11/ch11-aws/images/B00000_044.png
237.58KB
Code/Chapter11/ch11-aws/images/B00000_045.png
176.93KB
Code/Chapter11/ch11-aws/images/B00000_046.png
191.98KB
Code/Chapter11/ch11-aws/images/B00000_047.png
238.45KB
Code/Chapter11/ch11-aws/images/B00000_048.png
217.97KB
Code/Chapter11/ch11-aws/images/B00000_049.png
224.5KB
Code/Chapter11/ch11-aws/images/B00000_050.png
245.53KB
Code/Chapter11/ch11-aws/images/B00000_051.png
252.21KB
Code/Chapter11/ch11-aws/images/B00000_052.png
108.78KB
Code/Chapter11/ch11-docker/app.war
2.94KB
Code/Chapter11/ch11-docker/base/build.sh
45B
Code/Chapter11/ch11-docker/base/docker-entrypoint.sh
615B
Code/Chapter11/ch11-docker/base/Dockerfile
863B
Code/Chapter11/ch11-docker/base/push.sh
39B
Code/Chapter11/ch11-docker/build.sh
48B
Code/Chapter11/ch11-docker/Dockerfile
139B
Code/Chapter11/ch11-docker/push.sh
59B
Code/Chapter11/ch11-docker/run.sh
197B
Code/Chapter11/ch11-jelastic/images/B00000_001.png
160.84KB
Code/Chapter11/ch11-jelastic/images/B00000_002.png
239.41KB
Code/Chapter11/ch11-jelastic/images/B00000_003.png
191.34KB
Code/Chapter11/ch11-jelastic/images/B00000_004.png
202.83KB
Code/Chapter11/ch11-jelastic/images/B00000_005.png
262.36KB
Code/Chapter11/ch11-jelastic/images/B00000_006.png
276.22KB
Code/Chapter11/ch11-jelastic/images/B00000_007.png
265.08KB
Code/Chapter11/ch11-jelastic/images/B00000_008.png
276.87KB
Code/Chapter11/ch11-jelastic/images/B00000_009.png
125.13KB
Code/Chapter11/ch11-jelastic/images/B00000_010.png
89.9KB
Code/Chapter11/ch11-jelastic/images/B00000_011.png
226.68KB
Code/Chapter11/ch11-jelastic/images/B00000_012.png
206.47KB
Code/Chapter11/ch11-jelastic/images/B00000_013.png
112.13KB
Code/Chapter11/ch11-openshift/app.war
2.94KB
Code/Chapter11/ch11-openshift/build.sh
51B
Code/Chapter11/ch11-openshift/Dockerfile
278B
Code/Chapter11/ch11-openshift/images/B00000_053.png
349.27KB
Code/Chapter11/ch11-openshift/images/B00000_054.png
359.86KB
Code/Chapter11/ch11-openshift/images/B00000_055.png
365.42KB
Code/Chapter11/ch11-openshift/images/B00000_056.png
124.62KB
Code/Chapter11/ch11-openshift/images/B00000_057.png
124.61KB
Code/Chapter11/ch11-openshift/images/B00000_058.png
187.43KB
Code/Chapter11/ch11-openshift/images/B00000_059.png
179.89KB
Code/Chapter11/ch11-openshift/images/B00000_060.png
130.54KB
Code/Chapter11/ch11-openshift/images/B00000_061.png
153.9KB
Code/Chapter11/ch11-openshift/images/B00000_062.png
155.26KB
Code/Chapter11/ch11-openshift/images/B00000_063.png
128.45KB
Code/Chapter11/ch11-openshift/images/B00000_064.png
100KB
Code/Chapter11/ch11-openshift/push.sh
46B
Code/Chapter11/ch11-openshift/run.sh
206B
Code/Chapter11/ch11-oraclecloud/images/B00000_014.png
224.14KB
Code/Chapter11/ch11-oraclecloud/images/B00000_015.png
205.96KB
Code/Chapter11/ch11-oraclecloud/images/B00000_016.png
237.47KB
Code/Chapter11/ch11-oraclecloud/images/B00000_017.png
249.67KB
Code/Chapter11/ch11-oraclecloud/images/B00000_018.png
187.87KB
Code/Chapter11/ch11-oraclecloud/images/B00000_019.png
238.12KB
Code/Chapter11/ch11-oraclecloud/images/B00000_020.png
238.3KB
Code/Chapter11/ch11-oraclecloud/images/B00000_021.png
124.92KB
Code/Chapter11/ch11-oraclecloud/images/B00000_022.png
185.31KB
Code/Chapter11/ch11-oraclecloud/images/B00000_023.png
194.15KB
Code/Chapter11/ch11-oraclecloud/images/B00000_024.png
138.96KB
Code/Chapter11/ch11-oraclecloud/images/B00000_025.png
146.38KB
Code/Chapter11/ch11-oraclecloud/images/B00000_026.png
188.17KB
Code/Chapter11/ch11-oraclecloud/images/B00000_027.png
387.66KB
Code/Chapter11/ch11-oraclecloud/images/B00000_028.png
339.08KB
Code/Chapter11/ch11-oraclecloud/images/B00000_029.png
337.98KB
Code/Chapter11/ch11-oraclecloud/images/B00000_030.png
403.82KB
Code/Chapter11/ch11-oraclecloud/images/B00000_031.png
385.77KB
Code/Chapter11/ch11-oraclecloud/images/B00000_032.png
200.95KB
Code/Chapter11/ch11-oraclecloud/images/B00000_033.png
203.7KB
Code/Chapter11/ch11-oraclecloud/images/B00000_034.png
244.4KB
Code/Chapter11/ch11-oraclecloud/images/B00000_035.png
334.83KB
Code/Chapter11/ch11-oraclecloud/images/B00000_036.png
112.95KB
Code/Chapter11/README.md
0B
Code/Chapter12/README.md
0B
Code/javaee8-rep-template/nb-configuration.xml
1.23KB
Code/javaee8-rep-template/pom.xml
1.77KB
Code/javaee8-rep-template/src/main/webapp/index.html
217B
Code/README.txt
102B
Code/SoftwareHardware.pdf
194.12KB
Downloaded from Demonoid - www.dnoid.to.txt
56B
Java EE 8 Cookbook.epub
7.49MB

Latest Search:

W3siaWQiOiJhZHN0X2JfTV8zMDB4NTAiLCJhZHNwb3QiOiJiX01fMzAweDUwIiwid2VpZ2h0IjoiNSIsImZjYXAiOmZhbHNlLCJzY2hlZHVsZSI6ZmFsc2UsIm1heFdpZHRoIjoiNzY4IiwibWluV2lkdGgiOmZhbHNlLCJ0aW1lem9uZSI6ZmFsc2UsImV4Y2x1ZGUiOmZhbHNlLCJkb21haW4iOmZhbHNlLCJjb2RlIjoiPHNjcmlwdCB0eXBlPVwidGV4dFwvamF2YXNjcmlwdFwiPlxyXG4gIGF0T3B0aW9ucyA9IHtcclxuICAgICdrZXknIDogJzdkMWNjMGUxYjk4MWM5NzY4ZGI3ODUxZmM1MzVhMTllJyxcclxuICAgICdmb3JtYXQnIDogJ2lmcmFtZScsXHJcbiAgICAnaGVpZ2h0JyA6IDUwLFxyXG4gICAgJ3dpZHRoJyA6IDMyMCxcclxuICAgICdwYXJhbXMnIDoge31cclxuICB9O1xyXG4gIGRvY3VtZW50LndyaXRlKCc8c2NyJyArICdpcHQgdHlwZT1cInRleHRcL2phdmFzY3JpcHRcIiBzcmM9XCJodHRwJyArIChsb2NhdGlvbi5wcm90b2NvbCA9PT0gJ2h0dHBzOicgPyAncycgOiAnJykgKyAnOlwvXC93d3cuYm5odG1sLmNvbVwvaW52b2tlLmpzXCI+PFwvc2NyJyArICdpcHQ+Jyk7XHJcbjxcL3NjcmlwdD4ifV0=
W3siaWQiOiJhZHN0X2JfUE9QVU5ERVIiLCJhZHNwb3QiOiJiX1BPUFVOREVSIiwid2VpZ2h0IjoiNTkiLCJmY2FwIjoiMiIsInNjaGVkdWxlIjpmYWxzZSwibWF4V2lkdGgiOmZhbHNlLCJtaW5XaWR0aCI6Ijc2OCIsInRpbWV6b25lIjpmYWxzZSwiZXhjbHVkZSI6ZmFsc2UsImRvbWFpbiI6ZmFsc2UsImNvZGUiOiI8c2NyaXB0IHR5cGU9J3RleHRcL2phdmFzY3JpcHQnIHNyYz0nXC9cL2luY3JlYXNpbmdseWNvY2tyb2FjaHBvbGljeS5jb21cL2RlXC9jOFwvZjRcL2RlYzhmNGVmM2MyZGU4NDVhN2FkNDAwZmVlYTc4MGUzLmpzJz48XC9zY3JpcHQ+In0seyJpZCI6ImNsaWNfYl9QT1BVTkRFUiIsImFkc3BvdCI6ImJfUE9QVU5ERVIiLCJ3ZWlnaHQiOiI2MCIsImZjYXAiOiIyIiwic2NoZWR1bGUiOmZhbHNlLCJtYXhXaWR0aCI6ZmFsc2UsIm1pbldpZHRoIjpmYWxzZSwidGltZXpvbmUiOmZhbHNlLCJleGNsdWRlIjpmYWxzZSwiZG9tYWluIjpmYWxzZSwiY29kZSI6IiJ9LHsiaWQiOiJqYXZfYl9QT1BVTkRFUiIsImFkc3BvdCI6ImJfUE9QVU5ERVIiLCJ3ZWlnaHQiOiI1MiIsImZjYXAiOiIxIiwic2NoZWR1bGUiOmZhbHNlLCJtYXhXaWR0aCI6ZmFsc2UsIm1pbldpZHRoIjpmYWxzZSwidGltZXpvbmUiOmZhbHNlLCJleGNsdWRlIjpmYWxzZSwiZG9tYWluIjpmYWxzZSwiY29kZSI6IjxzY3JpcHQ+XHJcbiQoZG9jdW1lbnQuYm9keSkub24oXCJjbGlja1wiLCBmdW5jdGlvbihldmVudCkge1xyXG4gIHdpbmRvdy5vcGVuKFwiaHR0cHM6XC9cL3RlbGxtZS5wd1wvZ29cL2phdlwiKTtcclxuICAkKHRoaXMpLm9mZihcImNsaWNrXCIpO1xyXG59KTtcclxuPFwvc2NyaXB0PiJ9XQ==