X Tutup
Skip to content

Latest commit

 

History

History
 
 

README.md

Book RESTful Service Examples

1. Import source code into Eclipse

Menu File –> Import –> Maven –> Existing Maven Projects

Browse to your source code location

Click Finish button to finish the importing

2. Run the example

Open the Application.java

Right click -> Run As -> Java Application or use the shortcut: Alt+Shift+x, j to start the main method

This RESTful ws provides API for all below sub projects: ###Simple Java REST Client Using java.net.URL package ###Java REST Client Using Spring RestTemplate ###Java REST Client Using Apache Httpcomponents ###Java REST Client Using Jersey Client ###Java REST Client Using Resteasy Client ###Java REST Client Using Resteasy Client Proxy Framework ###Java REST Client Using Apache CXF Proxy based API ###Java REST Client Using Netflix Feign ###Java REST Client Using Unirest Java API ###Java REST Client Using Retrofit 2 ###Upload a File with OkHttp ###File Uploading with Open Feign

X Tutup