File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Java-RESTful-Client-Example Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ Open the **Application.java**
1919This RESTful ws provides API for all below sub projects:
2020###[ Simple Java RESTful Web Service Clients] ( http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/ )
2121###[ RESTful Client With Spring RestTemplate] ( http://howtoprogram.xyz/2016/07/03/java-restful-client-spring-resttemplate/ )
22- ###[ Java RESTful Client With Apache Httpcomponents] ( http://howtoprogram.xyz/2016/07/04/java-restful-client-spring-apache-httpcomponents/ )
22+ ###[ Java RESTful Client With Apache Httpcomponents] ( http://howtoprogram.xyz/2016/07/04/java-restful-client-spring-apache-httpcomponents/ )
23+ ###[ Java RESTful Client With Jersey Client] ( http://howtoprogram.xyz/2016/07/05/java-restful-client-jersey-client/ )
Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ Source code are described in **[Convert Java Objects To JSON And Vice Versa](htt
1919## Related articles
2020###[ Simple Java RESTful Web Service Clients] ( http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/ )
2121###[ RESTful Client With Spring RestTemplate] ( http://howtoprogram.xyz/2016/07/03/java-restful-client-spring-resttemplate/ )
22- ###[ Java RESTful Client With Apache Httpcomponents] ( http://howtoprogram.xyz/2016/07/04/java-restful-client-spring-apache-httpcomponents/ )
22+ ###[ Java RESTful Client With Apache Httpcomponents] ( http://howtoprogram.xyz/2016/07/04/java-restful-client-spring-apache-httpcomponents/ )
23+ ###[ Java RESTful Client With Jersey Client] ( http://howtoprogram.xyz/2016/07/05/java-restful-client-jersey-client/ )
Original file line number Diff line number Diff line change @@ -15,11 +15,13 @@ The **BookRepositoryImplRaw.java** includes all raw examples which we create con
1515The ** BookRepositoryImplJackson.java** includes all raw examples which we use Jackson to convert objects to XML, JSON before sending RESTful WS
1616The ** BookRepositoryImplSpring.java** includes all raw examples about creating RESTful Client With Spring RestTemplate.
1717The ** 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.
1819
1920Source code are described:
2021###[ Simple Java RESTful Web Service Clients] ( http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/ )
2122###[ Java RESTful Client With Spring RestTemplate] ( http://howtoprogram.xyz/2016/07/03/java-restful-client-spring-resttemplate/ )
2223## 3. Related articles
2324###[ Convert Java Objects To JSON And Vice Versa] ( http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/ )
2425###[ RESTful Client With Spring RestTemplate] ( http://howtoprogram.xyz/2016/07/03/java-restful-client-spring-resttemplate/ )
25- ###[ Java RESTful Client With Apache Httpcomponents] ( http://howtoprogram.xyz/2016/07/04/java-restful-client-spring-apache-httpcomponents/ )
26+ ###[ Java RESTful Client With Apache Httpcomponents] ( http://howtoprogram.xyz/2016/07/04/java-restful-client-spring-apache-httpcomponents/ )
27+ ###[ Java RESTful Client With Jersey Client] ( http://howtoprogram.xyz/2016/07/05/java-restful-client-jersey-client/ )
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ This RESTful ws provides API for all below sub projects
99
1010###[ Simple Java RESTful Web Service Clients using * java.net.URL* package] ( http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/ )
1111###[ RESTful Client With Spring RestTemplate] ( http://howtoprogram.xyz/2016/07/03/java-restful-client-spring-resttemplate/ )
12- ###[ Java RESTful Client With Apache Httpcomponents] ( http://howtoprogram.xyz/2016/07/04/java-restful-client-spring-apache-httpcomponents/ )
12+ ###[ Java RESTful Client With Apache Httpcomponents] ( http://howtoprogram.xyz/2016/07/04/java-restful-client-spring-apache-httpcomponents/ )
13+ ###[ Java RESTful Client With Jersey Client] ( http://howtoprogram.xyz/2016/07/05/java-restful-client-jersey-client/ )
You can’t perform that action at this time.
0 commit comments