Skip to content

Commit 5eb07d3

Browse files
committed
modified desc
1 parent 1182d03 commit 5eb07d3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Java-RESTful-Client-Example/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,25 @@ Click **Finish** button to finish the importing
1111

1212
## 2. The souce code
1313

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+
1516
The **BookRepositoryImplJackson.java** includes all raw examples which we use Jackson to convert objects to XML, JSON before sending RESTful WS
17+
1618
The **BookRepositoryImplSpring.java** includes all raw examples about creating Java REST Client With Spring RestTemplate.
19+
1720
The **BookRepositoryImplApacheHttpClient.java** includes all raw examples about creating Java REST Client With Apache Httpcomponents
21+
1822
The **BookRepositoryImplJersey.java** includes all raw examples about creating Java REST Client With Jersey Client library.
23+
1924
The **BookRepositoryImplResteasy.java** includes all raw examples about creating Java REST Client With Resteasy Client API.
25+
2026
The **BookRepositoryImplResteasyProxy.java, SimpleResteasyProxyClient.java** includes all raw examples about creating Java REST Client With Resteasy Client Proxy
27+
2128
The **BookRepositoryImplCXFProxy.java, BookResource.java** includes all raw examples about creating Java Java REST Client Using Apache CXF Proxy-based API
2229
Framework.
30+
2331
The **BookResourceFeign.java, BookRepositoryImplFeign.java** includes all raw examples about creating Java Java REST Client Using Netflix Feign
32+
2433
The **BookRepositoryImplUnirest.java** includes all raw examples about creating Java Java REST Client Using Unirest Java API
2534

2635
Source code are described:

0 commit comments

Comments
 (0)