Filename Size Code/chapter01/resteasy-examples/.classpath 1.2 KB Code/chapter01/resteasy-examples/.project 1.5 KB Code/chapter01/resteasy-examples/.settings/.jsdtscope 562 B Code/chapter01/resteasy-examples/.settings/org.eclipse.core.resources.prefs 85 B Code/chapter01/resteasy-examples/.settings/org.eclipse.jdt.core.prefs 422 B Code/chapter01/resteasy-examples/.settings/org.eclipse.m2e.core.prefs 86 B Code/chapter01/resteasy-examples/.settings/org.eclipse.wst.common.component 682 B Code/chapter01/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml 309 B Code/chapter01/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.xml 337 B Code/chapter01/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.container 49 B Code/chapter01/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.name 6 B Code/chapter01/resteasy-examples/.settings/org.eclipse.wst.validation.prefs 48 B Code/chapter01/resteasy-examples/pom.xml 2.7 KB Code/chapter01/resteasy-examples/src/main/java/com/packtpub/resteasy/entities/Person.java 824 B Code/chapter01/resteasy-examples/src/main/java/com/packtpub/resteasy/services/MyRestEasyApplication.java 468 B Code/chapter01/resteasy-examples/src/main/java/com/packtpub/resteasy/services/PersonService.java 1.2 KB Code/chapter01/resteasy-examples/src/main/webapp/index.jsp 167 B Code/chapter01/resteasy-examples/src/main/webapp/WEB-INF/web.xml 279 B Code/chapter02/basic-authentication/resteasy-examples/.classpath 1.2 KB Code/chapter02/basic-authentication/resteasy-examples/.project 1.5 KB Code/chapter02/basic-authentication/resteasy-examples/.settings/.jsdtscope 562 B Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.core.resources.prefs 85 B Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.jdt.core.prefs 422 B Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.m2e.core.prefs 86 B Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.wst.common.component 682 B Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml 309 B Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.xml 337 B Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.container 49 B Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.name 6 B Code/chapter02/basic-authentication/resteasy-examples/.settings/org.eclipse.wst.validation.prefs 48 B Code/chapter02/basic-authentication/resteasy-examples/pom.xml 2.5 KB Code/chapter02/basic-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/entities/Person.java 824 B Code/chapter02/basic-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/services/MyRestEasyApplication.java 468 B Code/chapter02/basic-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/services/PersonService.java 1.2 KB Code/chapter02/basic-authentication/resteasy-examples/src/main/webapp/index.jsp 167 B Code/chapter02/basic-authentication/resteasy-examples/src/main/webapp/WEB-INF/jboss-web.xml 112 B Code/chapter02/basic-authentication/resteasy-examples/src/main/webapp/WEB-INF/web.xml 974 B Code/chapter02/basic-authentication/resteasy-examples/target/classes/com/packtpub/resteasy/entities/Person.class 1.2 KB Code/chapter02/basic-authentication/resteasy-examples/target/classes/com/packtpub/resteasy/services/MyRestEasyApplication.class 891 B Code/chapter02/basic-authentication/resteasy-examples/target/classes/com/packtpub/resteasy/services/PersonService.class 2.4 KB Code/chapter02/basic-authentication/resteasy-examples/target/maven-archiver/pom.properties 121 B Code/chapter02/basic-authentication/resteasy-examples/target/resteasy-examples.war 6.6 KB Code/chapter02/basic-authentication/resteasy-examples/target/resteasy-examples/index.jsp 167 B Code/chapter02/basic-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/entities/Person.class 1.2 KB Code/chapter02/basic-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/services/MyRestEasyApplication.class 891 B Code/chapter02/basic-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/services/PersonService.class 2.4 KB Code/chapter02/basic-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/jboss-web.xml 112 B Code/chapter02/basic-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/web.xml 974 B Code/chapter02/client-cert-authentication/certificates/client.pfx 5.4 KB Code/chapter02/client-cert-authentication/certificates/server.keystore 3.8 KB Code/chapter02/client-cert-authentication/certificates/server.truststore 1.6 KB Code/chapter02/client-cert-authentication/resteasy-examples/.classpath 1.2 KB Code/chapter02/client-cert-authentication/resteasy-examples/.project 1.5 KB Code/chapter02/client-cert-authentication/resteasy-examples/.settings/.jsdtscope 562 B Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.core.resources.prefs 85 B Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.jdt.core.prefs 422 B Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.m2e.core.prefs 86 B Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.wst.common.component 682 B Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml 309 B Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.xml 337 B Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.container 49 B Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.name 6 B Code/chapter02/client-cert-authentication/resteasy-examples/.settings/org.eclipse.wst.validation.prefs 48 B Code/chapter02/client-cert-authentication/resteasy-examples/pom.xml 2.5 KB Code/chapter02/client-cert-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/entities/Person.java 824 B Code/chapter02/client-cert-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/services/MyRestEasyApplication.java 468 B Code/chapter02/client-cert-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/services/PersonService.java 1.2 KB Code/chapter02/client-cert-authentication/resteasy-examples/src/main/webapp/index.jsp 167 B Code/chapter02/client-cert-authentication/resteasy-examples/src/main/webapp/WEB-INF/jboss-web.xml 131 B Code/chapter02/client-cert-authentication/resteasy-examples/src/main/webapp/WEB-INF/web.xml 1.1 KB Code/chapter02/client-cert-authentication/resteasy-examples/target/classes/com/packtpub/resteasy/entities/Person.class 1.2 KB Code/chapter02/client-cert-authentication/resteasy-examples/target/classes/com/packtpub/resteasy/services/MyRestEasyApplication.class 891 B Code/chapter02/client-cert-authentication/resteasy-examples/target/classes/com/packtpub/resteasy/services/PersonService.class 2.4 KB Code/chapter02/client-cert-authentication/resteasy-examples/target/maven-archiver/pom.properties 121 B Code/chapter02/client-cert-authentication/resteasy-examples/target/resteasy-examples.war 6.7 KB Code/chapter02/client-cert-authentication/resteasy-examples/target/resteasy-examples/index.jsp 167 B Code/chapter02/client-cert-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/entities/Person.class 1.2 KB Code/chapter02/client-cert-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/services/MyRestEasyApplication.class 891 B Code/chapter02/client-cert-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/classes/com/packtpub/resteasy/services/PersonService.class 2.4 KB Code/chapter02/client-cert-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/jboss-web.xml 131 B Code/chapter02/client-cert-authentication/resteasy-examples/target/resteasy-examples/WEB-INF/web.xml 1.1 KB Code/chapter02/client-cert-authentication/steps to generate certificates 3 KB Code/chapter02/digest-authentication/resteasy-examples/.classpath 1.2 KB Code/chapter02/digest-authentication/resteasy-examples/.project 1.5 KB Code/chapter02/digest-authentication/resteasy-examples/.settings/.jsdtscope 562 B Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.core.resources.prefs 85 B Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.jdt.core.prefs 422 B Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.m2e.core.prefs 86 B Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.wst.common.component 682 B Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml 309 B Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.wst.common.project.facet.core.xml 337 B Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.container 49 B Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.wst.jsdt.ui.superType.name 6 B Code/chapter02/digest-authentication/resteasy-examples/.settings/org.eclipse.wst.validation.prefs 48 B Code/chapter02/digest-authentication/resteasy-examples/pom.xml 2.5 KB Code/chapter02/digest-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/entities/Person.java 824 B Code/chapter02/digest-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/services/MyRestEasyApplication.java 468 B Code/chapter02/digest-authentication/resteasy-examples/src/main/java/com/packtpub/resteasy/services/PersonService.java 1.2 KB Code/chapter02/digest-authentication/resteasy-examples/src/main/webapp/index.jsp 167 B