FileMood

Download Java EE 8 Cookbook

Java EE Cookbook

Name

Java EE 8 Cookbook

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

67.4 MB

Total Files

710

Last Seen

2025-07-17 23:39

Hash

ABB6C10D5FB611A5B212811D02682FBB18FF9C13

/

Bookflare.net.txt

0.1 KB

Downloaded from Demonoid - www.dnoid.to.txt

0.1 KB

Java EE 8 Cookbook.epub

7.9 MB

/Code/Chapter01/ch01-beanvalidation/

nb-configuration.xml

1.3 KB

pom.xml

1.8 KB

/Code/Chapter01/ch01-beanvalidation/nbproject/

project.properties

0.0 KB

/Code/Chapter01/ch01-beanvalidation/src/main/java/com/eldermoraes/ch01/bv/

User.java

0.6 KB

/Code/Chapter01/ch01-beanvalidation/src/main/webapp/

index.html

0.2 KB

/Code/Chapter01/ch01-beanvalidation/src/test/java/com/eldermoraes/ch01/bv/test/

UserTest.java

1.8 KB

/Code/Chapter01/ch01-beanvalidation/target/

ch01-beanvalidation-1.0.jar

2.9 KB

/Code/Chapter01/ch01-beanvalidation/target/classes/com/eldermoraes/ch01/bv/

User.class

1.0 KB

/Code/Chapter01/ch01-beanvalidation/target/maven-archiver/

pom.properties

0.1 KB

/Code/Chapter01/ch01-beanvalidation/target/surefire-reports/

com.eldermoraes.ch01.bv.test.UserTest.txt

0.3 KB

TEST-com.eldermoraes.ch01.bv.test.UserTest.xml

6.2 KB

/Code/Chapter01/ch01-beanvalidation/target/test-classes/com/eldermoraes/ch01/bv/test/

UserTest.class

2.3 KB

/Code/Chapter01/ch01-cdi/

nb-configuration.xml

1.3 KB

pom.xml

1.7 KB

/Code/Chapter01/ch01-cdi/src/main/java/com/eldermoraes/ch01/cdi/

MyEvent.java

0.3 KB

OrderedObserver.java

1.0 KB

/Code/Chapter01/ch01-cdi/src/main/resources/META-INF/

beans.xml

0.3 KB

/Code/Chapter01/ch01-cdi/src/main/webapp/

index.html

0.2 KB

/Code/Chapter01/ch01-cdi/target/

ch01-cdi-1.0.jar

4.2 KB

/Code/Chapter01/ch01-cdi/target/classes/com/eldermoraes/ch01/cdi/

MyEvent.class

0.5 KB

OrderedObserver.class

2.3 KB

/Code/Chapter01/ch01-cdi/target/classes/META-INF/

beans.xml

0.3 KB

/Code/Chapter01/ch01-cdi/target/maven-archiver/

pom.properties

0.1 KB

/.../maven-compiler-plugin/compile/default-compile/

createdFiles.lst

0.1 KB

inputFiles.lst

0.3 KB

/Code/Chapter01/ch01-jaxrs/

nb-configuration.xml

1.4 KB

pom.xml

1.6 KB

/Code/Chapter01/ch01-jaxrs/src/main/java/com/eldermoraes/ch01/jaxrs/

ClientConsumer.java

1.4 KB

ServerMock.java

1.0 KB

SseResource.java

1.0 KB

/Code/Chapter01/ch01-jaxrs/src/main/webapp/

index.html

0.2 KB

/Code/Chapter01/ch01-jsf/

nb-configuration.xml

1.4 KB

pom.xml

2.9 KB

/Code/Chapter01/ch01-jsf/src/main/java/com/eldermoraes/ch01/jsf/

User.java

0.6 KB

UserBean.java

0.8 KB

UserConverter.java

0.7 KB

UserValidator.java

0.7 KB

/Code/Chapter01/ch01-jsf/src/main/webapp/

index.xhtml

0.8 KB

/Code/Chapter01/ch01-jsf/src/main/webapp/WEB-INF/

beans.xml

0.3 KB

web.xml

1.0 KB

/Code/Chapter01/ch01-jsonb/

pom.xml

1.1 KB

/Code/Chapter01/ch01-jsonb/src/main/java/com/eldermoraes/ch01/jsonb/

JsonBUser.java

0.8 KB

User.java

0.9 KB

/Code/Chapter01/ch01-jsonp/

pom.xml

1.1 KB

/Code/Chapter01/ch01-jsonp/src/main/java/com/eldermoraes/ch01/jsonp/

JPointer.java

0.7 KB

/Code/Chapter01/ch01-jsonp/src/main/resources/

user.json

0.2 KB

/Code/Chapter01/ch01-mvc/

nb-configuration.xml

1.4 KB

pom.xml

3.1 KB

/Code/Chapter01/ch01-mvc/src/main/java/com/eldermoraes/ch01/mvc/

AppConfig.java

0.2 KB

User.java

0.5 KB

UserBean.java

0.2 KB

UserController.java

0.5 KB

/Code/Chapter01/ch01-mvc/src/main/webapp/

index.jsp

0.4 KB

user.jsp

0.3 KB

/Code/Chapter01/ch01-mvc/src/main/webapp/WEB-INF/

beans.xml

0.3 KB

/Code/Chapter01/ch01-security/

pom.xml

1.3 KB

/Code/Chapter01/ch01-security/src/main/java/com/eldermoraes/ch01/security/

RoleExecutor.java

0.7 KB

Roles.java

0.2 KB

User.java

0.9 KB

UserBean.java

1.0 KB

/Code/Chapter01/ch01-security/src/main/resources/META-INF/

persistence.xml

0.5 KB

/Code/Chapter01/ch01-security/src/test/java/com/eldermoraes/ch01/security/

Ch01SecurityTest.java

3.2 KB

/Code/Chapter01/ch01-servlet/

nb-configuration.xml

1.3 KB

pom.xml

2.9 KB

/Code/Chapter01/ch01-servlet/src/main/java/com/eldermoraes/ch01/servlet/

ServerPush.java

1.3 KB

/Code/Chapter01/ch01-servlet/src/main/webapp/images/

javaee-logo.png

5.7 KB

/Code/Chapter01/ch01-servlet/src/main/webapp/

