Details for:

Type:
Files:
Size:

Uploaded On:
Added By:
Not Trusted

Seeders:
Leechers:
Info Hash:
ABB6C10D5FB611A5B212811D02682FBB18FF9C13
  1. Bookflare.net.txt 52 bytes
  2. Code/Chapter01/ch01-beanvalidation/nb-configuration.xml 1.2 KB
  3. Code/Chapter01/ch01-beanvalidation/nbproject/project.properties 0 bytes
  4. Code/Chapter01/ch01-beanvalidation/pom.xml 1.7 KB
  5. Code/Chapter01/ch01-beanvalidation/src/main/java/com/eldermoraes/ch01/bv/User.java 627 bytes
  6. Code/Chapter01/ch01-beanvalidation/src/main/webapp/index.html 217 bytes
  7. Code/Chapter01/ch01-beanvalidation/src/test/java/com/eldermoraes/ch01/bv/test/UserTest.java 1.8 KB
  8. Code/Chapter01/ch01-beanvalidation/target/ch01-beanvalidation-1.0.jar 2.8 KB
  9. Code/Chapter01/ch01-beanvalidation/target/classes/com/eldermoraes/ch01/bv/User.class 1.0 KB
  10. Code/Chapter01/ch01-beanvalidation/target/maven-archiver/pom.properties 117 bytes
  11. Code/Chapter01/ch01-beanvalidation/target/surefire-reports/com.eldermoraes.ch01.bv.test.UserTest.txt 282 bytes
  12. Code/Chapter01/ch01-beanvalidation/target/surefire-reports/TEST-com.eldermoraes.ch01.bv.test.UserTest.xml 6.0 KB
  13. Code/Chapter01/ch01-beanvalidation/target/test-classes/com/eldermoraes/ch01/bv/test/UserTest.class 2.3 KB
  14. Code/Chapter01/ch01-cdi/nb-configuration.xml 1.2 KB
  15. Code/Chapter01/ch01-cdi/pom.xml 1.7 KB
  16. Code/Chapter01/ch01-cdi/src/main/java/com/eldermoraes/ch01/cdi/MyEvent.java 267 bytes
  17. Code/Chapter01/ch01-cdi/src/main/java/com/eldermoraes/ch01/cdi/OrderedObserver.java 965 bytes
  18. Code/Chapter01/ch01-cdi/src/main/resources/META-INF/beans.xml 305 bytes
  19. Code/Chapter01/ch01-cdi/src/main/webapp/index.html 217 bytes
  20. Code/Chapter01/ch01-cdi/target/ch01-cdi-1.0.jar 4.1 KB
  21. Code/Chapter01/ch01-cdi/target/classes/com/eldermoraes/ch01/cdi/MyEvent.class 485 bytes
  22. Code/Chapter01/ch01-cdi/target/classes/com/eldermoraes/ch01/cdi/OrderedObserver.class 2.3 KB
  23. Code/Chapter01/ch01-cdi/target/classes/META-INF/beans.xml 305 bytes
  24. Code/Chapter01/ch01-cdi/target/maven-archiver/pom.properties 106 bytes
  25. Code/Chapter01/ch01-cdi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst 86 bytes
  26. Code/Chapter01/ch01-cdi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst 274 bytes
  27. Code/Chapter01/ch01-jaxrs/nb-configuration.xml 1.3 KB
  28. Code/Chapter01/ch01-jaxrs/pom.xml 1.5 KB
  29. Code/Chapter01/ch01-jaxrs/src/main/java/com/eldermoraes/ch01/jaxrs/ClientConsumer.java 1.4 KB
  30. Code/Chapter01/ch01-jaxrs/src/main/java/com/eldermoraes/ch01/jaxrs/ServerMock.java 982 bytes
  31. Code/Chapter01/ch01-jaxrs/src/main/java/com/eldermoraes/ch01/jaxrs/SseResource.java 978 bytes
  32. Code/Chapter01/ch01-jaxrs/src/main/webapp/index.html 217 bytes
  33. Code/Chapter01/ch01-jsf/nb-configuration.xml 1.3 KB
  34. Code/Chapter01/ch01-jsf/pom.xml 2.9 KB
  35. Code/Chapter01/ch01-jsf/src/main/java/com/eldermoraes/ch01/jsf/User.java 560 bytes
  36. Code/Chapter01/ch01-jsf/src/main/java/com/eldermoraes/ch01/jsf/UserBean.java 816 bytes
  37. Code/Chapter01/ch01-jsf/src/main/java/com/eldermoraes/ch01/jsf/UserConverter.java 655 bytes
  38. Code/Chapter01/ch01-jsf/src/main/java/com/eldermoraes/ch01/jsf/UserValidator.java 652 bytes
  39. Code/Chapter01/ch01-jsf/src/main/webapp/index.xhtml 846 bytes
  40. Code/Chapter01/ch01-jsf/src/main/webapp/WEB-INF/beans.xml 305 bytes
  41. Code/Chapter01/ch01-jsf/src/main/webapp/WEB-INF/web.xml 979 bytes
  42. Code/Chapter01/ch01-jsonb/pom.xml 1.0 KB
  43. Code/Chapter01/ch01-jsonb/src/main/java/com/eldermoraes/ch01/jsonb/JsonBUser.java 763 bytes
  44. Code/Chapter01/ch01-jsonb/src/main/java/com/eldermoraes/ch01/jsonb/User.java 866 bytes
  45. Code/Chapter01/ch01-jsonp/pom.xml 1.0 KB
  46. Code/Chapter01/ch01-jsonp/src/main/java/com/eldermoraes/ch01/jsonp/JPointer.java 739 bytes
  47. Code/Chapter01/ch01-jsonp/src/main/resources/user.json 199 bytes
  48. Code/Chapter01/ch01-mvc/nb-configuration.xml 1.3 KB
  49. Code/Chapter01/ch01-mvc/pom.xml 3.0 KB
  50. Code/Chapter01/ch01-mvc/src/main/java/com/eldermoraes/ch01/mvc/AppConfig.java 222 bytes
  51. Code/Chapter01/ch01-mvc/src/main/java/com/eldermoraes/ch01/mvc/User.java 525 bytes
  52. Code/Chapter01/ch01-mvc/src/main/java/com/eldermoraes/ch01/mvc/UserBean.java 232 bytes
  53. Code/Chapter01/ch01-mvc/src/main/java/com/eldermoraes/ch01/mvc/UserController.java 483 bytes
  54. Code/Chapter01/ch01-mvc/src/main/webapp/index.jsp 380 bytes
  55. Code/Chapter01/ch01-mvc/src/main/webapp/user.jsp 284 bytes
  56. Code/Chapter01/ch01-mvc/src/main/webapp/WEB-INF/beans.xml 305 bytes
  57. Code/Chapter01/ch01-security/pom.xml 1.3 KB
  58. Code/Chapter01/ch01-security/src/main/java/com/eldermoraes/ch01/security/RoleExecutor.java 662 bytes
  59. Code/Chapter01/ch01-security/src/main/java/com/eldermoraes/ch01/security/Roles.java 199 bytes
  60. Code/Chapter01/ch01-security/src/main/java/com/eldermoraes/ch01/security/User.java 871 bytes
  61. Code/Chapter01/ch01-security/src/main/java/com/eldermoraes/ch01/security/UserBean.java 1.0 KB
  62. Code/Chapter01/ch01-security/src/main/resources/META-INF/persistence.xml 536 bytes
  63. Code/Chapter01/ch01-security/src/test/java/com/eldermoraes/ch01/security/Ch01SecurityTest.java 3.1 KB
  64. Code/Chapter01/ch01-servlet/nb-configuration.xml 1.2 KB
  65. Code/Chapter01/ch01-servlet/pom.xml 2.9 KB
  66. Code/Chapter01/ch01-servlet/src/main/java/com/eldermoraes/ch01/servlet/ServerPush.java 1.3 KB
  67. Code/Chapter01/ch01-servlet/src/main/webapp/images/javaee-logo.png 5.5 KB
  68. Code/Chapter01/ch01-servlet/src/main/webapp/index.html 302 bytes
  69. Code/Chapter02/ch02-batch/nb-configuration.xml 1.3 KB
  70. Code/Chapter02/ch02-batch/nbproject/project.properties 0 bytes
  71. Code/Chapter02/ch02-batch/pom.xml 3.1 KB
  72. Code/Chapter02/ch02-batch/src/main/java/com/eldermoraes/ch02/batch/User.java 1.2 KB
  73. Code/Chapter02/ch02-batch/src/main/java/com/eldermoraes/ch02/batch/UserBean.java 1022 bytes
  74. Code/Chapter02/ch02-batch/src/main/java/com/eldermoraes/ch02/batch/UserProcessor.java 627 bytes
  75. Code/Chapter02/ch02-batch/src/main/java/com/eldermoraes/ch02/batch/UserReader.java 990 bytes
  76. Code/Chapter02/ch02-batch/src/main/java/com/eldermoraes/ch02/batch/UserWriter.java 638 bytes
  77. Code/Chapter02/ch02-batch/src/main/resources/META-INF/batch-jobs/acess-user.xml 352 bytes
  78. Code/Chapter02/ch02-batch/src/main/resources/META-INF/persistence.xml 814 bytes
  79. Code/Chapter02/ch02-batch/src/main/resources/META-INF/user.txt 322 bytes
  80. Code/Chapter02/ch02-batch/src/main/webapp/index.xhtml 608 bytes
  81. Code/Chapter02/ch02-batch/src/main/webapp/WEB-INF/beans.xml 305 bytes
  82. Code/Chapter02/ch02-batch/src/main/webapp/WEB-INF/glassfish-resources.xml 1.7 KB
  83. Code/Chapter02/ch02-batch/src/main/webapp/WEB-INF/web.xml 976 bytes
  84. Code/Chapter02/ch02-batch/target/ch02-batch-1.0.war 10.9 MB
  85. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/gfv3ee6.dpf 0 bytes
  86. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/index.xhtml 608 bytes
  87. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/beans.xml 305 bytes
  88. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/com/eldermoraes/ch02/batch/User.class 1.9 KB
  89. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/com/eldermoraes/ch02/batch/UserBean.class 1.9 KB
  90. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/com/eldermoraes/ch02/batch/UserProcessor.class 1.4 KB
  91. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/com/eldermoraes/ch02/batch/UserReader.class 1.7 KB
  92. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/com/eldermoraes/ch02/batch/UserWriter.class 1.1 KB
  93. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/META-INF/batch-jobs/acess-user.xml 352 bytes
  94. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/META-INF/persistence.xml 814 bytes
  95. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/META-INF/user.txt 322 bytes
  96. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/glassfish-resources.xml 1.7 KB
  97. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/glassfish-web.xml 476 bytes
  98. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/antlr-2.7.7.jar 434.9 KB
  99. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/byte-buddy-1.6.6.jar 2.6 MB
  100. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/classmate-1.3.0.jar 62.6 KB
  101. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/dom4j-1.6.1.jar 306.5 KB
  102. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/hibernate-commons-annotations-5.0.1.Final.jar 73.5 KB
  103. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/hibernate-core-5.2.10.Final.jar 6.3 MB
  104. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/hibernate-entitymanager-5.2.10.Final.jar 591 bytes
  105. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/hibernate-jpa-2.1-api-1.0.0.Final.jar 110.7 KB
  106. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/jandex-2.0.3.Final.jar 182.4 KB
  107. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/javassist-3.20.0-GA.jar 733.0 KB
  108. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/jboss-logging-3.3.0.Final.jar 65.2 KB
  109. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/jboss-transaction-api_1.2_spec-1.0.1.Final.jar 27.7 KB
  110. Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/web.xml 976 bytes
  111. Code/Chapter02/ch02-batch/target/classes/com/eldermoraes/ch02/batch/User.class 1.9 KB
  112. Code/Chapter02/ch02-batch/target/classes/com/eldermoraes/ch02/batch/UserBean.class 1.9 KB
  113. Code/Chapter02/ch02-batch/target/classes/com/eldermoraes/ch02/batch/UserProcessor.class 1.4 KB
  114. Code/Chapter02/ch02-batch/target/classes/com/eldermoraes/ch02/batch/UserReader.class 1.7 KB
  115. Code/Chapter02/ch02-batch/target/classes/com/eldermoraes/ch02/batch/UserWriter.class 1.1 KB
  116. Code/Chapter02/ch02-batch/target/classes/META-INF/batch-jobs/acess-user.xml 352 bytes
  117. Code/Chapter02/ch02-batch/target/classes/META-INF/persistence.xml 814 bytes
  118. Code/Chapter02/ch02-batch/target/classes/META-INF/user.txt 322 bytes
  119. Code/Chapter02/ch02-batch/target/endorsed/javaee-endorsed-api-7.0.jar 185.5 KB
  120. Code/Chapter02/ch02-batch/target/maven-archiver/pom.properties 108 bytes
  121. Code/Chapter02/ch02-batch/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst 215 bytes
  122. Code/Chapter02/ch02-batch/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst 695 bytes
  123. Code/Chapter02/ch02-batch/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst 0 bytes
  124. Code/Chapter02/ch02-beanvalidation/faces-config.NavData 205 bytes
  125. Code/Chapter02/ch02-beanvalidation/nb-configuration.xml 1.3 KB
  126. Code/Chapter02/ch02-beanvalidation/pom.xml 3.3 KB
  127. Code/Chapter02/ch02-beanvalidation/src/main/java/com/eldermoraes/ch02/beanvalidation/User.java 2.2 KB
  128. Code/Chapter02/ch02-beanvalidation/src/main/webapp/index.xhtml 1.2 KB
  129. Code/Chapter02/ch02-beanvalidation/src/main/webapp/WEB-INF/web.xml 976 bytes
  130. Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0.war 1.2 MB
  131. Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/gfv3ee6.dpf 0 bytes
  132. Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/index.xhtml 1.2 KB
  133. Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/classes/com/eldermoraes/ch02/beanvalidation/Profile.class 1.2 KB
  134. Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/classes/com/eldermoraes/ch02/beanvalidation/User.class 2.7 KB
  135. Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/glassfish-web.xml 476 bytes
  136. Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/lib/classmate-1.3.1.jar 63.3 KB
  137. Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/lib/hibernate-validator-6.0.1.Final.jar 1.0 MB
  138. Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/lib/jboss-logging-3.3.0.Final.jar 65.2 KB
  139. Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/lib/validation-api-2.0.0.Final.jar 90.9 KB
  140. Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/web.xml 976 bytes
  141. Code/Chapter02/ch02-beanvalidation/target/classes/com/eldermoraes/ch02/beanvalidation/User.class 2.7 KB
  142. Code/Chapter02/ch02-beanvalidation/target/endorsed/javaee-endorsed-api-7.0.jar 185.5 KB
  143. Code/Chapter02/ch02-beanvalidation/target/maven-archiver/pom.properties 117 bytes
  144. Code/Chapter02/ch02-beanvalidation/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst 97 bytes
  145. Code/Chapter02/ch02-beanvalidation/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst 307 bytes
  146. Code/Chapter02/ch02-beanvalidation/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst 0 bytes
  147. Code/Chapter02/ch02-cdi/nb-configuration.xml 1.3 KB
  148. Code/Chapter02/ch02-cdi/pom.xml 3.1 KB
  149. Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/Application.java 210 bytes
  150. Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/profile/ImplAdmin.java 291 bytes
  151. Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/profile/ImplOperator.java 353 bytes
  152. Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/profile/Profile.java 462 bytes
  153. Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/profile/ProfileType.java 126 bytes
  154. Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/profile/UserProfile.java 134 bytes
  155. Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/User.java 690 bytes
  156. Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/UserFactory.java 308 bytes
  157. Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/UserService.java 3.1 KB
  158. Code/Chapter02/ch02-cdi/src/main/webapp/index.html 660 bytes
  159. Code/Chapter02/ch02-cdi/src/main/webapp/result.jsp 330 bytes
  160. Code/Chapter02/ch02-cdi/src/main/webapp/WEB-INF/beans.xml 305 bytes
  161. Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0.war 10.0 KB
  162. Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/index.html 660 bytes
  163. Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/result.jsp 330 bytes
  164. Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/beans.xml 305 bytes
  165. Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/Application.class 420 bytes
  166. Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/profile/ImplAdmin.class 867 bytes
  167. Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/profile/ImplOperator.class 922 bytes
  168. Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/profile/Profile.class 532 bytes
  169. Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/profile/ProfileType.class 1.1 KB
  170. Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/profile/UserProfile.class 202 bytes
  171. Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/User.class 1.1 KB
  172. Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/UserFactory.class 659 bytes
  173. Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/UserService.class 4.0 KB
  174. Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/glassfish-web.xml 476 bytes
  175. Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/Application.class 420 bytes
  176. Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/profile/ImplAdmin.class 867 bytes
  177. Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/profile/ImplOperator.class 922 bytes
  178. Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/profile/Profile.class 532 bytes
  179. Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/profile/ProfileType.class 1.1 KB
  180. Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/profile/UserProfile.class 202 bytes
  181. Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/User.class 1.1 KB
  182. Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/UserFactory.class 659 bytes
  183. Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/UserService.class 4.0 KB
  184. Code/Chapter02/ch02-cdi/target/endorsed/javaee-endorsed-api-7.0.jar 185.5 KB
  185. Code/Chapter02/ch02-cdi/target/maven-archiver/pom.properties 106 bytes
  186. Code/Chapter02/ch02-cdi/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst 415 bytes
  187. Code/Chapter02/ch02-cdi/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst 1.2 KB
  188. Code/Chapter02/ch02-cdi/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst 0 bytes
  189. Code/Chapter02/ch02-datacache/nb-configuration.xml 1.2 KB
  190. Code/Chapter02/ch02-datacache/pom.xml 2.9 KB
  191. Code/Chapter02/ch02-datacache/src/main/java/com/eldermoraes/ch02/datacache/User.java 829 bytes
  192. Code/Chapter02/ch02-datacache/src/main/java/com/eldermoraes/ch02/datacache/UserCacheBean.java 1.1 KB
  193. Code/Chapter02/ch02-datacache/src/main/resources/META-INF/persistence.xml 763 bytes
  194. Code/Chapter02/ch02-datacache/src/main/webapp/index.html 217 bytes
  195. Code/Chapter02/ch02-ejb-concurrency/nb-configuration.xml 1.2 KB
  196. Code/Chapter02/ch02-ejb-concurrency/pom.xml 2.9 KB
  197. Code/Chapter02/ch02-ejb-concurrency/src/main/java/com/eldermoraes/ch02/ejb/concurrency/UserClassLevelBean.java 784 bytes
  198. Code/Chapter02/ch02-ejb-concurrency/src/main/java/com/eldermoraes/ch02/ejb/concurrency/UserMethodLevelBean.java 817 bytes
  199. Code/Chapter02/ch02-ejb-concurrency/src/main/java/com/eldermoraes/ch02/ejb/concurrency/UserSelfManagedBean.java 647 bytes
  200. Code/Chapter02/ch02-ejb-concurrency/src/main/webapp/index.html 217 bytes
  201. Code/Chapter02/ch02-jpa/lib/unknown/binary/hibernate-jpamodelgen-4.3.1.Final/SNAPSHOT/hibernate-jpamodelgen-4.3.1.Final-SNAPSHOT.jar 174.5 KB
  202. Code/Chapter02/ch02-jpa/nb-configuration.xml 1.2 KB
  203. Code/Chapter02/ch02-jpa/nbproject/project.properties 0 bytes
  204. Code/Chapter02/ch02-jpa/pom.xml 4.0 KB
  205. Code/Chapter02/ch02-jpa/src/main/java/com/eldermoraes/ch02/jpa/User.java 1.8 KB
  206. Code/Chapter02/ch02-jpa/src/main/java/com/eldermoraes/ch02/jpa/UserBean.java 874 bytes
  207. Code/Chapter02/ch02-jpa/src/main/resources/META-INF/persistence.xml 757 bytes
  208. Code/Chapter02/ch02-jpa/src/main/webapp/index.html 217 bytes
  209. Code/Chapter02/ch02-jpa/src/test/java/com/eldermoraes/ch02/jpa/Ch02JpaTest.java 1.5 KB
  210. Code/Chapter02/ch02-jpa/target/classes/com/eldermoraes/ch02/jpa/User.class 2.2 KB
  211. Code/Chapter02/ch02-jpa/target/classes/com/eldermoraes/ch02/jpa/UserBean.class 1.3 KB
  212. Code/Chapter02/ch02-jpa/target/classes/META-INF/persistence.xml 757 bytes
  213. Code/Chapter02/ch02-jpa/target/endorsed/javaee-endorsed-api-7.0.jar 185.5 KB
  214. Code/Chapter02/ch02-jpa/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst 76 bytes
  215. Code/Chapter02/ch02-jpa/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst 264 bytes
  216. Code/Chapter02/ch02-jpa/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst 43 bytes
  217. Code/Chapter02/ch02-jpa/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst 137 bytes
  218. Code/Chapter02/ch02-jpa/target/surefire-reports/com.eldermoraes.ch02.jpa.Ch02JpaTest.txt 9.9 KB
  219. Code/Chapter02/ch02-jpa/target/surefire-reports/TEST-com.eldermoraes.ch02.jpa.Ch02JpaTest.xml 30.5 KB
  220. Code/Chapter02/ch02-jpa/target/test-classes/com/eldermoraes/ch02/jpa/Ch02JpaTest.class 2.3 KB
  221. Code/Chapter02/ch02-jta/lib/unknown/binary/hibernate-jpamodelgen-4.3.1.Final/SNAPSHOT/hibernate-jpamodelgen-4.3.1.Final-SNAPSHOT.jar 174.5 KB
  222. Code/Chapter02/ch02-jta/nb-configuration.xml 1.2 KB
  223. Code/Chapter02/ch02-jta/nbproject/project.properties 0 bytes
  224. Code/Chapter02/ch02-jta/pom.xml 4.0 KB
  225. Code/Chapter02/ch02-jta/src/main/java/com/eldermoraes/ch02/jta1/User.java 1.8 KB
  226. Code/Chapter02/ch02-jta/src/main/java/com/eldermoraes/ch02/jta1/UserBean.java 870 bytes
  227. Code/Chapter02/ch02-jta/src/main/resources/META-INF/persistence.xml 830 bytes
  228. Code/Chapter02/ch02-jta/src/main/webapp/index.html 217 bytes
  229. Code/Chapter02/ch02-jta/src/test/java/com/eldermoraes/ch02/jta1/Ch02JtaTest.java 1.5 KB
  230. Code/Chapter02/ch02-jta/target/ch02-jta-1.0.war 7.5 MB
  231. Code/Chapter02/ch02-jta/target/ch02-jta-1.0/index.html 217 bytes
  232. Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/classes/com/eldermoraes/ch02/jta1/User.class 2.2 KB
  233. Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/classes/com/eldermoraes/ch02/jta1/UserBean.class 1.3 KB
  234. Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/classes/META-INF/persistence.xml 830 bytes
  235. Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/antlr-2.7.7.jar 434.9 KB
  236. Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/dom4j-1.6.1.jar 306.5 KB
  237. Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/hibernate-commons-annotations-4.0.4.Final.jar 73.5 KB
  238. Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/hibernate-core-4.3.1.Final.jar 5.0 MB
  239. Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/hibernate-entitymanager-4.3.1.Final.jar 630.1 KB
  240. Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/hibernate-jpa-2.1-api-1.0.0.Final.jar 110.7 KB
  241. Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/jandex-1.1.0.Final.jar 74.8 KB
  242. Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/javassist-3.18.1-GA.jar 697.5 KB
  243. Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/jboss-logging-3.1.3.GA.jar 55.8 KB
  244. Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/jboss-logging-annotations-1.2.0.Beta1.jar 11.3 KB
  245. Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/jboss-transaction-api_1.2_spec-1.0.0.Final.jar 27.1 KB
  246. Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/xml-apis-1.0.b2.jar 106.8 KB
  247. Code/Chapter02/ch02-jta/target/classes/com/eldermoraes/ch02/jta1/User.class 2.2 KB
  248. Code/Chapter02/ch02-jta/target/classes/com/eldermoraes/ch02/jta1/UserBean.class 1.3 KB
  249. Code/Chapter02/ch02-jta/target/classes/META-INF/persistence.xml 830 bytes
  250. Code/Chapter02/ch02-jta/target/endorsed/javaee-endorsed-api-7.0.jar 185.5 KB
  251. Code/Chapter02/ch02-jta/target/maven-archiver/pom.properties 106 bytes
  252. Code/Chapter02/ch02-jta/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst 78 bytes
  253. Code/Chapter02/ch02-jta/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst 266 bytes
  254. Code/Chapter02/ch02-jta/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst 44 bytes
  255. Code/Chapter02/ch02-jta/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst 138 bytes
  256. Code/Chapter02/ch02-jta/target/surefire-reports/com.eldermoraes.ch02.jta1.Ch02JtaTest.txt 282 bytes
  257. Code/Chapter02/ch02-jta/target/surefire-reports/TEST-com.eldermoraes.ch02.jta1.Ch02JtaTest.xml 5.7 KB
  258. Code/Chapter02/ch02-jta/target/test-classes/com/eldermoraes/ch02/jta1/Ch02JtaTest.class 2.3 KB
  259. Code/Chapter02/ch02-serverpush/nb-configuration.xml 1.2 KB
  260. Code/Chapter02/ch02-serverpush/pom.xml 3.1 KB
  261. Code/Chapter02/ch02-serverpush/src/main/java/com/eldermoraes/ch02/serverpush/ProfileServlet.java 1.4 KB
  262. Code/Chapter02/ch02-serverpush/src/main/java/com/eldermoraes/ch02/serverpush/PushFilter.java 1.3 KB
  263. Code/Chapter02/ch02-serverpush/src/main/java/com/eldermoraes/ch02/serverpush/UserServlet.java 1.4 KB
  264. Code/Chapter02/ch02-serverpush/src/main/webapp/index.html 286 bytes
  265. Code/Chapter02/ch02-serverpush/src/main/webapp/profile.jsp 596 bytes
  266. Code/Chapter02/ch02-serverpush/src/main/webapp/resources/functions.js 51 bytes
  267. Code/Chapter02/ch02-serverpush/src/main/webapp/resources/javaee-logo.png 5.5 KB
  268. Code/Chapter02/ch02-serverpush/src/main/webapp/resources/style.css 89 bytes
  269. Code/Chapter02/ch02-serverpush/src/main/webapp/user.jsp 590 bytes
  270. Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0.war 12.6 KB
  271. Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/gfv3ee6.dpf 0 bytes
  272. Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/index.html 286 bytes
  273. Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/profile.jsp 596 bytes
  274. Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/resources/functions.js 51 bytes
  275. Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/resources/javaee-logo.png 5.5 KB
  276. Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/resources/style.css 89 bytes
  277. Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/user.jsp 590 bytes
  278. Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/WEB-INF/classes/com/eldermoraes/ch02/serverpush/ProfileServlet.class 1.7 KB
  279. Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/WEB-INF/classes/com/eldermoraes/ch02/serverpush/PushFilter.class 1.8 KB
  280. Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/WEB-INF/classes/com/eldermoraes/ch02/serverpush/UserServlet.class 1.6 KB
  281. Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/WEB-INF/glassfish-web.xml 476 bytes
  282. Code/Chapter02/ch02-serverpush/target/classes/com/eldermoraes/ch02/serverpush/ProfileServlet.class 1.7 KB
  283. Code/Chapter02/ch02-serverpush/target/classes/com/eldermoraes/ch02/serverpush/PushFilter.class 1.8 KB
  284. Code/Chapter02/ch02-serverpush/target/classes/com/eldermoraes/ch02/serverpush/UserServlet.class 1.6 KB
  285. Code/Chapter02/ch02-serverpush/target/endorsed/javaee-endorsed-api-7.0.jar 185.5 KB
  286. Code/Chapter02/ch02-serverpush/target/maven-archiver/pom.properties 113 bytes
  287. Code/Chapter02/ch02-serverpush/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst 152 bytes
  288. Code/Chapter02/ch02-serverpush/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst 455 bytes
  289. Code/Chapter02/ch02-serverpush/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst 0 bytes
  290. Code/Chapter02/ch02-servlet/nb-configuration.xml 1.2 KB
  291. Code/Chapter02/ch02-servlet/pom.xml 3.1 KB
  292. Code/Chapter02/ch02-servlet/src/main/java/com/eldermoraes/ch02/servlet/User.java 713 bytes
  293. Code/Chapter02/ch02-servlet/src/main/java/com/eldermoraes/ch02/servlet/UserServlet.java 2.4 KB
  294. Code/Chapter02/ch02-servlet/src/main/webapp/index.jsp 346 bytes
  295. Code/Chapter02/ch02-servlet/target/ch02-servlet-1.0.war 5.3 KB
  296. Code/Chapter02/ch02-servlet/target/ch02-servlet-1.0/index.jsp 346 bytes
  297. Code/Chapter02/ch02-servlet/target/ch02-servlet-1.0/WEB-INF/classes/com/eldermoraes/ch02/servlet/User.class 814 bytes
  298. Code/Chapter02/ch02-servlet/target/ch02-servlet-1.0/WEB-INF/classes/com/eldermoraes/ch02/servlet/UserServlet.class 3.2 KB
  299. Code/Chapter02/ch02-servlet/target/ch02-servlet-1.0/WEB-INF/glassfish-web.xml 476 bytes
  300. Code/Chapter02/ch02-servlet/target/classes/com/eldermoraes/ch02/servlet/User.class 814 bytes
  301. Code/Chapter02/ch02-servlet/target/classes/com/eldermoraes/ch02/servlet/UserServlet.class 3.2 KB
  302. Code/Chapter02/ch02-servlet/target/endorsed/javaee-endorsed-api-7.0.jar 185.5 KB
  303. Code/Chapter02/ch02-servlet/target/maven-archiver/pom.properties 110 bytes
  304. Code/Chapter02/ch02-servlet/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst 87 bytes
  305. Code/Chapter02/ch02-servlet/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst 283 bytes
  306. Code/Chapter02/ch02-servlet/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst 0 bytes
  307. Code/Chapter02/README.md 0 bytes
  308. Code/Chapter03/ch03-jsonb/nb-configuration.xml 1.3 KB
  309. Code/Chapter03/ch03-jsonb/pom.xml 1.7 KB
  310. Code/Chapter03/ch03-jsonb/src/main/java/com/eldermoraes/ch03/jsonb/User.java 1.5 KB
  311. Code/Chapter03/ch03-jsonb/src/main/java/com/eldermoraes/ch03/jsonb/UserView.java 1023 bytes
  312. Code/Chapter03/ch03-jsonb/src/main/webapp/index.xhtml 703 bytes
  313. Code/Chapter03/ch03-jsonb/src/main/webapp/WEB-INF/web.xml 976 bytes
  314. Code/Chapter03/ch03-jsonp/nb-configuration.xml 1.3 KB
  315. Code/Chapter03/ch03-jsonp/pom.xml 1.7 KB
  316. Code/Chapter03/ch03-jsonp/src/main/java/com/eldermoraes/ch03/jsonp/User.java 773 bytes
  317. Code/Chapter03/ch03-jsonp/src/main/java/com/eldermoraes/ch03/jsonp/UserView.java 3.2 KB
  318. Code/Chapter03/ch03-jsonp/src/main/webapp/index.xhtml 1.4 KB
  319. Code/Chapter03/ch03-jsonp/src/main/webapp/WEB-INF/web.xml 976 bytes
  320. Code/Chapter03/ch03-rscdi/nb-configuration.xml 1.5 KB
  321. Code/Chapter03/ch03-rscdi/pom.xml 1.7 KB
  322. Code/Chapter03/ch03-rscdi/src/main/java/com/eldermoraes/ch03/rscdi/ApplicationConfig.java 981 bytes
  323. Code/Chapter03/ch03-rscdi/src/main/java/com/eldermoraes/ch03/rscdi/User.java 743 bytes
  324. Code/Chapter03/ch03-rscdi/src/main/java/com/eldermoraes/ch03/rscdi/UserBean.java 302 bytes
  325. Code/Chapter03/ch03-rscdi/src/main/java/com/eldermoraes/ch03/rscdi/UserService.java 989 bytes
  326. Code/Chapter03/ch03-rscdi/src/main/java/com/eldermoraes/ch03/rscdi/UserView.java 1.3 KB
  327. Code/Chapter03/ch03-rscdi/src/main/webapp/index.xhtml 544 bytes
  328. Code/Chapter03/ch03-rscdi/src/main/webapp/WEB-INF/beans.xml 305 bytes
  329. Code/Chapter03/ch03-rscdi/src/main/webapp/WEB-INF/web.xml 976 bytes
  330. Code/Chapter03/ch03-sse/nb-configuration.xml 1.5 KB
  331. Code/Chapter03/ch03-sse/pom.xml 1.9 KB
  332. Code/Chapter03/ch03-sse/src/main/java/com/eldermoraes/ch03/sse/ApplicationConfig.java 232 bytes
  333. Code/Chapter03/ch03-sse/src/main/java/com/eldermoraes/ch03/sse/ServerSentService.java 2.6 KB
  334. Code/Chapter03/ch03-sse/src/main/java/com/eldermoraes/ch03/sse/SseBean.java 2.9 KB
  335. Code/Chapter03/ch03-sse/src/main/webapp/index.xhtml 657 bytes
  336. Code/Chapter03/ch03-sse/src/main/webapp/WEB-INF/web.xml 976 bytes
  337. Code/Chapter03/README.md 0 bytes
  338. Code/Chapter04/ch04-jsf/ch04-jsf/nb-configuration.xml 1.2 KB
  339. Code/Chapter04/ch04-jsf/ch04-jsf/pom.xml 2.9 KB
  340. Code/Chapter04/ch04-jsf/ch04-jsf/src/main/java/com/eldermoraes/ch04/jsf/UserBean.java 326 bytes
  341. Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/default.xhtml 446 bytes
  342. Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/user.xhtml 608 bytes
  343. Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/WEB-INF/beans.xml 305 bytes
  344. Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/WEB-INF/glassfish-web.xml 476 bytes
  345. Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/WEB-INF/template/content.xhtml 341 bytes
  346. Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/WEB-INF/template/footer.xhtml 334 bytes
  347. Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/WEB-INF/template/header.xhtml 340 bytes
  348. Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/WEB-INF/template/layout.xhtml 936 bytes
  349. Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/WEB-INF/web.xml 1.5 KB
  350. Code/Chapter04/ch04-serverpush/nb-configuration.xml 1.2 KB
  351. Code/Chapter04/ch04-serverpush/pom.xml 1.8 KB
  352. Code/Chapter04/ch04-serverpush/src/main/java/com/eldermoraes/ch04/serverpush/ServerPushServlet.java 2.6 KB
  353. Code/Chapter04/ch04-serverpush/src/main/resources/img-http1.png 31.7 KB
  354. Code/Chapter04/ch04-serverpush/src/main/resources/img-http2.png 31.9 KB
  355. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons.jpg 968.9 KB
  356. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-0-0.jpeg 11.2 KB
  357. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-0-1.jpeg 10.0 KB
  358. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-0-2.jpeg 9.4 KB
  359. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-0-3.jpeg 11.8 KB
  360. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-0-4.jpeg 10.1 KB
  361. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-0-5.jpeg 11.0 KB
  362. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-0-6.jpeg 11.7 KB
  363. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-0-7.jpeg 11.4 KB
  364. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-1-0.jpeg 9.8 KB
  365. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-1-1.jpeg 9.3 KB
  366. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-1-2.jpeg 9.0 KB
  367. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-1-3.jpeg 11.1 KB
  368. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-1-4.jpeg 9.5 KB
  369. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-1-5.jpeg 9.1 KB
  370. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-1-6.jpeg 10.4 KB
  371. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-1-7.jpeg 9.4 KB
  372. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-2-0.jpeg 15.0 KB
  373. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-2-1.jpeg 12.6 KB
  374. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-2-2.jpeg 13.9 KB
  375. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-2-3.jpeg 13.1 KB
  376. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-2-4.jpeg 11.7 KB
  377. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-2-5.jpeg 9.6 KB
  378. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-2-6.jpeg 11.4 KB
  379. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-2-7.jpeg 9.8 KB
  380. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-3-0.jpeg 11.8 KB
  381. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-3-1.jpeg 12.6 KB
  382. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-3-2.jpeg 15.1 KB
  383. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-3-3.jpeg 15.3 KB
  384. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-3-4.jpeg 15.9 KB
  385. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-3-5.jpeg 17.9 KB
  386. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-3-6.jpeg 17.5 KB
  387. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-3-7.jpeg 17.7 KB
  388. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-4-0.jpeg 8.0 KB
  389. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-4-1.jpeg 7.7 KB
  390. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-4-2.jpeg 9.3 KB
  391. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-4-3.jpeg 9.2 KB
  392. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-4-4.jpeg 9.1 KB
  393. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-4-5.jpeg 10.3 KB
  394. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-4-6.jpeg 9.1 KB
  395. Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/keyboard_buttons-4-7.jpeg 11.0 KB
  396. Code/Chapter04/ch04-serverpush/src/main/webapp/index.html 348 bytes
  397. Code/Chapter04/ch04-servlet/nb-configuration.xml 1.2 KB
  398. Code/Chapter04/ch04-servlet/pom.xml 1.8 KB
  399. Code/Chapter04/ch04-servlet/src/main/java/com/eldermoraes/ch04/servlet/async/AsyncServlet.java 1.8 KB
  400. Code/Chapter04/ch04-servlet/src/main/java/com/eldermoraes/ch04/servlet/InitConfigServlet.java 2.1 KB
  401. Code/Chapter04/ch04-servlet/src/main/java/com/eldermoraes/ch04/servlet/LoadOnStartupServlet.java 508 bytes
  402. Code/Chapter04/ch04-servlet/src/main/webapp/index.jsp 693 bytes
  403. Code/Chapter04/README.md 0 bytes
  404. Code/Chapter05/ch05-authentication/nb-configuration.xml 1.2 KB
  405. Code/Chapter05/ch05-authentication/pom.xml 1.8 KB
  406. Code/Chapter05/ch05-authentication/src/main/java/com/eldermoraes/ch05/authentication/AuthenticationMechanism.java 1.7 KB
  407. Code/Chapter05/ch05-authentication/src/main/java/com/eldermoraes/ch05/authentication/UserAuthenticationServlet.java 2.1 KB
  408. Code/Chapter05/ch05-authentication/src/main/webapp/WEB-INF/beans.xml 305 bytes
  409. Code/Chapter05/ch05-authentication/src/main/webapp/WEB-INF/web.xml 729 bytes
  410. Code/Chapter05/ch05-authorization/nb-configuration.xml 1.2 KB
  411. Code/Chapter05/ch05-authorization/pom.xml 1.8 KB
  412. Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/AuthenticationMechanism.java 2.2 KB
  413. Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/Executable.java 148 bytes
  414. Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/Role1Executor.java 344 bytes
  415. Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/Role2Executor.java 344 bytes
  416. Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/Role3Executor.java 344 bytes
  417. Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/RoleExecutable.java 169 bytes
  418. Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/Roles.java 251 bytes
  419. Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/UserActivity.java 892 bytes
  420. Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/UserAuthorizationServlet.java 4.3 KB
  421. Code/Chapter05/ch05-authorization/src/main/webapp/WEB-INF/beans.xml 305 bytes
  422. Code/Chapter05/ch05-declarative/nb-configuration.xml 1.2 KB
  423. Code/Chapter05/ch05-declarative/pom.xml 1.8 KB
  424. Code/Chapter05/ch05-declarative/src/main/java/com/eldermoraes/ch05/declarative/AdminExecutor.java 342 bytes
  425. Code/Chapter05/ch05-declarative/src/main/java/com/eldermoraes/ch05/declarative/AdminServlet.java 2.7 KB
  426. Code/Chapter05/ch05-declarative/src/main/java/com/eldermoraes/ch05/declarative/AuthenticationMechanism.java 2.0 KB
  427. Code/Chapter05/ch05-declarative/src/main/java/com/eldermoraes/ch05/declarative/RoleExecutable.java 250 bytes
  428. Code/Chapter05/ch05-declarative/src/main/java/com/eldermoraes/ch05/declarative/Roles.java 199 bytes
  429. Code/Chapter05/ch05-declarative/src/main/java/com/eldermoraes/ch05/declarative/UserBean.java 754 bytes
  430. Code/Chapter05/ch05-declarative/src/main/java/com/eldermoraes/ch05/declarative/UserExecutor.java 340 bytes
  431. Code/Chapter05/ch05-declarative/src/main/java/com/eldermoraes/ch05/declarative/UserServlet.java 2.7 KB
  432. Code/Chapter05/ch05-declarative/src/main/webapp/WEB-INF/beans.xml 305 bytes
  433. Code/Chapter05/ch05-programmatic/nb-configuration.xml 1.2 KB
  434. Code/Chapter05/ch05-programmatic/pom.xml 1.8 KB
  435. Code/Chapter05/ch05-programmatic/src/main/java/com/eldermoraes/ch05/programmatic/AuthenticationMechanism.java 1.4 KB
  436. Code/Chapter05/ch05-programmatic/src/main/java/com/eldermoraes/ch05/programmatic/OperationServlet.java 2.4 KB
  437. Code/Chapter05/ch05-programmatic/src/main/java/com/eldermoraes/ch05/programmatic/Roles.java 200 bytes
  438. Code/Chapter05/ch05-programmatic/src/main/java/com/eldermoraes/ch05/programmatic/UserBean.java 606 bytes
  439. Code/Chapter05/ch05-programmatic/src/main/java/com/eldermoraes/ch05/programmatic/UserIdentityStore.java 1.7 KB
  440. Code/Chapter05/ch05-programmatic/src/main/webapp/index.html 217 bytes
  441. Code/Chapter05/ch05-programmatic/src/main/webapp/WEB-INF/beans.xml 305 bytes
  442. Code/Chapter05/README.md 0 bytes
  443. Code/Chapter06/ch06-connectionpooling/nb-configuration.xml 1.2 KB
  444. Code/Chapter06/ch06-connectionpooling/pom.xml 1.8 KB
  445. Code/Chapter06/ch06-connectionpooling/src/main/java/com/eldermoraes/ch06/connectionpooling/ConnectionPool.java 522 bytes
  446. Code/Chapter06/ch06-connectionpooling/src/main/java/com/eldermoraes/ch06/connectionpooling/PoolTestServlet.java 1.0 KB
  447. Code/Chapter06/ch06-connectionpooling/src/main/java/com/eldermoraes/ch06/connectionpooling/SysConfig.java 428 bytes
  448. Code/Chapter06/ch06-connectionpooling/src/main/java/com/eldermoraes/ch06/connectionpooling/SysConfigBean.java 1.1 KB
  449. Code/Chapter06/ch06-connectionpooling/src/main/webapp/index.html 217 bytes
  450. Code/Chapter06/ch06-jms/nb-configuration.xml 1.2 KB
  451. Code/Chapter06/ch06-jms/pom.xml 1.7 KB
  452. Code/Chapter06/ch06-jms/src/main/java/com/eldermoraes/ch06/jms/QueueListener.java 940 bytes
  453. Code/Chapter06/ch06-jms/src/main/java/com/eldermoraes/ch06/jms/QueueSender.java 1.2 KB
  454. Code/Chapter06/ch06-jms/src/main/java/com/eldermoraes/ch06/jms/QueueSenderServlet.java 998 bytes
  455. Code/Chapter06/ch06-jms/src/main/webapp/index.html 279 bytes
  456. Code/Chapter06/ch06-jms/src/main/webapp/WEB-INF/beans.xml 305 bytes
  457. Code/Chapter06/ch06-lifecycle/nb-configuration.xml 1.2 KB
  458. Code/Chapter06/ch06-lifecycle/pom.xml 2.9 KB
  459. Code/Chapter06/ch06-lifecycle/src/main/java/com/eldermoraes/ch06/lifecycle/LifecycleServlet.java 1.8 KB
  460. Code/Chapter06/ch06-lifecycle/src/main/webapp/index.html 217 bytes
  461. Code/Chapter06/ch06-transaction/nb-configuration.xml 1.2 KB
  462. Code/Chapter06/ch06-transaction/pom.xml 2.4 KB
  463. Code/Chapter06/ch06-transaction/src/main/java/com/eldermoraes/ch06/transaction/UserBean.java 1.5 KB
  464. Code/Chapter06/ch06-transaction/src/main/webapp/index.html 217 bytes
  465. Code/Chapter06/ch06-transaction/src/test/java/com/eldermoraes/ch06/transaction/UserTest.java 969 bytes
  466. Code/Chapter06/README.md 0 bytes
  467. Code/Chapter08/ch08-automation/nb-configuration.xml 1.2 KB
  468. Code/Chapter08/ch08-automation/pom.xml 2.7 KB
  469. Code/Chapter08/ch08-automation/src/main/java/com/eldermoraes/ch08/automation/JUnitExample.java 399 bytes
  470. Code/Chapter08/ch08-automation/src/main/webapp/index.html 217 bytes
  471. Code/Chapter08/ch08-automation/src/test/java/com/eldermoraes/ch08/automation/JUnitTest.java 1.3 KB
  472. Code/Chapter08/ch08-decoupled-dosomethingwithuser/nb-configuration.xml 1.3 KB
  473. Code/Chapter08/ch08-decoupled-dosomethingwithuser/pom.xml 1.8 KB
  474. Code/Chapter08/ch08-decoupled-dosomethingwithuser/src/main/java/com/eldermoraes/ch08/decoupled/dosomethingwithuser/ApplicationConfig.java 1.0 KB
  475. Code/Chapter08/ch08-decoupled-dosomethingwithuser/src/main/java/com/eldermoraes/ch08/decoupled/dosomethingwithuser/DoSomethingService.java 1.9 KB
  476. Code/Chapter08/ch08-decoupled-dosomethingwithuser/src/main/java/com/eldermoraes/ch08/decoupled/dosomethingwithuser/User.java 498 bytes
  477. Code/Chapter08/ch08-decoupled-dosomethingwithuser/src/main/webapp/index.html 217 bytes
  478. Code/Chapter08/ch08-decoupled-user/nb-configuration.xml 1.3 KB
  479. Code/Chapter08/ch08-decoupled-user/pom.xml 1.8 KB
  480. Code/Chapter08/ch08-decoupled-user/src/main/java/com/eldermoraes/ch08/decoupled/user/ApplicationConfig.java 999 bytes
  481. Code/Chapter08/ch08-decoupled-user/src/main/java/com/eldermoraes/ch08/decoupled/user/User.java 483 bytes
  482. Code/Chapter08/ch08-decoupled-user/src/main/java/com/eldermoraes/ch08/decoupled/user/UserService.java 877 bytes
  483. Code/Chapter08/ch08-decoupled-user/src/main/webapp/index.html 217 bytes
  484. Code/Chapter08/ch08-micro_x_mono-micro-address/nb-configuration.xml 1.3 KB
  485. Code/Chapter08/ch08-micro_x_mono-micro-address/pom.xml 1.8 KB
  486. Code/Chapter08/ch08-micro_x_mono-micro-address/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/address/bean/UserAddressBean.java 1.3 KB
  487. Code/Chapter08/ch08-micro_x_mono-micro-address/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/address/bean/UserAddressBeanMock.java 1.2 KB
  488. Code/Chapter08/ch08-micro_x_mono-micro-address/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/address/entity/UserAddress.java 2.4 KB
  489. Code/Chapter08/ch08-micro_x_mono-micro-address/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/address/service/ApplicationConfig.java 239 bytes
  490. Code/Chapter08/ch08-micro_x_mono-micro-address/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/address/service/UserAddressService.java 1.8 KB
  491. Code/Chapter08/ch08-micro_x_mono-micro-address/src/main/webapp/index.html 217 bytes
  492. Code/Chapter08/ch08-micro_x_mono-micro-gateway/nb-configuration.xml 1.3 KB
  493. Code/Chapter08/ch08-micro_x_mono-micro-gateway/pom.xml 1.8 KB
  494. Code/Chapter08/ch08-micro_x_mono-micro-gateway/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/gateway/ApplicationConfig.java 235 bytes
  495. Code/Chapter08/ch08-micro_x_mono-micro-gateway/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/gateway/GatewayResource.java 2.4 KB
  496. Code/Chapter08/ch08-micro_x_mono-micro-gateway/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/gateway/GatewayResponse.java 464 bytes
  497. Code/Chapter08/ch08-micro_x_mono-micro-gateway/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/gateway/pojo/UserAddress.java 2.1 KB
  498. Code/Chapter08/ch08-micro_x_mono-micro-gateway/src/main/webapp/index.html 217 bytes
  499. Code/Chapter08/ch08-micro_x_mono-micro-gateway/src/main/webapp/WEB-INF/beans.xml 305 bytes
  500. Code/Chapter08/ch08-micro_x_mono-micro-user/nb-configuration.xml 1.3 KB
  501. Code/Chapter08/ch08-micro_x_mono-micro-user/pom.xml 1.8 KB
  502. Code/Chapter08/ch08-micro_x_mono-micro-user/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/user/bean/UserBean.java 1.1 KB
  503. Code/Chapter08/ch08-micro_x_mono-micro-user/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/user/bean/UserBeanMock.java 1.1 KB
  504. Code/Chapter08/ch08-micro_x_mono-micro-user/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/user/entity/User.java 1.7 KB
  505. Code/Chapter08/ch08-micro_x_mono-micro-user/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/user/service/ApplicationConfig.java 236 bytes
  506. Code/Chapter08/ch08-micro_x_mono-micro-user/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/user/service/UserService.java 1.5 KB
  507. Code/Chapter08/ch08-micro_x_mono-micro-user/src/main/resources/config.yml 23 bytes
  508. Code/Chapter08/ch08-micro_x_mono-micro-user/src/main/resources/META-INF/beans.xml 305 bytes
  509. Code/Chapter08/ch08-micro_x_mono-micro-user/src/main/webapp/index.html 217 bytes
  510. Code/Chapter08/ch08-micro_x_mono-mono/nb-configuration.xml 1.3 KB
  511. Code/Chapter08/ch08-micro_x_mono-mono/pom.xml 1.8 KB
  512. Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/bean/UserAddressBean.java 1.2 KB
  513. Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/bean/UserAddressBeanMock.java 1.2 KB
  514. Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/bean/UserBean.java 1.1 KB
  515. Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/bean/UserBeanMock.java 1.1 KB
  516. Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/entity/User.java 1.7 KB
  517. Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/entity/UserAddress.java 2.4 KB
  518. Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/service/ApplicationConfig.java 230 bytes
  519. Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/service/UserAddressService.java 1.7 KB
  520. Code/Chapter08/ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/service/UserService.java 1.5 KB
  521. Code/Chapter08/ch08-micro_x_mono-mono/src/main/webapp/index.html 217 bytes
  522. Code/Chapter08/README.md 0 bytes
  523. Code/Chapter09/ch09-async-result/nb-configuration.xml 1.3 KB
  524. Code/Chapter09/ch09-async-result/pom.xml 2.1 KB
  525. Code/Chapter09/ch09-async-result/src/main/java/com/eldermoraes/ch09/async/result/ApplicationConfig.java 205 bytes
  526. Code/Chapter09/ch09-async-result/src/main/java/com/eldermoraes/ch09/async/result/AsyncService.java 930 bytes
  527. Code/Chapter09/ch09-async-result/src/main/java/com/eldermoraes/ch09/async/result/client/AsyncResultClient.java 1.1 KB
  528. Code/Chapter09/ch09-async-result/src/main/java/com/eldermoraes/ch09/async/result/remote/UserService.java 734 bytes
  529. Code/Chapter09/ch09-async-result/src/main/java/com/eldermoraes/ch09/async/result/User.java 608 bytes
  530. Code/Chapter09/ch09-async-result/src/main/webapp/WEB-INF/beans.xml 305 bytes
  531. Code/Chapter09/ch09-async-transaction/nb-configuration.xml 1.3 KB
  532. Code/Chapter09/ch09-async-transaction/pom.xml 1.8 KB
  533. Code/Chapter09/ch09-async-transaction/src/main/java/com/eldermoraes/ch09/async/transaction/ApplicationConfig.java 211 bytes
  534. Code/Chapter09/ch09-async-transaction/src/main/java/com/eldermoraes/ch09/async/transaction/AsyncService.java 1.5 KB
  535. Code/Chapter09/ch09-async-transaction/src/main/java/com/eldermoraes/ch09/async/transaction/AsyncTask.java 1.3 KB
  536. Code/Chapter09/ch09-async-transaction/src/main/java/com/eldermoraes/ch09/async/transaction/User.java 617 bytes
  537. Code/Chapter09/ch09-async-transaction/src/main/java/com/eldermoraes/ch09/async/transaction/UserBean.java 587 bytes
  538. Code/Chapter09/ch09-async-transaction/src/main/webapp/index.html 217 bytes
  539. Code/Chapter09/ch09-async-transaction/src/main/webapp/WEB-INF/beans.xml 305 bytes
  540. Code/Chapter09/ch09-managed-thread/nb-configuration.xml 1.3 KB
  541. Code/Chapter09/ch09-managed-thread/pom.xml 1.8 KB
  542. Code/Chapter09/ch09-managed-thread/src/main/java/com/eldermoraes/ch09/managed/thread/ApplicationConfig.java 207 bytes
  543. Code/Chapter09/ch09-managed-thread/src/main/java/com/eldermoraes/ch09/managed/thread/AsyncService.java 998 bytes
  544. Code/Chapter09/ch09-managed-thread/src/main/java/com/eldermoraes/ch09/managed/thread/remote/UserBean.java 624 bytes
  545. Code/Chapter09/ch09-managed-thread/src/main/java/com/eldermoraes/ch09/managed/thread/User.java 611 bytes
  546. Code/Chapter09/ch09-managed-thread/src/main/webapp/index.html 217 bytes
  547. Code/Chapter09/ch09-proxy-task/nb-configuration.xml 1.3 KB
  548. Code/Chapter09/ch09-proxy-task/pom.xml 1.8 KB
  549. Code/Chapter09/ch09-proxy-task/src/main/java/com/eldermoraes/ch09/proxy/task/ApplicationConfig.java 204 bytes
  550. Code/Chapter09/ch09-proxy-task/src/main/java/com/eldermoraes/ch09/proxy/task/AsyncService.java 649 bytes
  551. Code/Chapter09/ch09-proxy-task/src/main/java/com/eldermoraes/ch09/proxy/task/AsyncTask.java 367 bytes
  552. Code/Chapter09/ch09-proxy-task/src/main/java/com/eldermoraes/ch09/proxy/task/ExecutorProxy.java 1.1 KB
  553. Code/Chapter09/ch09-proxy-task/src/main/java/com/eldermoraes/ch09/proxy/task/remote/UserBean.java 544 bytes
  554. Code/Chapter09/ch09-proxy-task/src/main/java/com/eldermoraes/ch09/proxy/task/User.java 659 bytes
  555. Code/Chapter09/ch09-proxy-task/src/main/webapp/index.html 217 bytes
  556. Code/Chapter09/ch09-scheduled-task/nb-configuration.xml 1.3 KB
  557. Code/Chapter09/ch09-scheduled-task/pom.xml 1.8 KB
  558. Code/Chapter09/ch09-scheduled-task/src/main/java/com/eldermoraes/ch09/scheduled/task/ApplicationConfig.java 208 bytes
  559. Code/Chapter09/ch09-scheduled-task/src/main/java/com/eldermoraes/ch09/scheduled/task/AsyncService.java 1.4 KB
  560. Code/Chapter09/ch09-scheduled-task/src/main/java/com/eldermoraes/ch09/scheduled/task/AsyncTask.java 458 bytes
  561. Code/Chapter09/ch09-scheduled-task/src/main/java/com/eldermoraes/ch09/scheduled/task/remote/UserBean.java 591 bytes
  562. Code/Chapter09/ch09-scheduled-task/src/main/java/com/eldermoraes/ch09/scheduled/task/User.java 610 bytes
  563. Code/Chapter09/ch09-scheduled-task/src/main/webapp/index.html 217 bytes
  564. Code/Chapter09/ch09-task-status/nb-configuration.xml 1.3 KB
  565. Code/Chapter09/ch09-task-status/pom.xml 1.8 KB
  566. Code/Chapter09/ch09-task-status/src/main/java/com/eldermoraes/ch09/task/status/ApplicationConfig.java 205 bytes
  567. Code/Chapter09/ch09-task-status/src/main/java/com/eldermoraes/ch09/task/status/AsyncService.java 1.4 KB
  568. Code/Chapter09/ch09-task-status/src/main/java/com/eldermoraes/ch09/task/status/AsyncTask.java 1.9 KB
  569. Code/Chapter09/ch09-task-status/src/main/java/com/eldermoraes/ch09/task/status/remote/UserBean.java 546 bytes
  570. Code/Chapter09/ch09-task-status/src/main/java/com/eldermoraes/ch09/task/status/User.java 607 bytes
  571. Code/Chapter09/ch09-task-status/src/main/webapp/index.html 217 bytes
  572. Code/Chapter09/ch09-task-status/src/main/webapp/WEB-INF/beans.xml 305 bytes
  573. Code/Chapter09/README.md 0 bytes
  574. Code/Chapter10/ch10-async-bean/nb-configuration.xml 1.3 KB
  575. Code/Chapter10/ch10-async-bean/pom.xml 1.8 KB
  576. Code/Chapter10/ch10-async-bean/src/main/java/com/eldermoraes/ch10/async/bean/ApplicationConfig.java 203 bytes
  577. Code/Chapter10/ch10-async-bean/src/main/java/com/eldermoraes/ch10/async/bean/AsyncService.java 1.1 KB
  578. Code/Chapter10/ch10-async-bean/src/main/java/com/eldermoraes/ch10/async/bean/User.java 545 bytes
  579. Code/Chapter10/ch10-async-bean/src/main/java/com/eldermoraes/ch10/async/bean/UserBean.java 719 bytes
  580. Code/Chapter10/ch10-async-bean/src/main/webapp/index.html 217 bytes
  581. Code/Chapter10/ch10-async-jaxrs/nb-configuration.xml 1.3 KB
  582. Code/Chapter10/ch10-async-jaxrs/pom.xml 1.8 KB
  583. Code/Chapter10/ch10-async-jaxrs/src/main/java/com/eldermoraes/ch10/async/jaxrs/ApplicationConfig.java 204 bytes
  584. Code/Chapter10/ch10-async-jaxrs/src/main/java/com/eldermoraes/ch10/async/jaxrs/AsyncService.java 1.6 KB
  585. Code/Chapter10/ch10-async-jaxrs/src/main/java/com/eldermoraes/ch10/async/jaxrs/remote/UserBean.java 745 bytes
  586. Code/Chapter10/ch10-async-jaxrs/src/main/java/com/eldermoraes/ch10/async/jaxrs/User.java 546 bytes
  587. Code/Chapter10/ch10-async-jaxrs/src/main/webapp/index.html 217 bytes
  588. Code/Chapter10/ch10-async-servlet/nb-configuration.xml 1.2 KB
  589. Code/Chapter10/ch10-async-servlet/pom.xml 1.8 KB
  590. Code/Chapter10/ch10-async-servlet/src/main/java/com/eldermoraes/ch10/async/servlet/User.java 548 bytes
  591. Code/Chapter10/ch10-async-servlet/src/main/java/com/eldermoraes/ch10/async/servlet/UserBean.java 536 bytes
  592. Code/Chapter10/ch10-async-servlet/src/main/java/com/eldermoraes/ch10/async/servlet/UserServlet.java 1.4 KB
  593. Code/Chapter10/ch10-async-servlet/src/main/webapp/index.html 217 bytes
  594. Code/Chapter10/ch10-async-websocket/nb-configuration.xml 1.3 KB
  595. Code/Chapter10/ch10-async-websocket/pom.xml 1.8 KB
  596. Code/Chapter10/ch10-async-websocket/src/main/java/com/eldermoraes/ch10/async/websocket/ApplicationConfig.java 208 bytes
  597. Code/Chapter10/ch10-async-websocket/src/main/java/com/eldermoraes/ch10/async/websocket/AsyncClient.java 1.7 KB
  598. Code/Chapter10/ch10-async-websocket/src/main/java/com/eldermoraes/ch10/async/websocket/AsyncServer.java 1.1 KB
  599. Code/Chapter10/ch10-async-websocket/src/main/java/com/eldermoraes/ch10/async/websocket/AsyncService.java 589 bytes
  600. Code/Chapter10/ch10-async-websocket/src/main/webapp/index.html 217 bytes
  601. Code/Chapter10/ch10-completable-future/nb-configuration.xml 1.3 KB
  602. Code/Chapter10/ch10-completable-future/pom.xml 1.8 KB
  603. Code/Chapter10/ch10-completable-future/src/main/java/com/eldermoraes/ch10/completable/future/ApplicationConfig.java 211 bytes
  604. Code/Chapter10/ch10-completable-future/src/main/java/com/eldermoraes/ch10/completable/future/AsyncService.java 947 bytes
  605. Code/Chapter10/ch10-completable-future/src/main/java/com/eldermoraes/ch10/completable/future/User.java 553 bytes
  606. Code/Chapter10/ch10-completable-future/src/main/java/com/eldermoraes/ch10/completable/future/UserBean.java 538 bytes
  607. Code/Chapter10/ch10-completable-future/src/main/webapp/index.html 217 bytes
  608. Code/Chapter10/ch10-event-observer/nb-configuration.xml 1.3 KB
  609. Code/Chapter10/ch10-event-observer/pom.xml 1.8 KB
  610. Code/Chapter10/ch10-event-observer/src/main/java/com/eldermoraes/ch10/event/observer/ApplicationConfig.java 207 bytes
  611. Code/Chapter10/ch10-event-observer/src/main/java/com/eldermoraes/ch10/event/observer/AsyncService.java 892 bytes
  612. Code/Chapter10/ch10-event-observer/src/main/java/com/eldermoraes/ch10/event/observer/User.java 549 bytes
  613. Code/Chapter10/ch10-event-observer/src/main/webapp/index.html 217 bytes
  614. Code/Chapter10/ch10-mdb/nb-configuration.xml 1.3 KB
  615. Code/Chapter10/ch10-mdb/pom.xml 1.7 KB
  616. Code/Chapter10/ch10-mdb/src/main/java/com/eldermoraes/ch10/mdb/ApplicationConfig.java 196 bytes
  617. Code/Chapter10/ch10-mdb/src/main/java/com/eldermoraes/ch10/mdb/Consumer.java 800 bytes
  618. Code/Chapter10/ch10-mdb/src/main/java/com/eldermoraes/ch10/mdb/MDBService.java 578 bytes
  619. Code/Chapter10/ch10-mdb/src/main/java/com/eldermoraes/ch10/mdb/Sender.java 678 bytes
  620. Code/Chapter10/ch10-mdb/src/main/java/com/eldermoraes/ch10/mdb/User.java 538 bytes
  621. Code/Chapter10/ch10-mdb/src/main/webapp/index.html 217 bytes
  622. Code/Chapter10/README.md 0 bytes
  623. Code/Chapter11/app/app.war 2.9 KB
  624. Code/Chapter11/ch11-aws/images/B00000_037.png 293.4 KB
  625. Code/Chapter11/ch11-aws/images/B00000_038.png 314.0 KB
  626. Code/Chapter11/ch11-aws/images/B00000_039.png 240.7 KB
  627. Code/Chapter11/ch11-aws/images/B00000_040.png 196.1 KB
  628. Code/Chapter11/ch11-aws/images/B00000_041.png 220.5 KB
  629. Code/Chapter11/ch11-aws/images/B00000_042.png 204.3 KB
  630. Code/Chapter11/ch11-aws/images/B00000_043.png 204.2 KB
  631. Code/Chapter11/ch11-aws/images/B00000_044.png 237.6 KB
  632. Code/Chapter11/ch11-aws/images/B00000_045.png 176.9 KB
  633. Code/Chapter11/ch11-aws/images/B00000_046.png 192.0 KB
  634. Code/Chapter11/ch11-aws/images/B00000_047.png 238.4 KB
  635. Code/Chapter11/ch11-aws/images/B00000_048.png 218.0 KB
  636. Code/Chapter11/ch11-aws/images/B00000_049.png 224.5 KB
  637. Code/Chapter11/ch11-aws/images/B00000_050.png 245.5 KB
  638. Code/Chapter11/ch11-aws/images/B00000_051.png 252.2 KB
  639. Code/Chapter11/ch11-aws/images/B00000_052.png 108.8 KB
  640. Code/Chapter11/ch11-docker/app.war 2.9 KB
  641. Code/Chapter11/ch11-docker/base/build.sh 45 bytes
  642. Code/Chapter11/ch11-docker/base/docker-entrypoint.sh 615 bytes
  643. Code/Chapter11/ch11-docker/base/Dockerfile 863 bytes
  644. Code/Chapter11/ch11-docker/base/push.sh 39 bytes
  645. Code/Chapter11/ch11-docker/build.sh 48 bytes
  646. Code/Chapter11/ch11-docker/Dockerfile 139 bytes
  647. Code/Chapter11/ch11-docker/push.sh 59 bytes
  648. Code/Chapter11/ch11-docker/run.sh 197 bytes
  649. Code/Chapter11/ch11-jelastic/images/B00000_001.png 160.8 KB
  650. Code/Chapter11/ch11-jelastic/images/B00000_002.png 239.4 KB
  651. Code/Chapter11/ch11-jelastic/images/B00000_003.png 191.3 KB
  652. Code/Chapter11/ch11-jelastic/images/B00000_004.png 202.8 KB
  653. Code/Chapter11/ch11-jelastic/images/B00000_005.png 262.4 KB
  654. Code/Chapter11/ch11-jelastic/images/B00000_006.png 276.2 KB
  655. Code/Chapter11/ch11-jelastic/images/B00000_007.png 265.1 KB
  656. Code/Chapter11/ch11-jelastic/images/B00000_008.png 276.9 KB
  657. Code/Chapter11/ch11-jelastic/images/B00000_009.png 125.1 KB
  658. Code/Chapter11/ch11-jelastic/images/B00000_010.png 89.9 KB
  659. Code/Chapter11/ch11-jelastic/images/B00000_011.png 226.7 KB
  660. Code/Chapter11/ch11-jelastic/images/B00000_012.png 206.5 KB
  661. Code/Chapter11/ch11-jelastic/images/B00000_013.png 112.1 KB
  662. Code/Chapter11/ch11-openshift/app.war 2.9 KB
  663. Code/Chapter11/ch11-openshift/build.sh 51 bytes
  664. Code/Chapter11/ch11-openshift/Dockerfile 278 bytes
  665. Code/Chapter11/ch11-openshift/images/B00000_053.png 349.3 KB
  666. Code/Chapter11/ch11-openshift/images/B00000_054.png 359.9 KB
  667. Code/Chapter11/ch11-openshift/images/B00000_055.png 365.4 KB
  668. Code/Chapter11/ch11-openshift/images/B00000_056.png 124.6 KB
  669. Code/Chapter11/ch11-openshift/images/B00000_057.png 124.6 KB
  670. Code/Chapter11/ch11-openshift/images/B00000_058.png 187.4 KB
  671. Code/Chapter11/ch11-openshift/images/B00000_059.png 179.9 KB
  672. Code/Chapter11/ch11-openshift/images/B00000_060.png 130.5 KB
  673. Code/Chapter11/ch11-openshift/images/B00000_061.png 153.9 KB
  674. Code/Chapter11/ch11-openshift/images/B00000_062.png 155.3 KB
  675. Code/Chapter11/ch11-openshift/images/B00000_063.png 128.5 KB
  676. Code/Chapter11/ch11-openshift/images/B00000_064.png 100.0 KB
  677. Code/Chapter11/ch11-openshift/push.sh 46 bytes
  678. Code/Chapter11/ch11-openshift/run.sh 206 bytes
  679. Code/Chapter11/ch11-oraclecloud/images/B00000_014.png 224.1 KB
  680. Code/Chapter11/ch11-oraclecloud/images/B00000_015.png 206.0 KB
  681. Code/Chapter11/ch11-oraclecloud/images/B00000_016.png 237.5 KB
  682. Code/Chapter11/ch11-oraclecloud/images/B00000_017.png 249.7 KB
  683. Code/Chapter11/ch11-oraclecloud/images/B00000_018.png 187.9 KB
  684. Code/Chapter11/ch11-oraclecloud/images/B00000_019.png 238.1 KB
  685. Code/Chapter11/ch11-oraclecloud/images/B00000_020.png 238.3 KB
  686. Code/Chapter11/ch11-oraclecloud/images/B00000_021.png 124.9 KB
  687. Code/Chapter11/ch11-oraclecloud/images/B00000_022.png 185.3 KB
  688. Code/Chapter11/ch11-oraclecloud/images/B00000_023.png 194.1 KB
  689. Code/Chapter11/ch11-oraclecloud/images/B00000_024.png 139.0 KB
  690. Code/Chapter11/ch11-oraclecloud/images/B00000_025.png 146.4 KB
  691. Code/Chapter11/ch11-oraclecloud/images/B00000_026.png 188.2 KB
  692. Code/Chapter11/ch11-oraclecloud/images/B00000_027.png 387.7 KB
  693. Code/Chapter11/ch11-oraclecloud/images/B00000_028.png 339.1 KB
  694. Code/Chapter11/ch11-oraclecloud/images/B00000_029.png 338.0 KB
  695. Code/Chapter11/ch11-oraclecloud/images/B00000_030.png 403.8 KB
  696. Code/Chapter11/ch11-oraclecloud/images/B00000_031.png 385.8 KB
  697. Code/Chapter11/ch11-oraclecloud/images/B00000_032.png 200.9 KB
  698. Code/Chapter11/ch11-oraclecloud/images/B00000_033.png 203.7 KB
  699. Code/Chapter11/ch11-oraclecloud/images/B00000_034.png 244.4 KB
  700. Code/Chapter11/ch11-oraclecloud/images/B00000_035.png 334.8 KB
  701. Code/Chapter11/ch11-oraclecloud/images/B00000_036.png 112.9 KB
  702. Code/Chapter11/README.md 0 bytes
  703. Code/Chapter12/README.md 0 bytes
  704. Code/javaee8-rep-template/nb-configuration.xml 1.2 KB
  705. Code/javaee8-rep-template/pom.xml 1.8 KB
  706. Code/javaee8-rep-template/src/main/webapp/index.html 217 bytes
  707. Code/README.txt 102 bytes
  708. Code/SoftwareHardware.pdf 194.1 KB
  709. Downloaded from Demonoid - www.dnoid.to.txt 56 bytes
  710. Java EE 8 Cookbook.epub 7.5 MB

Similar Posts:

  1. E-books Saeed L. Pro Cloud Native Java EE Apps. DevOps with MicroProfile,...2022 Jan. 28, 2023, 5:37 p.m.
  2. E-books Java Ee 8 Design Patterns And Best Practices Jan. 31, 2023, 2:35 p.m.
  3. Other Linkedin - Java EE 8 Essential Training Feb. 1, 2023, 2:38 p.m.
  4. Other Udemy - Java EE 8 RESTful Web Services Cookbook Feb. 1, 2023, 8:44 p.m.
  5. E-books Beginning EJB in Java EE 8 Feb. 2, 2023, 7:03 p.m.