Skip to content

Commit 661a364

Browse files
committed
update reference
1 parent cac35bd commit 661a364

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

Java-RESTful-Client-Example/README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,22 @@ Click **Finish** button to finish the importing
1313

1414
The **BookRepositoryImplRaw.java** includes all raw examples which we create content as XML, JSON and postto RESTful WS
1515
The **BookRepositoryImplJackson.java** includes all raw examples which we use Jackson to convert objects to XML, JSON before sending RESTful WS
16-
The **BookRepositoryImplSpring.java** includes all raw examples about creating RESTful Client With Spring RestTemplate.
17-
The **BookRepositoryImplApacheHttpClient.java** includes all raw examples about creating RESTful Client With Apache Httpcomponents
18-
The **BookRepositoryImplJersey.java** includes all raw examples about creating RESTful Client With Jersey Client library.
19-
The **BookRepositoryImplResteasy.java** includes all raw examples about creating RESTful Client With Resteasy Client API.
20-
The **BookRepositoryImplResteasyProxy.java, SimpleResteasyProxyClient.java** includes all raw examples about creating RESTful Client With Resteasy Client Proxy
21-
The **BookRepositoryImplCXFProxy.java, BookResource.java** includes all raw examples about creating Java RESTful Client Using Apache CXF Proxy-based API
16+
The **BookRepositoryImplSpring.java** includes all raw examples about creating Java REST Client With Spring RestTemplate.
17+
The **BookRepositoryImplApacheHttpClient.java** includes all raw examples about creating Java REST Client With Apache Httpcomponents
18+
The **BookRepositoryImplJersey.java** includes all raw examples about creating Java REST Client With Jersey Client library.
19+
The **BookRepositoryImplResteasy.java** includes all raw examples about creating Java REST Client With Resteasy Client API.
20+
The **BookRepositoryImplResteasyProxy.java, SimpleResteasyProxyClient.java** includes all raw examples about creating Java REST Client With Resteasy Client Proxy
21+
The **BookRepositoryImplCXFProxy.java, BookResource.java** includes all raw examples about creating Java Java REST Client Using Apache CXF Proxy-based API
2222
Framework.
23-
The **BookResourceFeign.java, BookRepositoryImplFeign.java** includes all raw examples about creating Java RESTful Client Using Netflix Feign
23+
The **BookResourceFeign.java, BookRepositoryImplFeign.java** includes all raw examples about creating Java Java REST Client Using Netflix Feign
2424

2525
Source code are described:
26-
###[Simple Java RESTful Web Service Clients](http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/)
27-
###[Java RESTful Client With Spring RestTemplate](http://howtoprogram.xyz/2016/07/03/java-restful-client-spring-resttemplate/)
2826
###[Convert Java Objects To JSON And Vice Versa](http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/)
29-
###[Java RESTful Client With Apache Httpcomponents](http://howtoprogram.xyz/2016/07/04/java-restful-client-spring-apache-httpcomponents/)
30-
###[Java RESTful Client With Jersey Client](http://howtoprogram.xyz/2016/07/05/java-restful-client-jersey-client/)
31-
###[Java RESTful Client With Resteasy Client](http://howtoprogram.xyz/2016/07/12/java-restful-client-resteasy-client/)
32-
###[Java RESTful Client Using Apache CXF Proxy-based API](howtoprogram.xyz/2016/07/15/java-restful-client-using-apache-cxf-proxy-based-api/)
33-
###[Java RESTful Client Using Netflix Feign](http://howtoprogram.xyz/2016/07/18/java-restful-client-using-netflix-feign/)
27+
###[Simple Java REST Client Using java.net.URL package](http://howtoprogram.xyz/2016/07/02/simple-java-rest-client-using-java-net-url-package)
28+
###[Java REST Client Using Spring RestTemplate](http://howtoprogram.xyz/2016/07/03/java-rest-client-using-spring-resttemplate/)
29+
###[Java REST Client Using Apache Httpcomponents](http://howtoprogram.xyz/2016/07/04/java-rest-client-using-spring-apache-httpcomponents/)
30+
###[Java REST Client Using Jersey Client](http://howtoprogram.xyz/2016/07/05/java-rest-client-using-jersey-client/)
31+
###[Java REST Client Using Resteasy Client](http://howtoprogram.xyz/2016/07/12/java-rest-client-using-resteasy-client/)
32+
###[Java REST Client Using Resteasy Client Proxy Framework](http://howtoprogram.xyz/2016/07/13/java-rest-client-using-resteasy-client-proxy-framework/)
33+
###[Java REST Client Using Apache CXF Proxy based API](http://howtoprogram.xyz/2016/07/15/java-rest-client-using-apache-cxf-proxy-based-api/)
34+
###[Java REST Client Using Netflix Feign](http://howtoprogram.xyz/2016/07/18/java-rest-client-using-netflix-feign/)

0 commit comments

Comments
 (0)