index.html

0.3 KB

/Code/Chapter02/ch02-batch/

nb-configuration.xml

1.4 KB

pom.xml

3.2 KB

/Code/Chapter02/ch02-batch/nbproject/

project.properties

0.0 KB

/Code/Chapter02/ch02-batch/src/main/java/com/eldermoraes/ch02/batch/

User.java

1.2 KB

UserBean.java

1.0 KB

UserProcessor.java

0.6 KB

UserReader.java

1.0 KB

UserWriter.java

0.6 KB

/Code/Chapter02/ch02-batch/src/main/resources/META-INF/batch-jobs/

acess-user.xml

0.4 KB

/Code/Chapter02/ch02-batch/src/main/resources/META-INF/

persistence.xml

0.8 KB

user.txt

0.3 KB

/Code/Chapter02/ch02-batch/src/main/webapp/

index.xhtml

0.6 KB

/Code/Chapter02/ch02-batch/src/main/webapp/WEB-INF/

beans.xml

0.3 KB

glassfish-resources.xml

1.7 KB

web.xml

1.0 KB

/Code/Chapter02/ch02-batch/target/

ch02-batch-1.0.war

11.4 MB

/Code/Chapter02/ch02-batch/target/ch02-batch-1.0/

gfv3ee6.dpf

0.0 KB

index.xhtml

0.6 KB

/Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/

beans.xml

0.3 KB

glassfish-resources.xml

1.7 KB

glassfish-web.xml

0.5 KB

web.xml

1.0 KB

/Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/com/eldermoraes/ch02/batch/

User.class

1.9 KB

UserBean.class

2.0 KB

UserProcessor.class

1.4 KB

UserReader.class

1.7 KB

UserWriter.class

1.2 KB

/Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/META-INF/batch-jobs/

acess-user.xml

0.4 KB

/Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/classes/META-INF/

persistence.xml

0.8 KB

user.txt

0.3 KB

/Code/Chapter02/ch02-batch/target/ch02-batch-1.0/WEB-INF/lib/

antlr-2.7.7.jar

445.3 KB

byte-buddy-1.6.6.jar

2.8 MB

classmate-1.3.0.jar

64.1 KB

dom4j-1.6.1.jar

313.9 KB

hibernate-commons-annotations-5.0.1.Final.jar

75.3 KB

hibernate-core-5.2.10.Final.jar

6.6 MB

hibernate-entitymanager-5.2.10.Final.jar

0.6 KB

hibernate-jpa-2.1-api-1.0.0.Final.jar

113.4 KB

jandex-2.0.3.Final.jar

186.7 KB

javassist-3.20.0-GA.jar

750.6 KB

jboss-logging-3.3.0.Final.jar

66.8 KB

jboss-transaction-api_1.2_spec-1.0.1.Final.jar

28.4 KB

/Code/Chapter02/ch02-batch/target/classes/com/eldermoraes/ch02/batch/

User.class

1.9 KB

UserBean.class

2.0 KB

UserProcessor.class

1.4 KB

UserReader.class

1.7 KB

UserWriter.class

1.2 KB

/Code/Chapter02/ch02-batch/target/classes/META-INF/batch-jobs/

acess-user.xml

0.4 KB

/Code/Chapter02/ch02-batch/target/classes/META-INF/

persistence.xml

0.8 KB

user.txt

0.3 KB

/Code/Chapter02/ch02-batch/target/endorsed/

javaee-endorsed-api-7.0.jar

189.9 KB

/Code/Chapter02/ch02-batch/target/maven-archiver/

pom.properties

0.1 KB

/.../maven-compiler-plugin/compile/default-compile/

createdFiles.lst

0.2 KB

inputFiles.lst

0.7 KB

/.../maven-compiler-plugin/testCompile/default-testCompile/

inputFiles.lst

0.0 KB

/Code/Chapter02/ch02-beanvalidation/

faces-config.NavData

0.2 KB

nb-configuration.xml

1.4 KB

pom.xml

3.3 KB

/Code/Chapter02/ch02-beanvalidation/src/main/java/com/eldermoraes/ch02/beanvalidation/

User.java

2.2 KB

/Code/Chapter02/ch02-beanvalidation/src/main/webapp/

index.xhtml

1.3 KB

/Code/Chapter02/ch02-beanvalidation/src/main/webapp/WEB-INF/

web.xml

1.0 KB

/Code/Chapter02/ch02-beanvalidation/target/

ch02-beanvalidation-1.0.war

1.3 MB

/Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/

gfv3ee6.dpf

0.0 KB

index.xhtml

1.3 KB

/Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/classes/com/eldermoraes/ch02/beanvalidation/

Profile.class

1.2 KB

User.class

2.8 KB

/Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/

glassfish-web.xml

0.5 KB

web.xml

1.0 KB

/Code/Chapter02/ch02-beanvalidation/target/ch02-beanvalidation-1.0/WEB-INF/lib/

classmate-1.3.1.jar

64.8 KB

hibernate-validator-6.0.1.Final.jar

1.1 MB

jboss-logging-3.3.0.Final.jar

66.8 KB

validation-api-2.0.0.Final.jar

93.1 KB

/Code/Chapter02/ch02-beanvalidation/target/classes/com/eldermoraes/ch02/beanvalidation/

User.class

2.8 KB

/Code/Chapter02/ch02-beanvalidation/target/endorsed/

javaee-endorsed-api-7.0.jar

189.9 KB

/Code/Chapter02/ch02-beanvalidation/target/maven-archiver/

pom.properties

0.1 KB

/.../maven-compiler-plugin/compile/default-compile/

createdFiles.lst

0.1 KB

inputFiles.lst

0.3 KB

/.../maven-compiler-plugin/testCompile/default-testCompile/

inputFiles.lst

0.0 KB

/Code/Chapter02/ch02-cdi/

nb-configuration.xml

1.4 KB

pom.xml

3.1 KB

/Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/

Application.java

0.2 KB

User.java

0.7 KB

UserFactory.java

0.3 KB

UserService.java

3.2 KB

/Code/Chapter02/ch02-cdi/src/main/java/com/eldermoraes/ch02/cdi/profile/

ImplAdmin.java

0.3 KB

ImplOperator.java

0.4 KB

