Skip to content

Commit c91a3d7

Browse files
authored
removed unwanted text
1 parent 40ac56b commit c91a3d7

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

devon4j-app/index.asciidoc

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ More information about devon4j on https://devonfw.com/website/pages/docs/devon4j
1717
restoreDevonfwIde (["java","mvn","vscode"])
1818
--
1919
====
20-
### create devon4j sample application
21-
22-
20+
### a devon4j Sample Application
2321
If you want to create devon4j application on your local machine there are two ways to do it:
2422

2523
* In eclipse as shown [here](https://devonfw.com/website/pages/docs/devon4j.asciidoc_tutorials.html#tutorial-newapp.asciidoc_from-eclipse)
@@ -35,7 +33,7 @@ createDevon4jProject("com.example.application.sampleapp")
3533

3634
Once sampleapp is created switch to next tab of IDE. In IDE explorer you can see folder structure like devonfw-> workspaces->main->sampleapp .
3735

38-
sampleapp contains 3 modules i.e api, core and server.
36+
Sampleapp contains 3 modules i.e api, core and server.
3937

4038
**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.
4139

@@ -66,14 +64,12 @@ Each component is divided into following layers:
6664
6765
* [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.
6866
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.
7068
====
7169

7270

7371
====
74-
== Build devon4j sample application
75-
76-
Build the java project
72+
Now. you have to build a devon4j sample application i.e. sampleapp.
7773
7874
[step]
7975
--
@@ -86,7 +82,7 @@ Once build is successful you will get bootified-war generated in server module t
8682

8783

8884
====
89-
== Conclusion
85+
## Conclusion
9086
9187
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:
9288

0 commit comments

Comments
 (0)