Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Simple Java-RESTful-Client-Example

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. The souce code

The BookRepositoryImplRaw.java includes all raw examples which we create content as XML, JSON and postto RESTful WS The BookRepositoryImplJackson.java includes all raw examples which we use Jackson to convert objects to XML, JSON before sending RESTful WS The BookRepositoryImplSpring.java includes all raw examples about creating RESTful Client With Spring RestTemplate.

Source code are described: ###Simple Java RESTful Web Service Clients ###java-restful-client-spring-resttemplate #3. Related articles ###Convert Java Objects To JSON And Vice Versa ###RESTful Client With Spring RestTemplate