Profile.java

0.5 KB

ProfileType.java

0.1 KB

UserProfile.java

0.1 KB

/Code/Chapter02/ch02-cdi/src/main/webapp/

index.html

0.7 KB

result.jsp

0.3 KB

/Code/Chapter02/ch02-cdi/src/main/webapp/WEB-INF/

beans.xml

0.3 KB

/Code/Chapter02/ch02-cdi/target/

ch02-cdi-1.0.war

10.2 KB

/Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/

index.html

0.7 KB

result.jsp

0.3 KB

/Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/

beans.xml

0.3 KB

glassfish-web.xml

0.5 KB

/Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/

Application.class

0.4 KB

User.class

1.1 KB

UserFactory.class

0.7 KB

UserService.class

4.1 KB

/Code/Chapter02/ch02-cdi/target/ch02-cdi-1.0/WEB-INF/classes/com/eldermoraes/ch02/cdi/profile/

ImplAdmin.class

0.9 KB

ImplOperator.class

0.9 KB

Profile.class

0.5 KB

ProfileType.class

1.1 KB

UserProfile.class

0.2 KB

/Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/

Application.class

0.4 KB

User.class

1.1 KB

UserFactory.class

0.7 KB

UserService.class

4.1 KB

/Code/Chapter02/ch02-cdi/target/classes/com/eldermoraes/ch02/cdi/profile/

ImplAdmin.class

0.9 KB

ImplOperator.class

0.9 KB

Profile.class

0.5 KB

ProfileType.class

1.1 KB

UserProfile.class

0.2 KB

/Code/Chapter02/ch02-cdi/target/endorsed/

javaee-endorsed-api-7.0.jar

189.9 KB

/Code/Chapter02/ch02-cdi/target/maven-archiver/

pom.properties

0.1 KB

/.../maven-compiler-plugin/compile/default-compile/

createdFiles.lst

0.4 KB

inputFiles.lst

1.3 KB

/.../maven-compiler-plugin/testCompile/default-testCompile/

inputFiles.lst

0.0 KB

/Code/Chapter02/ch02-datacache/

nb-configuration.xml

1.3 KB

pom.xml

2.9 KB

/Code/Chapter02/ch02-datacache/src/main/java/com/eldermoraes/ch02/datacache/

User.java

0.8 KB

UserCacheBean.java

1.1 KB

/Code/Chapter02/ch02-datacache/src/main/resources/META-INF/

persistence.xml

0.8 KB

/Code/Chapter02/ch02-datacache/src/main/webapp/

index.html

0.2 KB

/.../ch02-ejb-concurrency/

nb-configuration.xml

1.3 KB

pom.xml

3.0 KB

/.../ch02-ejb-concurrency/src/main/java/com/eldermoraes/ch02/ejb/concurrency/

UserClassLevelBean.java

0.8 KB

UserMethodLevelBean.java

0.8 KB

UserSelfManagedBean.java

0.6 KB

/.../ch02-ejb-concurrency/src/main/webapp/

index.html

0.2 KB

/.../hibernate-jpamodelgen-4.3.1.Final/SNAPSHOT/

hibernate-jpamodelgen-4.3.1.Final-SNAPSHOT.jar

178.7 KB

/Code/Chapter02/ch02-jpa/

nb-configuration.xml

1.3 KB

pom.xml

4.1 KB

/Code/Chapter02/ch02-jpa/nbproject/

project.properties

0.0 KB

/Code/Chapter02/ch02-jpa/src/main/java/com/eldermoraes/ch02/jpa/

User.java

1.8 KB

UserBean.java

0.9 KB

/Code/Chapter02/ch02-jpa/src/main/resources/META-INF/

persistence.xml

0.8 KB

/Code/Chapter02/ch02-jpa/src/main/webapp/

index.html

0.2 KB

/Code/Chapter02/ch02-jpa/src/test/java/com/eldermoraes/ch02/jpa/

Ch02JpaTest.java

1.5 KB

/Code/Chapter02/ch02-jpa/target/classes/com/eldermoraes/ch02/jpa/

User.class

2.2 KB

UserBean.class

1.4 KB

/Code/Chapter02/ch02-jpa/target/classes/META-INF/

persistence.xml

0.8 KB

/Code/Chapter02/ch02-jpa/target/endorsed/

javaee-endorsed-api-7.0.jar

189.9 KB

/.../maven-compiler-plugin/compile/default-compile/

createdFiles.lst

0.1 KB

inputFiles.lst

0.3 KB

/.../maven-compiler-plugin/testCompile/default-testCompile/

createdFiles.lst

0.0 KB

inputFiles.lst

0.1 KB

/Code/Chapter02/ch02-jpa/target/surefire-reports/

com.eldermoraes.ch02.jpa.Ch02JpaTest.txt

10.2 KB

TEST-com.eldermoraes.ch02.jpa.Ch02JpaTest.xml

31.2 KB

/Code/Chapter02/ch02-jpa/target/test-classes/com/eldermoraes/ch02/jpa/

Ch02JpaTest.class

2.3 KB

/.../hibernate-jpamodelgen-4.3.1.Final/SNAPSHOT/

hibernate-jpamodelgen-4.3.1.Final-SNAPSHOT.jar

178.7 KB

/Code/Chapter02/ch02-jta/

nb-configuration.xml

1.3 KB

pom.xml

4.1 KB

/Code/Chapter02/ch02-jta/nbproject/

project.properties

0.0 KB

/Code/Chapter02/ch02-jta/src/main/java/com/eldermoraes/ch02/jta1/

User.java

1.8 KB

UserBean.java

0.9 KB

/Code/Chapter02/ch02-jta/src/main/resources/META-INF/

persistence.xml

0.8 KB

/Code/Chapter02/ch02-jta/src/main/webapp/

index.html

0.2 KB

/Code/Chapter02/ch02-jta/src/test/java/com/eldermoraes/ch02/jta1/

Ch02JtaTest.java

1.5 KB

/Code/Chapter02/ch02-jta/target/

ch02-jta-1.0.war

7.8 MB

/Code/Chapter02/ch02-jta/target/ch02-jta-1.0/

index.html

0.2 KB

/Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/classes/com/eldermoraes/ch02/jta1/

User.class

2.2 KB

UserBean.class

