You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Java-RESTful-Client-Example/README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,25 @@ Click **Finish** button to finish the importing
11
11
12
12
## 2. The souce code
13
13
14
-
The **BookRepositoryImplRaw.java** includes all raw examples which we create content as XML, JSON and postto RESTful WS
14
+
The **BookRepositoryImplRaw.java** includes all raw examples which we create content as XML, JSON and post to RESTful WS
15
+
15
16
The **BookRepositoryImplJackson.java** includes all raw examples which we use Jackson to convert objects to XML, JSON before sending RESTful WS
17
+
16
18
The **BookRepositoryImplSpring.java** includes all raw examples about creating Java REST Client With Spring RestTemplate.
19
+
17
20
The **BookRepositoryImplApacheHttpClient.java** includes all raw examples about creating Java REST Client With Apache Httpcomponents
21
+
18
22
The **BookRepositoryImplJersey.java** includes all raw examples about creating Java REST Client With Jersey Client library.
23
+
19
24
The **BookRepositoryImplResteasy.java** includes all raw examples about creating Java REST Client With Resteasy Client API.
25
+
20
26
The **BookRepositoryImplResteasyProxy.java, SimpleResteasyProxyClient.java** includes all raw examples about creating Java REST Client With Resteasy Client Proxy
27
+
21
28
The **BookRepositoryImplCXFProxy.java, BookResource.java** includes all raw examples about creating Java Java REST Client Using Apache CXF Proxy-based API
22
29
Framework.
30
+
23
31
The **BookResourceFeign.java, BookRepositoryImplFeign.java** includes all raw examples about creating Java Java REST Client Using Netflix Feign
32
+
24
33
The **BookRepositoryImplUnirest.java** includes all raw examples about creating Java Java REST Client Using Unirest Java API
0 commit comments