You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once sampleapp is created switch to next tab of IDE. In IDE explorer you can see folder structure like devonfw-> workspaces->main->sampleapp .
37
35
38
-
sampleapp contains 3 modules i.e api, core and server.
36
+
Sampleapp contains 3 modules i.e api, core and server.
39
37
40
38
**api**: It contains API for sampleapp.The API contains the required artifacts to interact with your application via remote services. This can be REST service interfaces, transfer-objects with their interfaces and datatypes but also OpenAPI or gRPC contracts.
41
39
@@ -66,14 +64,12 @@ Each component is divided into following layers:
66
64
67
65
* [logic layer](https://github.com/devonfw/devon4j/blob/master/documentation/guide-logic-layer.asciidoc) for the business logic. For example, in sampleapp we generated com.example.application.sampleapp.<componentname>.logic will contain business logic or usecase implementation.
68
66
69
-
* [data-access layer](https://github.com/devonfw/devon4j/blob/master/documentation/guide-dataaccess-layer.asciidoc) for the data access (esp. persistence).For example, in sampleapp we generated com.example.application.sampleapp.<compoenntname>.dataaccess will contain entity, repositories etc.
67
+
* [data-access layer](https://github.com/devonfw/devon4j/blob/master/documentation/guide-dataaccess-layer.asciidoc) for the data access (esp. persistence).For example, in sampleapp we generated com.example.application.sampleapp.<componentname>.dataaccess will contain entity, repositories etc.
70
68
====
71
69
72
70
73
71
====
74
-
== Build devon4j sample application
75
-
76
-
Build the java project
72
+
Now. you have to build a devon4j sample application i.e. sampleapp.
77
73
78
74
[step]
79
75
--
@@ -86,7 +82,7 @@ Once build is successful you will get bootified-war generated in server module t
86
82
87
83
88
84
====
89
-
== Conclusion
85
+
## Conclusion
90
86
91
87
In this tutorial you have learnt how to create devon4j application using command line or via Eclipse. Next you can check for other tutorials such as:
0 commit comments