1.4 KB

/Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/classes/META-INF/

persistence.xml

0.8 KB

/Code/Chapter02/ch02-jta/target/ch02-jta-1.0/WEB-INF/lib/

antlr-2.7.7.jar

445.3 KB

dom4j-1.6.1.jar

313.9 KB

hibernate-commons-annotations-4.0.4.Final.jar

75.3 KB

hibernate-core-4.3.1.Final.jar

5.2 MB

hibernate-entitymanager-4.3.1.Final.jar

645.2 KB

hibernate-jpa-2.1-api-1.0.0.Final.jar

113.4 KB

jandex-1.1.0.Final.jar

76.6 KB

javassist-3.18.1-GA.jar

714.2 KB

jboss-logging-3.1.3.GA.jar

57.2 KB

jboss-logging-annotations-1.2.0.Beta1.jar

11.6 KB

jboss-transaction-api_1.2_spec-1.0.0.Final.jar

27.7 KB

xml-apis-1.0.b2.jar

109.3 KB

/Code/Chapter02/ch02-jta/target/classes/com/eldermoraes/ch02/jta1/

User.class

2.2 KB

UserBean.class

1.4 KB

/Code/Chapter02/ch02-jta/target/classes/META-INF/

persistence.xml

0.8 KB

/Code/Chapter02/ch02-jta/target/endorsed/

javaee-endorsed-api-7.0.jar

189.9 KB

/Code/Chapter02/ch02-jta/target/maven-archiver/

pom.properties

0.1 KB

/.../maven-compiler-plugin/compile/default-compile/

createdFiles.lst

0.1 KB

inputFiles.lst

0.3 KB

/.../maven-compiler-plugin/testCompile/default-testCompile/

createdFiles.lst

0.0 KB

inputFiles.lst

0.1 KB

/Code/Chapter02/ch02-jta/target/surefire-reports/

com.eldermoraes.ch02.jta1.Ch02JtaTest.txt

0.3 KB

TEST-com.eldermoraes.ch02.jta1.Ch02JtaTest.xml

5.9 KB

/Code/Chapter02/ch02-jta/target/test-classes/com/eldermoraes/ch02/jta1/

Ch02JtaTest.class

2.3 KB

/Code/Chapter02/ch02-serverpush/

nb-configuration.xml

1.3 KB

pom.xml

3.2 KB

/Code/Chapter02/ch02-serverpush/src/main/java/com/eldermoraes/ch02/serverpush/

ProfileServlet.java

1.4 KB

PushFilter.java

1.4 KB

UserServlet.java

1.4 KB

/Code/Chapter02/ch02-serverpush/src/main/webapp/

index.html

0.3 KB

profile.jsp

0.6 KB

user.jsp

0.6 KB

/Code/Chapter02/ch02-serverpush/src/main/webapp/resources/

functions.js

0.1 KB

javaee-logo.png

5.7 KB

style.css

0.1 KB

/Code/Chapter02/ch02-serverpush/target/

ch02-serverpush-1.0.war

12.9 KB

/Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/

gfv3ee6.dpf

0.0 KB

index.html

0.3 KB

profile.jsp

0.6 KB

user.jsp

0.6 KB

/Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/resources/

functions.js

0.1 KB

javaee-logo.png

5.7 KB

style.css

0.1 KB

/Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/WEB-INF/classes/com/eldermoraes/ch02/serverpush/

ProfileServlet.class

1.7 KB

PushFilter.class

1.8 KB

UserServlet.class

1.7 KB

/Code/Chapter02/ch02-serverpush/target/ch02-serverpush-1.0/WEB-INF/

glassfish-web.xml

0.5 KB

/Code/Chapter02/ch02-serverpush/target/classes/com/eldermoraes/ch02/serverpush/

ProfileServlet.class

1.7 KB

PushFilter.class

1.8 KB

UserServlet.class

1.7 KB

/Code/Chapter02/ch02-serverpush/target/endorsed/

javaee-endorsed-api-7.0.jar

189.9 KB

/Code/Chapter02/ch02-serverpush/target/maven-archiver/

pom.properties

0.1 KB

/.../maven-compiler-plugin/compile/default-compile/

createdFiles.lst

0.2 KB

inputFiles.lst

0.5 KB

/.../maven-compiler-plugin/testCompile/default-testCompile/

inputFiles.lst

0.0 KB

/Code/Chapter02/ch02-servlet/

nb-configuration.xml

1.3 KB

pom.xml

3.2 KB

/Code/Chapter02/ch02-servlet/src/main/java/com/eldermoraes/ch02/servlet/

User.java

0.7 KB

UserServlet.java

2.4 KB

/Code/Chapter02/ch02-servlet/src/main/webapp/

index.jsp

0.3 KB

/Code/Chapter02/ch02-servlet/target/

ch02-servlet-1.0.war

5.4 KB

/Code/Chapter02/ch02-servlet/target/ch02-servlet-1.0/

index.jsp

0.3 KB

/Code/Chapter02/ch02-servlet/target/ch02-servlet-1.0/WEB-INF/classes/com/eldermoraes/ch02/servlet/

User.class

0.8 KB

UserServlet.class

3.3 KB

/Code/Chapter02/ch02-servlet/target/ch02-servlet-1.0/WEB-INF/

glassfish-web.xml

0.5 KB

/Code/Chapter02/ch02-servlet/target/classes/com/eldermoraes/ch02/servlet/

User.class

0.8 KB

UserServlet.class

3.3 KB

/Code/Chapter02/ch02-servlet/target/endorsed/

javaee-endorsed-api-7.0.jar

189.9 KB

/Code/Chapter02/ch02-servlet/target/maven-archiver/

pom.properties

0.1 KB

/.../maven-compiler-plugin/compile/default-compile/

createdFiles.lst

0.1 KB

inputFiles.lst

0.3 KB

/.../maven-compiler-plugin/testCompile/default-testCompile/

inputFiles.lst

0.0 KB

/Code/Chapter02/

README.md

0.0 KB

/Code/Chapter03/ch03-jsonb/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/Code/Chapter03/ch03-jsonb/src/main/java/com/eldermoraes/ch03/jsonb/

User.java

1.6 KB

UserView.java

1.0 KB

/Code/Chapter03/ch03-jsonb/src/main/webapp/

