Skip to content

Commit bcfdb98

Browse files
authored
updated file
1 parent 11d293b commit bcfdb98

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

devon4j-app/index.asciidoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ devon4j is the Java stack of devonfw. It allows you to build business applicatio
66
* User should have Java development experience
77
88
# Learning goals
9-
After completing this scenario, you will have learned how to generate Java application using devon4j.
9+
* After completing this scenario, you will have learned how to generate Java application using devon4j.
1010
1111
More information about devon4j on https://devonfw.com/website/pages/docs/devon4j.asciidoc.html
1212
@@ -17,14 +17,18 @@ More information about devon4j on https://devonfw.com/website/pages/docs/devon4j
1717
restoreDevonfwIde (["java","mvn","vscode"])
1818
--
1919
====
20-
### a devon4j Sample Application
20+
### A devon4j Sample Application
21+
22+
Note: Startup script will take some time for set up. After that you can proceed further.
23+
2124
If you want to create devon4j application on your local machine there are two ways to do it:
2225

2326
* In eclipse as shown [here](https://devonfw.com/website/pages/docs/devon4j.asciidoc_tutorials.html#tutorial-newapp.asciidoc_from-eclipse)
2427
2528
* Using command line as shown [here](https://devonfw.com/website/pages/docs/devon4j.asciidoc_tutorials.html#tutorial-newapp.asciidoc_from-command-line)
2629
27-
Now, we will create sample devon4j application with name *sampleapp*. This step will guide you on how to do it.
30+
Now, you will create sample devon4j application with name *sampleapp*. This step will guide you on how to do it.
31+
2832

2933
[step]
3034
--
@@ -56,6 +60,7 @@ displayContent("devon4j multilayer architecture", [{ "image": "images/devon4j_pr
5660
As shown in above image,devon4j application follows [multilayered architecture](https://en.wikipedia.org/wiki/Multitier_architecture).
5761
5862
Each component is divided into following layers:
63+
5964
* [client layer](https://github.com/devonfw/devon4j/blob/master/documentation/guide-client-layer.asciidoc) for the front-end (GUI).
6065
6166
* [service layer](https://github.com/devonfw/devon4j/blob/master/documentation/guide-service-layer.asciidoc) for the services used to expose functionality of the back-end to the client or other consumers. For example, in sampleapp we generated com.example.application.sampleapp.<componentname>.service.impl will have all rest service implementation.

0 commit comments

Comments
 (0)