Skip to content

Commit d9d7bb0

Browse files
committed
update documents
1 parent 54538e9 commit d9d7bb0

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

Java-JsonPojo-Example/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ Click **Finish** button to finish the importing
1414
Open the **JsonPojoUtils.java**
1515

1616
**Right click -> Run As -> Java Application** or use the shortcut: **Alt+Shift+x, j** to start the main method
17-
Source code are described in ## [Convert Java Objects To JSON And Vice Versa](http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/)
17+
Source code are described in ## [Convert Java Objects To JSON And Vice Versa](http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/)
18+
19+
# Related articles
20+
## [Simple Java RESTful Web Service Clients](http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/)
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
"# Java-JsonPojo-Example"
2+
3+
4+
## 1. Import source code into Eclipse
5+
6+
Menu **File –> Import –> Maven –> Existing Maven Projects**
7+
8+
Browse to your source code location
9+
10+
Click **Finish** button to finish the importing
11+
12+
## 2. The souce code
13+
14+
The **BookServiceImplRaw.java** includes all raw examples which we create content as XML, JSON and postto RESTful WS
15+
The **BookServiceImplJackson.java** includes all raw examples which we use Jackson to convert objects to XML, JSON before sending RESTful WS
16+
17+
Source code are described in ## [Simple Java RESTful Web Service Clients](http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/)
18+
19+
# Related articles
20+
## [Convert Java Objects To JSON And Vice Versa](http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
## Java-JsonPojo-Example
33
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.
44
See ## [Convert Java Objects To JSON And Vice Versa](http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/) for more detail.
5-
5+
"# Simple Java-RESTful-Client-Example"
6+
This projects contains some examples about implementing RESTful Web Service Clients using java.net.URL package
7+
## [Simple Java RESTful Web Service Clients](http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/)

0 commit comments

Comments
 (0)