Sunil Gulabani - Developing RESTful Web Services with Jersey 2.0 - 2013
File List
| File | Size |
|---|---|
| Code/Chapter 2/.classpath | 409 B |
| Code/Chapter 2/.project | 1005 B |
| Code/Chapter 2/.settings/.jsdtscope | 491 B |
| Code/Chapter 2/.settings/oracle.eclipse.tools.webtier.ui.prefs | 59 B |
| Code/Chapter 2/.settings/org.eclipse.jdt.core.prefs | 357 B |
| Code/Chapter 2/.settings/org.eclipse.wst.common.component | 469 B |
| Code/Chapter 2/.settings/org.eclipse.wst.common.project.facet.core.xml | 296 B |
| Code/Chapter 2/.settings/org.eclipse.wst.jsdt.ui.superType.container | 49 B |
| Code/Chapter 2/.settings/org.eclipse.wst.jsdt.ui.superType.name | 6 B |
| Code/Chapter 2/build/classes/com/chapter2/bean/UserBean.class | 1.12 KB |
| Code/Chapter 2/build/classes/com/chapter2/bean/UserResource.class | 925 B |
| Code/Chapter 2/build/classes/com/chapter2/DeleteResource.class | 1020 B |
| Code/Chapter 2/build/classes/com/chapter2/GetResource.class | 2.9 KB |
| Code/Chapter 2/build/classes/com/chapter2/PostResource.class | 1.73 KB |
| Code/Chapter 2/build/classes/com/chapter2/PutResource.class | 998 B |
| Code/Chapter 2/build/classes/com/chapter2/User.class | 758 B |
| Code/Chapter 2/src/com/chapter2/bean/UserBean.java | 669 B |
| Code/Chapter 2/src/com/chapter2/bean/UserResource.java | 294 B |
| Code/Chapter 2/src/com/chapter2/DeleteResource.java | 347 B |
| Code/Chapter 2/src/com/chapter2/GetResource.java | 1.72 KB |
| Code/Chapter 2/src/com/chapter2/PostResource.java | 775 B |
| Code/Chapter 2/src/com/chapter2/PutResource.java | 326 B |
| Code/Chapter 2/src/com/chapter2/User.java | 370 B |
| Code/Chapter 2/WebContent/consumeExample.html | 1.13 KB |
| Code/Chapter 2/WebContent/deleteExample.html | 1.02 KB |
| Code/Chapter 2/WebContent/index.html | 1.31 KB |
| Code/Chapter 2/WebContent/META-INF/MANIFEST.MF | 39 B |
| Code/Chapter 2/WebContent/postExample.html | 438 B |
| Code/Chapter 2/WebContent/putExample.html | 1.09 KB |
| Code/Chapter 2/WebContent/WEB-INF/lib/asm-all-repackaged-2.2.0-b14.jar | 312.62 KB |
| Code/Chapter 2/WebContent/WEB-INF/lib/cglib-2.2.0-b14.jar | 276.19 KB |
| Code/Chapter 2/WebContent/WEB-INF/lib/guava-14.0.1.jar | 2.09 MB |
| Code/Chapter 2/WebContent/WEB-INF/lib/hk2-api-2.2.0-b14.jar | 123.27 KB |
| Code/Chapter 2/WebContent/WEB-INF/lib/hk2-locator-2.2.0-b14.jar | 130.22 KB |
| Code/Chapter 2/WebContent/WEB-INF/lib/hk2-utils-2.2.0-b14.jar | 52.13 KB |
| Code/Chapter 2/WebContent/WEB-INF/lib/javax.annotation-api-1.2.jar | 25.75 KB |
| Code/Chapter 2/WebContent/WEB-INF/lib/javax.inject-2.2.0-b14.jar | 5.85 KB |
| Code/Chapter 2/WebContent/WEB-INF/lib/javax.ws.rs-api-2.0.jar | 110.12 KB |
| Code/Chapter 2/WebContent/WEB-INF/lib/jersey-client-2.2.jar | 114.35 KB |
| Code/Chapter 2/WebContent/WEB-INF/lib/jersey-common-2.2.jar | 586.44 KB |
| Code/Chapter 2/WebContent/WEB-INF/lib/jersey-container-servlet-core-2.2.jar | 51.58 KB |
| Code/Chapter 2/WebContent/WEB-INF/lib/jersey-server-2.2.jar | 782.32 KB |
| Code/Chapter 2/WebContent/WEB-INF/lib/jsonp-jaxrs-1.0-b06.jar | 7.66 KB |
| Code/Chapter 2/WebContent/WEB-INF/lib/osgi-resource-locator-1.0.1.jar | 19.76 KB |
| Code/Chapter 2/WebContent/WEB-INF/lib/validation-api-1.1.0.Final.jar | 62.28 KB |
| Code/Chapter 2/WebContent/WEB-INF/web.xml | 1.01 KB |
| Code/Chapter 3/.classpath | 409 B |
| Code/Chapter 3/.project | 1005 B |
| Code/Chapter 3/.settings/.jsdtscope | 491 B |
| Code/Chapter 3/.settings/org.eclipse.jdt.core.prefs | 357 B |
| Code/Chapter 3/.settings/org.eclipse.wst.common.component | 469 B |
| Code/Chapter 3/.settings/org.eclipse.wst.common.project.facet.core.xml | 296 B |
| Code/Chapter 3/.settings/org.eclipse.wst.jsdt.ui.superType.container | 49 B |
| Code/Chapter 3/.settings/org.eclipse.wst.jsdt.ui.superType.name | 6 B |
| Code/Chapter 3/build/classes/com/chapter3/Person.class | 955 B |
| Code/Chapter 3/build/classes/com/chapter3/PersonReader.class | 2.65 KB |
| Code/Chapter 3/build/classes/com/chapter3/PersonResource.class | 977 B |
| Code/Chapter 3/build/classes/com/chapter3/PersonWriter.class | 3.07 KB |
| Code/Chapter 3/build/classes/com/chapter3/ResourceClient.class | 8.4 KB |
| Code/Chapter 3/build/classes/com/chapter3/UserBean.class | 1.11 KB |
| Code/Chapter 3/src/com/chapter3/Person.java | 545 B |
| Code/Chapter 3/src/com/chapter3/PersonReader.java | 1.17 KB |
| Code/Chapter 3/src/com/chapter3/PersonResource.java | 333 B |
| Code/Chapter 3/src/com/chapter3/PersonWriter.java | 1.44 KB |
| Code/Chapter 3/src/com/chapter3/ResourceClient.java | 8.48 KB |
| Code/Chapter 3/src/com/chapter3/UserBean.java | 664 B |
| Code/Chapter 3/WebContent/META-INF/MANIFEST.MF | 39 B |
| Code/Chapter 3/WebContent/WEB-INF/lib/asm-all-repackaged-2.2.0-b14.jar | 312.62 KB |
| Code/Chapter 3/WebContent/WEB-INF/lib/cglib-2.2.0-b14.jar | 276.19 KB |
| Code/Chapter 3/WebContent/WEB-INF/lib/guava-14.0.1.jar | 2.09 MB |
| Code/Chapter 3/WebContent/WEB-INF/lib/hk2-api-2.2.0-b14.jar | 123.27 KB |
| Code/Chapter 3/WebContent/WEB-INF/lib/hk2-locator-2.2.0-b14.jar | 130.22 KB |
| Code/Chapter 3/WebContent/WEB-INF/lib/hk2-utils-2.2.0-b14.jar | 52.13 KB |
| Code/Chapter 3/WebContent/WEB-INF/lib/javax.annotation-api-1.2.jar | 25.75 KB |
| Code/Chapter 3/WebContent/WEB-INF/lib/javax.inject-2.2.0-b14.jar | 5.85 KB |
| Code/Chapter 3/WebContent/WEB-INF/lib/javax.json-1.0.2.jar | 77.45 KB |
| Code/Chapter 3/WebContent/WEB-INF/lib/javax.json-api-1.0.jar | 19.29 KB |
| Code/Chapter 3/WebContent/WEB-INF/lib/javax.ws.rs-api-2.0.jar | 110.12 KB |
| Code/Chapter 3/WebContent/WEB-INF/lib/jersey-client-2.2.jar | 114.35 KB |
| Code/Chapter 3/WebContent/WEB-INF/lib/jersey-common-2.2.jar | 586.44 KB |
| Code/Chapter 3/WebContent/WEB-INF/lib/jersey-container-servlet-core-2.2.jar | 51.58 KB |
| Code/Chapter 3/WebContent/WEB-INF/lib/jersey-media-json-processing-2.2.jar | 6.26 KB |
| Code/Chapter 3/WebContent/WEB-INF/lib/jersey-server-2.2.jar | 782.32 KB |
| Code/Chapter 3/WebContent/WEB-INF/lib/jsonp-jaxrs-1.0-b06.jar | 7.66 KB |
| Code/Chapter 3/WebContent/WEB-INF/lib/osgi-resource-locator-1.0.1.jar | 19.76 KB |
| Code/Chapter 3/WebContent/WEB-INF/lib/validation-api-1.1.0.Final.jar | 62.28 KB |
| Code/Chapter 3/WebContent/WEB-INF/web.xml | 931 B |
| Code/Chapter 4/Chapter4_Jackson/.classpath | 588 B |
| Code/Chapter 4/Chapter4_Jackson/.project | 1.02 KB |
| Code/Chapter 4/Chapter4_Jackson/.settings/.jsdtscope | 503 B |
| Code/Chapter 4/Chapter4_Jackson/.settings/org.eclipse.jdt.core.prefs | 364 B |
| Code/Chapter 4/Chapter4_Jackson/.settings/org.eclipse.wst.common.component | 500 B |
| Code/Chapter 4/Chapter4_Jackson/.settings/org.eclipse.wst.common.project.facet.core.xml | 305 B |
| Code/Chapter 4/Chapter4_Jackson/.settings/org.eclipse.wst.jsdt.ui.superType.container | 49 B |
| Code/Chapter 4/Chapter4_Jackson/.settings/org.eclipse.wst.jsdt.ui.superType.name | 6 B |
| Code/Chapter 4/Chapter4_Jackson/build/classes/com/chapter4/jackson/JacksonResource.class | 867 B |
| Code/Chapter 4/Chapter4_Jackson/build/classes/com/chapter4/jackson/MyObjectMapperProvider.class | 4.28 KB |
| Code/Chapter 4/Chapter4_Jackson/build/classes/com/chapter4/jackson/ResourceClient.class | 2.56 KB |
| Code/Chapter 4/Chapter4_Jackson/build/classes/com/chapter4/jackson/User.class | 1.28 KB |
| Code/Chapter 4/Chapter4_Jackson/build/classes/com/chapter4/jackson/UserBean.class | 1.13 KB |
Trackers
No trackers found.