-
Notifications
You must be signed in to change notification settings - Fork 0
/
javadoc_overview.html
56 lines (48 loc) · 1.44 KB
/
javadoc_overview.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<h2>Introduction</h2>
"Micro-Service Demo" is a set of executable processes that are used to illustrate how to implements applications
in micro-service architecture. This document is used to illustrate the technical design of micro-services.
<p>
<h2>Scope</h2>
This document only include some java classes that will be shared by other micro-services processes. Below
packages are covered: <br>
<table width="100%" align="left" border="1" cellpadding="3" cellspacing="2">
<tr><th bgcolor="#DDDDDD">Package</th><th bgcolor="#DDDDDD">Description</th> </tr>
<tr>
<td>
{@link org.ckr.msdemo.dao Dao}
</td>
<td>Include classes that are used to implement data access objects.</td>
</tr>
<tr>
<td>
{@link org.ckr.msdemo.exception Exceptions}
</td>
<td>Include classes for exception handling</td>
</tr>
<tr>
<td>
{@link org.ckr.msdemo.entity Entity}
</td>
<td>
Include classes that are shared by JPA classes. For example, listener that is used to
update the last update timestamp for each JPA entity.
</td>
</tr>
<tr>
<td>
{@link org.ckr.msdemo.pagination Pagination}
</td>
<td>Include classes that can be used to implement server side inquiry pagination.</td>
</tr>
</table>
<br>
<p>
<!-- NEWPAGE -->
</body>
</html>