Skip to content

Commit b2000d8

Browse files
author
Juraj Veverka
committed
documentation improved
1 parent b4d79c6 commit b2000d8

File tree

3 files changed

+218
-5
lines changed

3 files changed

+218
-5
lines changed

simple-module-example/README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
# Simple Java 11 example
1+
# Simple Java 11 modules example
22
This simple example shows modular java 11 gradle project.
3-
Project requires __JDK 10__ or __JDK 11__ and __gradle 4.8.1__ or later.
3+
Main application uses 3 modules as shown in architecture diagram.
44

5-
### Compile & Run with Java 10/11
5+
![architecture](docs/architecture-01.svg)
6+
7+
### Compile & Run with Java 11
68
```gradle clean build installDist distZip```
79
```./application/build/install/application/bin/application```
810

911
### Run optimized build by jlink
1012
After gradle full build, run ```./jlink.sh``` script.
11-
This scipr will create customized JRE build with application modules.
13+
This script will create customized JRE build with application modules.
1214
Go to directory ```application/build/app-runtime-distro/bin```
1315
and start application using ```./launch``` script.
1416
Directory ```application/build/app-runtime-distro``` contains complete
15-
runtime environment.
17+
runtime environment: JRE + modules (~75M).
1618

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
3+
<!--Created by yEd 3.18.2-->
4+
<key attr.name="Description" attr.type="string" for="graph" id="d0"/>
5+
<key for="port" id="d1" yfiles.type="portgraphics"/>
6+
<key for="port" id="d2" yfiles.type="portgeometry"/>
7+
<key for="port" id="d3" yfiles.type="portuserdata"/>
8+
<key attr.name="url" attr.type="string" for="node" id="d4"/>
9+
<key attr.name="description" attr.type="string" for="node" id="d5"/>
10+
<key for="node" id="d6" yfiles.type="nodegraphics"/>
11+
<key for="graphml" id="d7" yfiles.type="resources"/>
12+
<key attr.name="url" attr.type="string" for="edge" id="d8"/>
13+
<key attr.name="description" attr.type="string" for="edge" id="d9"/>
14+
<key for="edge" id="d10" yfiles.type="edgegraphics"/>
15+
<graph edgedefault="directed" id="G">
16+
<data key="d0"/>
17+
<node id="n0">
18+
<data key="d5"/>
19+
<data key="d6">
20+
<y:ShapeNode>
21+
<y:Geometry height="39.0" width="123.0" x="343.0" y="216.0"/>
22+
<y:Fill color="#FFCC00" transparent="false"/>
23+
<y:BorderStyle color="#000000" raised="false" type="line" width="1.0"/>
24+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="31.9375" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="70.193359375" x="26.4033203125" y="3.53125">application
25+
module<y:LabelModel>
26+
<y:SmartNodeLabelModel distance="4.0"/>
27+
</y:LabelModel>
28+
<y:ModelParameter>
29+
<y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
30+
</y:ModelParameter>
31+
</y:NodeLabel>
32+
<y:Shape type="roundrectangle"/>
33+
</y:ShapeNode>
34+
</data>
35+
</node>
36+
<node id="n1">
37+
<data key="d5"/>
38+
<data key="d6">
39+
<y:ShapeNode>
40+
<y:Geometry height="39.0" width="123.0" x="169.0" y="433.0"/>
41+
<y:Fill color="#FFCC00" transparent="false"/>
42+
<y:BorderStyle color="#000000" raised="false" type="line" width="1.0"/>
43+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="31.9375" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="104.25390625" x="9.373046875" y="3.53125">service-compute
44+
module<y:LabelModel>
45+
<y:SmartNodeLabelModel distance="4.0"/>
46+
</y:LabelModel>
47+
<y:ModelParameter>
48+
<y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
49+
</y:ModelParameter>
50+
</y:NodeLabel>
51+
<y:Shape type="roundrectangle"/>
52+
</y:ShapeNode>
53+
</data>
54+
</node>
55+
<node id="n2">
56+
<data key="d5"/>
57+
<data key="d6">
58+
<y:ShapeNode>
59+
<y:Geometry height="39.0" width="154.0" x="327.5" y="345.0"/>
60+
<y:Fill color="#FFCC00" transparent="false"/>
61+
<y:BorderStyle color="#000000" raised="false" type="line" width="1.0"/>
62+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="31.9375" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="143.494140625" x="5.2529296875" y="3.53125">service-compute-async
63+
module<y:LabelModel>
64+
<y:SmartNodeLabelModel distance="4.0"/>
65+
</y:LabelModel>
66+
<y:ModelParameter>
67+
<y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
68+
</y:ModelParameter>
69+
</y:NodeLabel>
70+
<y:Shape type="roundrectangle"/>
71+
</y:ShapeNode>
72+
</data>
73+
</node>
74+
<node id="n3">
75+
<data key="d5"/>
76+
<data key="d6">
77+
<y:ShapeNode>
78+
<y:Geometry height="39.0" width="123.0" x="519.0" y="433.0"/>
79+
<y:Fill color="#FFCC00" transparent="false"/>
80+
<y:BorderStyle color="#000000" raised="false" type="line" width="1.0"/>
81+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="31.9375" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="82.826171875" x="20.0869140625" y="3.53125">service-tasks
82+
module<y:LabelModel>
83+
<y:SmartNodeLabelModel distance="4.0"/>
84+
</y:LabelModel>
85+
<y:ModelParameter>
86+
<y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
87+
</y:ModelParameter>
88+
</y:NodeLabel>
89+
<y:Shape type="roundrectangle"/>
90+
</y:ShapeNode>
91+
</data>
92+
</node>
93+
<edge id="e0" source="n1" target="n0">
94+
<data key="d9"/>
95+
<data key="d10">
96+
<y:PolyLineEdge>
97+
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
98+
<y:LineStyle color="#000000" type="line" width="1.0"/>
99+
<y:Arrows source="none" target="standard"/>
100+
<y:BendStyle smoothed="false"/>
101+
</y:PolyLineEdge>
102+
</data>
103+
</edge>
104+
<edge id="e1" source="n2" target="n0">
105+
<data key="d9"/>
106+
<data key="d10">
107+
<y:PolyLineEdge>
108+
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
109+
<y:LineStyle color="#000000" type="line" width="1.0"/>
110+
<y:Arrows source="none" target="standard"/>
111+
<y:BendStyle smoothed="false"/>
112+
</y:PolyLineEdge>
113+
</data>
114+
</edge>
115+
<edge id="e2" source="n1" target="n2">
116+
<data key="d9"/>
117+
<data key="d10">
118+
<y:PolyLineEdge>
119+
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
120+
<y:LineStyle color="#000000" type="line" width="1.0"/>
121+
<y:Arrows source="none" target="standard"/>
122+
<y:BendStyle smoothed="false"/>
123+
</y:PolyLineEdge>
124+
</data>
125+
</edge>
126+
<edge id="e3" source="n3" target="n2">
127+
<data key="d9"/>
128+
<data key="d10">
129+
<y:PolyLineEdge>
130+
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
131+
<y:LineStyle color="#000000" type="line" width="1.0"/>
132+
<y:Arrows source="none" target="standard"/>
133+
<y:BendStyle smoothed="false"/>
134+
</y:PolyLineEdge>
135+
</data>
136+
</edge>
137+
<edge id="e4" source="n3" target="n0">
138+
<data key="d9"/>
139+
<data key="d10">
140+
<y:PolyLineEdge>
141+
<y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
142+
<y:LineStyle color="#000000" type="line" width="1.0"/>
143+
<y:Arrows source="none" target="standard"/>
144+
<y:BendStyle smoothed="false"/>
145+
</y:PolyLineEdge>
146+
</data>
147+
</edge>
148+
</graph>
149+
<data key="d7">
150+
<y:Resources/>
151+
</data>
152+
</graphml>
Loading

0 commit comments

Comments
 (0)