File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Java-RESTful-Client-Example Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Open the **Application.java**
1919This RESTful ws provides API for all below sub projects:
2020###[ Simple Java REST Client Using java.net.URL package] ( http://howtoprogram.xyz/2016/07/02/simple-java-rest-client-using-java-net-url-package )
2121###[ Java REST Client Using Spring RestTemplate] ( http://howtoprogram.xyz/2016/07/03/java-rest-client-using-spring-resttemplate/ )
22- ###[ Java REST Client Using Apache Httpcomponents] ( http://howtoprogram.xyz/2016/07/04/java-rest-client-using-spring- apache-httpcomponents/ )
22+ ###[ Java REST Client Using Apache Httpcomponents] ( http://howtoprogram.xyz/2016/07/04/java-rest-client-using-apache-httpcomponents/ )
2323###[ Java REST Client Using Jersey Client] ( http://howtoprogram.xyz/2016/07/05/java-rest-client-using-jersey-client/ )
2424###[ Java REST Client Using Resteasy Client] ( http://howtoprogram.xyz/2016/07/12/java-rest-client-using-resteasy-client/ )
2525###[ Java REST Client Using Resteasy Client Proxy Framework] ( http://howtoprogram.xyz/2016/07/13/java-rest-client-using-resteasy-client-proxy-framework/ )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Source code are described in **[Convert Java Objects To JSON And Vice Versa](htt
1919## Related articles
2020###[ Simple Java REST Client Using java.net.URL package] ( http://howtoprogram.xyz/2016/07/02/simple-java-rest-client-using-java-net-url-package )
2121###[ Java REST Client Using Spring RestTemplate] ( http://howtoprogram.xyz/2016/07/03/java-rest-client-using-spring-resttemplate/ )
22- ###[ Java REST Client Using Apache Httpcomponents] ( http://howtoprogram.xyz/2016/07/04/java-rest-client-using-spring- apache-httpcomponents/ )
22+ ###[ Java REST Client Using Apache Httpcomponents] ( http://howtoprogram.xyz/2016/07/04/java-rest-client-using-apache-httpcomponents/ )
2323###[ Java REST Client Using Jersey Client] ( http://howtoprogram.xyz/2016/07/05/java-rest-client-using-jersey-client/ )
2424###[ Java REST Client Using Resteasy Client] ( http://howtoprogram.xyz/2016/07/12/java-rest-client-using-resteasy-client/ )
2525###[ Java REST Client Using Resteasy Client Proxy Framework] ( http://howtoprogram.xyz/2016/07/13/java-rest-client-using-resteasy-client-proxy-framework/ )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Source code are described:
2626###[ Convert Java Objects To JSON And Vice Versa] ( http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/ )
2727###[ Simple Java REST Client Using java.net.URL package] ( http://howtoprogram.xyz/2016/07/02/simple-java-rest-client-using-java-net-url-package )
2828###[ 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/ )
29+ ###[ Java REST Client Using Apache Httpcomponents] ( http://howtoprogram.xyz/2016/07/04/java-rest-client-using-apache-httpcomponents/ )
3030###[ Java REST Client Using Jersey Client] ( http://howtoprogram.xyz/2016/07/05/java-rest-client-using-jersey-client/ )
3131###[ Java REST Client Using Resteasy Client] ( http://howtoprogram.xyz/2016/07/12/java-rest-client-using-resteasy-client/ )
3232###[ Java REST Client Using Resteasy Client Proxy Framework] ( http://howtoprogram.xyz/2016/07/13/java-rest-client-using-resteasy-client-proxy-framework/ )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This RESTful ws provides API for all below sub projects
99
1010###[ Simple Java REST Client Using java.net.URL package] ( http://howtoprogram.xyz/2016/07/02/simple-java-rest-client-using-java-net-url-package )
1111###[ Java REST Client Using Spring RestTemplate] ( http://howtoprogram.xyz/2016/07/03/java-rest-client-using-spring-resttemplate/ )
12- ###[ Java REST Client Using Apache Httpcomponents] ( http://howtoprogram.xyz/2016/07/04/java-rest-client-using-spring- apache-httpcomponents/ )
12+ ###[ Java REST Client Using Apache Httpcomponents] ( http://howtoprogram.xyz/2016/07/04/java-rest-client-using-apache-httpcomponents/ )
1313###[ Java REST Client Using Jersey Client] ( http://howtoprogram.xyz/2016/07/05/java-rest-client-using-jersey-client/ )
1414###[ Java REST Client Using Resteasy Client] ( http://howtoprogram.xyz/2016/07/12/java-rest-client-using-resteasy-client/ )
1515###[ Java REST Client Using Resteasy Client Proxy Framework] ( http://howtoprogram.xyz/2016/07/13/java-rest-client-using-resteasy-client-proxy-framework/ )
You can’t perform that action at this time.
0 commit comments