index.xhtml

0.7 KB

/Code/Chapter03/ch03-jsonb/src/main/webapp/WEB-INF/

web.xml

1.0 KB

/Code/Chapter03/ch03-jsonp/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/Code/Chapter03/ch03-jsonp/src/main/java/com/eldermoraes/ch03/jsonp/

User.java

0.8 KB

UserView.java

3.3 KB

/Code/Chapter03/ch03-jsonp/src/main/webapp/

index.xhtml

1.5 KB

/Code/Chapter03/ch03-jsonp/src/main/webapp/WEB-INF/

web.xml

1.0 KB

/Code/Chapter03/ch03-rscdi/

nb-configuration.xml

1.5 KB

pom.xml

1.8 KB

/Code/Chapter03/ch03-rscdi/src/main/java/com/eldermoraes/ch03/rscdi/

ApplicationConfig.java

1.0 KB

User.java

0.7 KB

UserBean.java

0.3 KB

UserService.java

1.0 KB

UserView.java

1.4 KB

/Code/Chapter03/ch03-rscdi/src/main/webapp/

index.xhtml

0.5 KB

/Code/Chapter03/ch03-rscdi/src/main/webapp/WEB-INF/

beans.xml

0.3 KB

web.xml

1.0 KB

/Code/Chapter03/ch03-sse/

nb-configuration.xml

1.5 KB

pom.xml

2.0 KB

/Code/Chapter03/ch03-sse/src/main/java/com/eldermoraes/ch03/sse/

ApplicationConfig.java

0.2 KB

ServerSentService.java

2.7 KB

SseBean.java

2.9 KB

/Code/Chapter03/ch03-sse/src/main/webapp/

index.xhtml

0.7 KB

/Code/Chapter03/ch03-sse/src/main/webapp/WEB-INF/

web.xml

1.0 KB

/Code/Chapter03/

README.md

0.0 KB

/Code/Chapter04/ch04-jsf/ch04-jsf/

nb-configuration.xml

1.3 KB

pom.xml

2.9 KB

/Code/Chapter04/ch04-jsf/ch04-jsf/src/main/java/com/eldermoraes/ch04/jsf/

UserBean.java

0.3 KB

/Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/

default.xhtml

0.4 KB

user.xhtml

0.6 KB

/Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/WEB-INF/

beans.xml

0.3 KB

glassfish-web.xml

0.5 KB

web.xml

1.5 KB

/Code/Chapter04/ch04-jsf/ch04-jsf/src/main/webapp/WEB-INF/template/

content.xhtml

0.3 KB

footer.xhtml

0.3 KB

header.xhtml

0.3 KB

layout.xhtml

0.9 KB

/Code/Chapter04/ch04-serverpush/

nb-configuration.xml

1.3 KB

pom.xml

1.8 KB

/Code/Chapter04/ch04-serverpush/src/main/java/com/eldermoraes/ch04/serverpush/

ServerPushServlet.java

2.6 KB

/Code/Chapter04/ch04-serverpush/src/main/resources/

img-http1.png

32.4 KB

img-http2.png

32.7 KB

/Code/Chapter04/ch04-serverpush/src/main/webapp/image/

keyboard_buttons.jpg

992.1 KB

/Code/Chapter04/ch04-serverpush/src/main/webapp/image/keyboard_buttons/

keyboard_buttons-0-0.jpeg

11.5 KB

keyboard_buttons-0-1.jpeg

10.2 KB

keyboard_buttons-0-2.jpeg

9.6 KB

keyboard_buttons-0-3.jpeg

12.0 KB

keyboard_buttons-0-4.jpeg

10.4 KB

keyboard_buttons-0-5.jpeg

11.3 KB

keyboard_buttons-0-6.jpeg

12.0 KB

keyboard_buttons-0-7.jpeg

11.7 KB

keyboard_buttons-1-0.jpeg

10.0 KB

keyboard_buttons-1-1.jpeg

9.5 KB

keyboard_buttons-1-2.jpeg

9.2 KB

keyboard_buttons-1-3.jpeg

11.4 KB

keyboard_buttons-1-4.jpeg

9.8 KB

keyboard_buttons-1-5.jpeg

9.3 KB

keyboard_buttons-1-6.jpeg

10.6 KB

keyboard_buttons-1-7.jpeg

9.6 KB

keyboard_buttons-2-0.jpeg

15.3 KB

keyboard_buttons-2-1.jpeg

12.9 KB

keyboard_buttons-2-2.jpeg

14.3 KB

keyboard_buttons-2-3.jpeg

13.4 KB

keyboard_buttons-2-4.jpeg

12.0 KB

keyboard_buttons-2-5.jpeg

9.9 KB

keyboard_buttons-2-6.jpeg

11.7 KB

keyboard_buttons-2-7.jpeg

10.0 KB

keyboard_buttons-3-0.jpeg

12.1 KB

keyboard_buttons-3-1.jpeg

12.9 KB

keyboard_buttons-3-2.jpeg

15.4 KB

keyboard_buttons-3-3.jpeg

15.6 KB

keyboard_buttons-3-4.jpeg

16.2 KB

keyboard_buttons-3-5.jpeg

18.3 KB

keyboard_buttons-3-6.jpeg

17.9 KB

keyboard_buttons-3-7.jpeg

18.2 KB

keyboard_buttons-4-0.jpeg

8.2 KB

keyboard_buttons-4-1.jpeg

7.9 KB

keyboard_buttons-4-2.jpeg

9.5 KB

keyboard_buttons-4-3.jpeg

9.4 KB

keyboard_buttons-4-4.jpeg

9.3 KB

keyboard_buttons-4-5.jpeg

10.6 KB

keyboard_buttons-4-6.jpeg

9.3 KB

keyboard_buttons-4-7.jpeg

11.3 KB

/Code/Chapter04/ch04-serverpush/src/main/webapp/

index.html

0.3 KB

/Code/Chapter04/ch04-servlet/

nb-configuration.xml

1.3 KB

pom.xml

1.8 KB

/Code/Chapter04/ch04-servlet/src/main/java/com/eldermoraes/ch04/servlet/async/

AsyncServlet.java

1.8 KB

/Code/Chapter04/ch04-servlet/src/main/java/com/eldermoraes/ch04/servlet/

