|
1 | | -# Java Examples |
| 1 | +#Java Examples |
2 | 2 |
|
3 | | -## 1. Java JsonPojo Example |
| 3 | +##1.Java JsonPojo Example |
4 | 4 | This small project contains examples how to convert Java object, Hashmap, List to JSON and vice versa. It also contains examples about how to work with files. |
5 | 5 | ###[Convert Java Objects To JSON And Vice Versa](http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/) |
6 | | -## 2. Book RESTful Service Examples |
| 6 | +##2.Book RESTful Service Examples |
7 | 7 | This RESTful ws provides API for all below sub projects |
8 | | -## 3. Simple Java REST Client Example |
| 8 | +##3.Simple Java REST Client Example |
9 | 9 |
|
10 | 10 | ###[Simple Java REST Client Using java.net.URL package](http://howtoprogram.xyz/2016/07/02/simple-java-rest-client-using-java-net-url-package) |
| 11 | + |
11 | 12 | ###[Java REST Client Using Spring RestTemplate](http://howtoprogram.xyz/2016/07/03/java-rest-client-using-spring-resttemplate/) |
| 13 | + |
12 | 14 | ###[Java REST Client Using Apache Httpcomponents](http://howtoprogram.xyz/2016/07/04/java-rest-client-using-apache-httpcomponents/) |
| 15 | + |
13 | 16 | ###[Java REST Client Using Jersey Client](http://howtoprogram.xyz/2016/07/05/java-rest-client-using-jersey-client/) |
| 17 | + |
14 | 18 | ###[Java REST Client Using Resteasy Client](http://howtoprogram.xyz/2016/07/12/java-rest-client-using-resteasy-client/) |
| 19 | + |
15 | 20 | ###[Java REST Client Using Resteasy Client Proxy Framework](http://howtoprogram.xyz/2016/07/13/java-rest-client-using-resteasy-client-proxy-framework/) |
| 21 | + |
16 | 22 | ###[Java REST Client Using Apache CXF Proxy based API](http://howtoprogram.xyz/2016/07/15/java-rest-client-using-apache-cxf-proxy-based-api/) |
| 23 | + |
17 | 24 | ###[Java REST Client Using Netflix Feign](http://howtoprogram.xyz/2016/07/18/java-rest-client-using-netflix-feign/) |
| 25 | + |
18 | 26 | ###[Java REST Client Using Unirest Java API](http://howtoprogram.xyz/2016/07/27/java-rest-client-using-unirest-java-api/) |
19 | | -###[Java REST Client Examples Using OkHttp] (howtoprogram.xyz/2016/10/31/java-rest-client-examples-using-okhttp/) |
20 | | -###[How to Post with Retrofit 2] (http://howtoprogram.xyz/2017/02/17/how-to-post-with-retrofit-2/) |
21 | | -###[Ignore Unknown Properties or New Fields in Jackson] (http://howtoprogram.xyz/2017/02/18/ignore-exclude-new-fields-deserializing-jackson/) |
| 27 | + |
| 28 | +###[Java REST Client Examples Using OkHttp](howtoprogram.xyz/2016/10/31/java-rest-client-examples-using-okhttp/) |
| 29 | + |
| 30 | +###[How to Post with Retrofit 2](http://howtoprogram.xyz/2017/02/17/how-to-post-with-retrofit-2/) |
| 31 | + |
| 32 | +###[Ignore Unknown Properties or New Fields in Jackson](http://howtoprogram.xyz/2017/02/18/ignore-exclude-new-fields-deserializing-jackson/) |
22 | 33 |
|
23 | 34 |
|
24 | 35 | ## 4. Java 8 |
25 | | -###[Java 8 – Format Date, LocalDate, LocalDateTime and ZonedDateTime])https://howtoprogram.xyz/2017/08/20/java-8-format-date-localdate-localdatetime/) |
| 36 | +###[Java 8 – Format Date, LocalDate, LocalDateTime and ZonedDateTime](https://howtoprogram.xyz/2017/08/20/java-8-format-date-localdate-localdatetime/) |
0 commit comments