Skip to content

Sunil Gulabani - Developing RESTful Web Services with Jersey 2.0 - 2013

Unverified source. This magnet is from an unverified source. The content may be unsafe or mislabeled. Proceed with caution.
Title: Sunil Gulabani - Developing RESTfulGroup: 2013Source: WEBAudio: 2.0
Info Hash
691662E7F6A8C2945950B0E79BB8F6FC363020B7
Source
Unverified
Total Size
57.12 MB
Total Files
100
Seeders
1
Leechers
0
Health
1.00
Score
2
Type
App

File List

FileSize
Code/Chapter 2/.classpath409 B
Code/Chapter 2/.project1005 B
Code/Chapter 2/.settings/.jsdtscope491 B
Code/Chapter 2/.settings/oracle.eclipse.tools.webtier.ui.prefs59 B
Code/Chapter 2/.settings/org.eclipse.jdt.core.prefs357 B
Code/Chapter 2/.settings/org.eclipse.wst.common.component469 B
Code/Chapter 2/.settings/org.eclipse.wst.common.project.facet.core.xml296 B
Code/Chapter 2/.settings/org.eclipse.wst.jsdt.ui.superType.container49 B
Code/Chapter 2/.settings/org.eclipse.wst.jsdt.ui.superType.name6 B
Code/Chapter 2/build/classes/com/chapter2/bean/UserBean.class1.12 KB
Code/Chapter 2/build/classes/com/chapter2/bean/UserResource.class925 B
Code/Chapter 2/build/classes/com/chapter2/DeleteResource.class1020 B
Code/Chapter 2/build/classes/com/chapter2/GetResource.class2.9 KB
Code/Chapter 2/build/classes/com/chapter2/PostResource.class1.73 KB
Code/Chapter 2/build/classes/com/chapter2/PutResource.class998 B
Code/Chapter 2/build/classes/com/chapter2/User.class758 B
Code/Chapter 2/src/com/chapter2/bean/UserBean.java669 B
Code/Chapter 2/src/com/chapter2/bean/UserResource.java294 B
Code/Chapter 2/src/com/chapter2/DeleteResource.java347 B
Code/Chapter 2/src/com/chapter2/GetResource.java1.72 KB
Code/Chapter 2/src/com/chapter2/PostResource.java775 B
Code/Chapter 2/src/com/chapter2/PutResource.java326 B
Code/Chapter 2/src/com/chapter2/User.java370 B
Code/Chapter 2/WebContent/consumeExample.html1.13 KB
Code/Chapter 2/WebContent/deleteExample.html1.02 KB
Code/Chapter 2/WebContent/index.html1.31 KB
Code/Chapter 2/WebContent/META-INF/MANIFEST.MF39 B
Code/Chapter 2/WebContent/postExample.html438 B
Code/Chapter 2/WebContent/putExample.html1.09 KB
Code/Chapter 2/WebContent/WEB-INF/lib/asm-all-repackaged-2.2.0-b14.jar312.62 KB
Code/Chapter 2/WebContent/WEB-INF/lib/cglib-2.2.0-b14.jar276.19 KB
Code/Chapter 2/WebContent/WEB-INF/lib/guava-14.0.1.jar2.09 MB
Code/Chapter 2/WebContent/WEB-INF/lib/hk2-api-2.2.0-b14.jar123.27 KB
Code/Chapter 2/WebContent/WEB-INF/lib/hk2-locator-2.2.0-b14.jar130.22 KB
Code/Chapter 2/WebContent/WEB-INF/lib/hk2-utils-2.2.0-b14.jar52.13 KB
Code/Chapter 2/WebContent/WEB-INF/lib/javax.annotation-api-1.2.jar25.75 KB
Code/Chapter 2/WebContent/WEB-INF/lib/javax.inject-2.2.0-b14.jar5.85 KB
Code/Chapter 2/WebContent/WEB-INF/lib/javax.ws.rs-api-2.0.jar110.12 KB
Code/Chapter 2/WebContent/WEB-INF/lib/jersey-client-2.2.jar114.35 KB
Code/Chapter 2/WebContent/WEB-INF/lib/jersey-common-2.2.jar586.44 KB
Code/Chapter 2/WebContent/WEB-INF/lib/jersey-container-servlet-core-2.2.jar51.58 KB
Code/Chapter 2/WebContent/WEB-INF/lib/jersey-server-2.2.jar782.32 KB
Code/Chapter 2/WebContent/WEB-INF/lib/jsonp-jaxrs-1.0-b06.jar7.66 KB
Code/Chapter 2/WebContent/WEB-INF/lib/osgi-resource-locator-1.0.1.jar19.76 KB
Code/Chapter 2/WebContent/WEB-INF/lib/validation-api-1.1.0.Final.jar62.28 KB
Code/Chapter 2/WebContent/WEB-INF/web.xml1.01 KB
Code/Chapter 3/.classpath409 B
Code/Chapter 3/.project1005 B
Code/Chapter 3/.settings/.jsdtscope491 B
Code/Chapter 3/.settings/org.eclipse.jdt.core.prefs357 B
Code/Chapter 3/.settings/org.eclipse.wst.common.component469 B
Code/Chapter 3/.settings/org.eclipse.wst.common.project.facet.core.xml296 B
Code/Chapter 3/.settings/org.eclipse.wst.jsdt.ui.superType.container49 B
Code/Chapter 3/.settings/org.eclipse.wst.jsdt.ui.superType.name6 B
Code/Chapter 3/build/classes/com/chapter3/Person.class955 B
Code/Chapter 3/build/classes/com/chapter3/PersonReader.class2.65 KB
Code/Chapter 3/build/classes/com/chapter3/PersonResource.class977 B
Code/Chapter 3/build/classes/com/chapter3/PersonWriter.class3.07 KB
Code/Chapter 3/build/classes/com/chapter3/ResourceClient.class8.4 KB
Code/Chapter 3/build/classes/com/chapter3/UserBean.class1.11 KB
Code/Chapter 3/src/com/chapter3/Person.java545 B
Code/Chapter 3/src/com/chapter3/PersonReader.java1.17 KB
Code/Chapter 3/src/com/chapter3/PersonResource.java333 B
Code/Chapter 3/src/com/chapter3/PersonWriter.java1.44 KB
Code/Chapter 3/src/com/chapter3/ResourceClient.java8.48 KB
Code/Chapter 3/src/com/chapter3/UserBean.java664 B
Code/Chapter 3/WebContent/META-INF/MANIFEST.MF39 B
Code/Chapter 3/WebContent/WEB-INF/lib/asm-all-repackaged-2.2.0-b14.jar312.62 KB
Code/Chapter 3/WebContent/WEB-INF/lib/cglib-2.2.0-b14.jar276.19 KB
Code/Chapter 3/WebContent/WEB-INF/lib/guava-14.0.1.jar2.09 MB
Code/Chapter 3/WebContent/WEB-INF/lib/hk2-api-2.2.0-b14.jar123.27 KB
Code/Chapter 3/WebContent/WEB-INF/lib/hk2-locator-2.2.0-b14.jar130.22 KB
Code/Chapter 3/WebContent/WEB-INF/lib/hk2-utils-2.2.0-b14.jar52.13 KB
Code/Chapter 3/WebContent/WEB-INF/lib/javax.annotation-api-1.2.jar25.75 KB
Code/Chapter 3/WebContent/WEB-INF/lib/javax.inject-2.2.0-b14.jar5.85 KB
Code/Chapter 3/WebContent/WEB-INF/lib/javax.json-1.0.2.jar77.45 KB
Code/Chapter 3/WebContent/WEB-INF/lib/javax.json-api-1.0.jar19.29 KB
Code/Chapter 3/WebContent/WEB-INF/lib/javax.ws.rs-api-2.0.jar110.12 KB
Code/Chapter 3/WebContent/WEB-INF/lib/jersey-client-2.2.jar114.35 KB
Code/Chapter 3/WebContent/WEB-INF/lib/jersey-common-2.2.jar586.44 KB
Code/Chapter 3/WebContent/WEB-INF/lib/jersey-container-servlet-core-2.2.jar51.58 KB
Code/Chapter 3/WebContent/WEB-INF/lib/jersey-media-json-processing-2.2.jar6.26 KB
Code/Chapter 3/WebContent/WEB-INF/lib/jersey-server-2.2.jar782.32 KB
Code/Chapter 3/WebContent/WEB-INF/lib/jsonp-jaxrs-1.0-b06.jar7.66 KB
Code/Chapter 3/WebContent/WEB-INF/lib/osgi-resource-locator-1.0.1.jar19.76 KB
Code/Chapter 3/WebContent/WEB-INF/lib/validation-api-1.1.0.Final.jar62.28 KB
Code/Chapter 3/WebContent/WEB-INF/web.xml931 B
Code/Chapter 4/Chapter4_Jackson/.classpath588 B
Code/Chapter 4/Chapter4_Jackson/.project1.02 KB
Code/Chapter 4/Chapter4_Jackson/.settings/.jsdtscope503 B
Code/Chapter 4/Chapter4_Jackson/.settings/org.eclipse.jdt.core.prefs364 B
Code/Chapter 4/Chapter4_Jackson/.settings/org.eclipse.wst.common.component500 B
Code/Chapter 4/Chapter4_Jackson/.settings/org.eclipse.wst.common.project.facet.core.xml305 B
Code/Chapter 4/Chapter4_Jackson/.settings/org.eclipse.wst.jsdt.ui.superType.container49 B
Code/Chapter 4/Chapter4_Jackson/.settings/org.eclipse.wst.jsdt.ui.superType.name6 B
Code/Chapter 4/Chapter4_Jackson/build/classes/com/chapter4/jackson/JacksonResource.class867 B
Code/Chapter 4/Chapter4_Jackson/build/classes/com/chapter4/jackson/MyObjectMapperProvider.class4.28 KB
Code/Chapter 4/Chapter4_Jackson/build/classes/com/chapter4/jackson/ResourceClient.class2.56 KB
Code/Chapter 4/Chapter4_Jackson/build/classes/com/chapter4/jackson/User.class1.28 KB
Code/Chapter 4/Chapter4_Jackson/build/classes/com/chapter4/jackson/UserBean.class1.13 KB

Trackers

No trackers found.