InitConfigServlet.java

2.1 KB

LoadOnStartupServlet.java

0.5 KB

/Code/Chapter04/ch04-servlet/src/main/webapp/

index.jsp

0.7 KB

/Code/Chapter04/

README.md

0.0 KB

/Code/Chapter05/ch05-authentication/

nb-configuration.xml

1.3 KB

pom.xml

1.8 KB

/Code/Chapter05/ch05-authentication/src/main/java/com/eldermoraes/ch05/authentication/

AuthenticationMechanism.java

1.7 KB

UserAuthenticationServlet.java

2.1 KB

/Code/Chapter05/ch05-authentication/src/main/webapp/WEB-INF/

beans.xml

0.3 KB

web.xml

0.7 KB

/Code/Chapter05/ch05-authorization/

nb-configuration.xml

1.3 KB

pom.xml

1.8 KB

/Code/Chapter05/ch05-authorization/src/main/java/com/eldermoraes/ch05/authorization/

AuthenticationMechanism.java

2.2 KB

Executable.java

0.1 KB

Role1Executor.java

0.3 KB

Role2Executor.java

0.3 KB

Role3Executor.java

0.3 KB

RoleExecutable.java

0.2 KB

Roles.java

0.3 KB

UserActivity.java

0.9 KB

UserAuthorizationServlet.java

4.4 KB

/Code/Chapter05/ch05-authorization/src/main/webapp/WEB-INF/

beans.xml

0.3 KB

/Code/Chapter05/ch05-declarative/

nb-configuration.xml

1.3 KB

pom.xml

1.8 KB

/Code/Chapter05/ch05-declarative/src/main/java/com/eldermoraes/ch05/declarative/

AdminExecutor.java

0.3 KB

AdminServlet.java

2.8 KB

AuthenticationMechanism.java

2.0 KB

RoleExecutable.java

0.3 KB

Roles.java

0.2 KB

UserBean.java

0.8 KB

UserExecutor.java

0.3 KB

UserServlet.java

2.7 KB

/Code/Chapter05/ch05-declarative/src/main/webapp/WEB-INF/

beans.xml

0.3 KB

/Code/Chapter05/ch05-programmatic/

nb-configuration.xml

1.3 KB

pom.xml

1.8 KB

/Code/Chapter05/ch05-programmatic/src/main/java/com/eldermoraes/ch05/programmatic/

AuthenticationMechanism.java

1.5 KB

OperationServlet.java

2.5 KB

Roles.java

0.2 KB

UserBean.java

0.6 KB

UserIdentityStore.java

1.8 KB

/Code/Chapter05/ch05-programmatic/src/main/webapp/

index.html

0.2 KB

/Code/Chapter05/ch05-programmatic/src/main/webapp/WEB-INF/

beans.xml

0.3 KB

/Code/Chapter05/

README.md

0.0 KB

/Code/Chapter06/ch06-connectionpooling/

nb-configuration.xml

1.3 KB

pom.xml

1.8 KB

/Code/Chapter06/ch06-connectionpooling/src/main/java/com/eldermoraes/ch06/connectionpooling/

ConnectionPool.java

0.5 KB

PoolTestServlet.java

1.1 KB

SysConfig.java

0.4 KB

SysConfigBean.java

1.1 KB

/Code/Chapter06/ch06-connectionpooling/src/main/webapp/

index.html

0.2 KB

/Code/Chapter06/ch06-jms/

nb-configuration.xml

1.3 KB

pom.xml

1.8 KB

/Code/Chapter06/ch06-jms/src/main/java/com/eldermoraes/ch06/jms/

QueueListener.java

0.9 KB

QueueSender.java

1.2 KB

QueueSenderServlet.java

1.0 KB

/Code/Chapter06/ch06-jms/src/main/webapp/

index.html

0.3 KB

/Code/Chapter06/ch06-jms/src/main/webapp/WEB-INF/

beans.xml

0.3 KB

/Code/Chapter06/ch06-lifecycle/

nb-configuration.xml

1.3 KB

pom.xml

2.9 KB

/Code/Chapter06/ch06-lifecycle/src/main/java/com/eldermoraes/ch06/lifecycle/

LifecycleServlet.java

1.8 KB

/Code/Chapter06/ch06-lifecycle/src/main/webapp/

index.html

0.2 KB

/Code/Chapter06/ch06-transaction/

nb-configuration.xml

1.3 KB

pom.xml

2.4 KB

/Code/Chapter06/ch06-transaction/src/main/java/com/eldermoraes/ch06/transaction/

UserBean.java

1.6 KB

/Code/Chapter06/ch06-transaction/src/main/webapp/

index.html

0.2 KB

/Code/Chapter06/ch06-transaction/src/test/java/com/eldermoraes/ch06/transaction/

UserTest.java

1.0 KB

/Code/Chapter06/

README.md

0.0 KB

/Code/Chapter08/ch08-automation/

nb-configuration.xml

1.3 KB

pom.xml

2.8 KB

/Code/Chapter08/ch08-automation/src/main/java/com/eldermoraes/ch08/automation/

JUnitExample.java

0.4 KB

/Code/Chapter08/ch08-automation/src/main/webapp/

index.html

0.2 KB

/Code/Chapter08/ch08-automation/src/test/java/com/eldermoraes/ch08/automation/

JUnitTest.java

1.3 KB

/.../ch08-decoupled-dosomethingwithuser/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/.../ch08-decoupled-dosomethingwithuser/src/main/java/com/eldermoraes/ch08/decoupled/dosomethingwithuser/

ApplicationConfig.java

1.0 KB

DoSomethingService.java

1.9 KB

User.java

0.5 KB

/.../ch08-decoupled-dosomethingwithuser/src/main/webapp/

index.html

0.2 KB

/.../ch08-decoupled-user/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/.../ch08-decoupled-user/src/main/java/com/eldermoraes/ch08/decoupled/user/

ApplicationConfig.java

1.0 KB

User.java

0.5 KB

UserService.java

0.9 KB

/.../ch08-decoupled-user/src/main/webapp/

index.html

0.2 KB

/.../ch08-micro_x_mono-micro-address/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/.../ch08-micro_x_mono-micro-address/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/address/bean/

UserAddressBean.java

1.3 KB

UserAddressBeanMock.java

1.3 KB

/.../ch08-micro_x_mono-micro-address/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/address/entity/

UserAddress.java

2.4 KB

/.../ch08-micro_x_mono-micro-address/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/address/service/

ApplicationConfig.java

0.2 KB

UserAddressService.java

1.9 KB

/.../ch08-micro_x_mono-micro-address/src/main/webapp/

index.html

0.2 KB

/.../ch08-micro_x_mono-micro-gateway/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/.../ch08-micro_x_mono-micro-gateway/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/gateway/

ApplicationConfig.java

0.2 KB

GatewayResource.java

2.4 KB

GatewayResponse.java

0.5 KB

/.../ch08-micro_x_mono-micro-gateway/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/gateway/pojo/

UserAddress.java

2.1 KB

/.../ch08-micro_x_mono-micro-gateway/src/main/webapp/

index.html

0.2 KB

/.../ch08-micro_x_mono-micro-gateway/src/main/webapp/WEB-INF/

beans.xml

0.3 KB

/.../ch08-micro_x_mono-micro-user/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/.../ch08-micro_x_mono-micro-user/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/user/bean/

UserBean.java

1.2 KB

UserBeanMock.java

1.1 KB

/.../ch08-micro_x_mono-micro-user/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/user/entity/

User.java

1.7 KB

/.../ch08-micro_x_mono-micro-user/src/main/java/com/eldermoraes/ch08/micro_x_mono/micro/user/service/

ApplicationConfig.java

0.2 KB

UserService.java

1.6 KB

/.../ch08-micro_x_mono-micro-user/src/main/resources/

config.yml

0.0 KB

/.../ch08-micro_x_mono-micro-user/src/main/resources/META-INF/

beans.xml

0.3 KB

/.../ch08-micro_x_mono-micro-user/src/main/webapp/

index.html

0.2 KB

/.../ch08-micro_x_mono-mono/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/.../ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/bean/

UserAddressBean.java

1.3 KB

UserAddressBeanMock.java

1.2 KB

UserBean.java

1.1 KB

UserBeanMock.java

1.1 KB

/.../ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/entity/

User.java

1.7 KB

UserAddress.java

2.5 KB

/.../ch08-micro_x_mono-mono/src/main/java/com/eldermoraes/ch08/micro_x_mono/mono/service/

ApplicationConfig.java

0.2 KB

UserAddressService.java

1.7 KB

UserService.java

1.6 KB

/.../ch08-micro_x_mono-mono/src/main/webapp/

index.html

0.2 KB

/Code/Chapter08/

README.md

0.0 KB

/.../ch09-async-result/

nb-configuration.xml

1.4 KB

pom.xml

2.2 KB

/.../ch09-async-result/src/main/java/com/eldermoraes/ch09/async/result/

ApplicationConfig.java

0.2 KB

AsyncService.java

0.9 KB

User.java

0.6 KB

/.../ch09-async-result/src/main/java/com/eldermoraes/ch09/async/result/client/

AsyncResultClient.java

1.1 KB

/.../ch09-async-result/src/main/java/com/eldermoraes/ch09/async/result/remote/

UserService.java

0.7 KB

/.../ch09-async-result/src/main/webapp/WEB-INF/

beans.xml

0.3 KB

/.../ch09-async-transaction/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/.../ch09-async-transaction/src/main/java/com/eldermoraes/ch09/async/transaction/

ApplicationConfig.java

0.2 KB

AsyncService.java

1.6 KB

AsyncTask.java

1.3 KB

User.java

0.6 KB

UserBean.java

0.6 KB

/.../ch09-async-transaction/src/main/webapp/

index.html

0.2 KB

/.../ch09-async-transaction/src/main/webapp/WEB-INF/

beans.xml

0.3 KB

/.../ch09-managed-thread/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/.../ch09-managed-thread/src/main/java/com/eldermoraes/ch09/managed/thread/

ApplicationConfig.java

0.2 KB

AsyncService.java

1.0 KB

User.java

0.6 KB

/.../ch09-managed-thread/src/main/java/com/eldermoraes/ch09/managed/thread/remote/

UserBean.java

0.6 KB

/.../ch09-managed-thread/src/main/webapp/

index.html

0.2 KB

/.../ch09-proxy-task/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/.../ch09-proxy-task/src/main/java/com/eldermoraes/ch09/proxy/task/

ApplicationConfig.java

0.2 KB

AsyncService.java

0.6 KB

AsyncTask.java

0.4 KB

ExecutorProxy.java

1.1 KB

User.java

0.7 KB

/.../ch09-proxy-task/src/main/java/com/eldermoraes/ch09/proxy/task/remote/

UserBean.java

0.5 KB

/.../ch09-proxy-task/src/main/webapp/

index.html

0.2 KB

/.../ch09-scheduled-task/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/.../ch09-scheduled-task/src/main/java/com/eldermoraes/ch09/scheduled/task/

ApplicationConfig.java

0.2 KB

AsyncService.java

1.4 KB

AsyncTask.java

0.5 KB

User.java

0.6 KB

/.../ch09-scheduled-task/src/main/java/com/eldermoraes/ch09/scheduled/task/remote/

UserBean.java

0.6 KB

/.../ch09-scheduled-task/src/main/webapp/

index.html

0.2 KB

/.../ch09-task-status/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/.../ch09-task-status/src/main/java/com/eldermoraes/ch09/task/status/

ApplicationConfig.java

0.2 KB

AsyncService.java

1.4 KB

AsyncTask.java

1.9 KB

User.java

0.6 KB

/.../ch09-task-status/src/main/java/com/eldermoraes/ch09/task/status/remote/

UserBean.java

0.5 KB

/.../ch09-task-status/src/main/webapp/

index.html

0.2 KB

/.../ch09-task-status/src/main/webapp/WEB-INF/

beans.xml

0.3 KB

/Code/Chapter09/

README.md

0.0 KB

/.../ch10-async-bean/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/.../ch10-async-bean/src/main/java/com/eldermoraes/ch10/async/bean/

ApplicationConfig.java

0.2 KB

AsyncService.java

1.1 KB

User.java

0.5 KB

UserBean.java

0.7 KB

/.../ch10-async-bean/src/main/webapp/

index.html

0.2 KB

/.../ch10-async-jaxrs/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/.../ch10-async-jaxrs/src/main/java/com/eldermoraes/ch10/async/jaxrs/

ApplicationConfig.java

0.2 KB

AsyncService.java

1.6 KB

User.java

0.5 KB

/.../ch10-async-jaxrs/src/main/java/com/eldermoraes/ch10/async/jaxrs/remote/

UserBean.java

0.7 KB

/.../ch10-async-jaxrs/src/main/webapp/

index.html

0.2 KB

/.../ch10-async-servlet/

nb-configuration.xml

1.3 KB

pom.xml

1.8 KB

/.../ch10-async-servlet/src/main/java/com/eldermoraes/ch10/async/servlet/

User.java

0.5 KB

UserBean.java

0.5 KB

UserServlet.java

1.5 KB

/.../ch10-async-servlet/src/main/webapp/

index.html

0.2 KB

/.../ch10-async-websocket/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/.../ch10-async-websocket/src/main/java/com/eldermoraes/ch10/async/websocket/

ApplicationConfig.java

0.2 KB

AsyncClient.java

1.7 KB

AsyncServer.java

1.1 KB

AsyncService.java

0.6 KB

/.../ch10-async-websocket/src/main/webapp/

index.html

0.2 KB

/.../ch10-completable-future/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/.../ch10-completable-future/src/main/java/com/eldermoraes/ch10/completable/future/

ApplicationConfig.java

0.2 KB

AsyncService.java

0.9 KB

User.java

0.6 KB

UserBean.java

0.5 KB

/.../ch10-completable-future/src/main/webapp/

index.html

0.2 KB

/.../ch10-event-observer/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/.../ch10-event-observer/src/main/java/com/eldermoraes/ch10/event/observer/

ApplicationConfig.java

0.2 KB

AsyncService.java

0.9 KB

User.java

0.5 KB

/.../ch10-event-observer/src/main/webapp/

index.html

0.2 KB

/Code/Chapter10/ch10-mdb/

nb-configuration.xml

1.4 KB

pom.xml

1.8 KB

/Code/Chapter10/ch10-mdb/src/main/java/com/eldermoraes/ch10/mdb/

ApplicationConfig.java

0.2 KB

Consumer.java

0.8 KB

MDBService.java

0.6 KB

Sender.java

0.7 KB

User.java

0.5 KB

/Code/Chapter10/ch10-mdb/src/main/webapp/

index.html

0.2 KB

/Code/Chapter10/

README.md

0.0 KB

/Code/Chapter11/app/

app.war

3.0 KB

/Code/Chapter11/ch11-aws/images/

B00000_037.png

300.4 KB

B00000_038.png

321.6 KB

B00000_039.png

246.5 KB

B00000_040.png

200.8 KB

B00000_041.png

225.8 KB

B00000_042.png

209.2 KB

B00000_043.png

209.1 KB

B00000_044.png

243.3 KB

B00000_045.png

181.2 KB

B00000_046.png

196.6 KB

B00000_047.png

244.2 KB

B00000_048.png

223.2 KB

B00000_049.png

229.9 KB

B00000_050.png

251.4 KB

B00000_051.png

258.3 KB

B00000_052.png

111.4 KB

/Code/Chapter11/ch11-docker/

app.war

3.0 KB

build.sh

0.0 KB

Dockerfile

0.1 KB

push.sh

0.1 KB

run.sh

0.2 KB

/Code/Chapter11/ch11-docker/base/

build.sh

0.0 KB

docker-entrypoint.sh

0.6 KB

Dockerfile

0.9 KB

push.sh

0.0 KB

/Code/Chapter11/ch11-jelastic/images/

B00000_001.png

164.7 KB

B00000_002.png

245.2 KB

B00000_003.png

195.9 KB

B00000_004.png

207.7 KB

B00000_005.png

268.7 KB

B00000_006.png

282.8 KB

B00000_007.png

271.4 KB

B00000_008.png

283.5 KB

B00000_009.png

128.1 KB

B00000_010.png

92.1 KB

B00000_011.png

232.1 KB

B00000_012.png

211.4 KB

B00000_013.png

114.8 KB

/Code/Chapter11/ch11-openshift/

app.war

3.0 KB

build.sh

0.1 KB

Dockerfile

0.3 KB

push.sh

0.0 KB

run.sh

0.2 KB

/Code/Chapter11/ch11-openshift/images/

B00000_053.png

357.7 KB

B00000_054.png

368.5 KB

B00000_055.png

374.2 KB

B00000_056.png

127.6 KB

B00000_057.png

127.6 KB

B00000_058.png

191.9 KB

B00000_059.png

184.2 KB

B00000_060.png

133.7 KB

B00000_061.png

157.6 KB

B00000_062.png

159.0 KB

B00000_063.png

131.5 KB

B00000_064.png

102.4 KB

/Code/Chapter11/ch11-oraclecloud/images/

B00000_014.png

229.5 KB

B00000_015.png

210.9 KB

B00000_016.png

243.2 KB

B00000_017.png

255.7 KB

B00000_018.png

192.4 KB

B00000_019.png

243.8 KB

B00000_020.png

244.0 KB

B00000_021.png

127.9 KB

B00000_022.png

189.8 KB

B00000_023.png

198.8 KB

B00000_024.png

142.3 KB

B00000_025.png

149.9 KB

B00000_026.png

192.7 KB

B00000_027.png

397.0 KB

B00000_028.png

347.2 KB

B00000_029.png

346.1 KB

B00000_030.png

413.5 KB

B00000_031.png

395.0 KB

B00000_032.png

205.8 KB

B00000_033.png

208.6 KB

B00000_034.png

250.3 KB

B00000_035.png

342.9 KB

B00000_036.png

115.7 KB

/Code/Chapter11/

README.md

0.0 KB

/Code/Chapter12/

README.md

0.0 KB

/.../javaee8-rep-template/

nb-configuration.xml

1.3 KB

pom.xml

1.8 KB

/.../javaee8-rep-template/src/main/webapp/

index.html

0.2 KB

/Code/

README.txt

0.1 KB

SoftwareHardware.pdf

198.8 KB

 

Total files 710


Copyright © 2025 FileMood.com