Skip to content

Commit 8d5a326

Browse files
authored
modification for rework done
1 parent 5c9323a commit 8d5a326

1 file changed

Lines changed: 18 additions & 5 deletions

File tree

devon4j-app/index.asciidoc

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
====
33
devon4j is the Java stack of devonfw. It allows you to build business applications (backends) using Java technology in a highly efficient and standardized way based on established best-practices.
44
5-
=== Prerequisites
5+
# Prerequisites
66
* User should have Java development experience
77
8-
=== Learning goals
8+
# Learning goals
99
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
@@ -17,11 +17,13 @@ More information about devon4j on https://devonfw.com/website/pages/docs/devon4j
1717
restoreDevonfwIde (["java","mvn","vscode"])
1818
--
1919
====
20-
== Create devon4j sample application
20+
### create devon4j sample application
2121

2222

2323
If you want to create devon4j application on your local machine there are two ways to do it:
24+
2425
* In eclipse as shown [here](https://devonfw.com/website/pages/docs/devon4j.asciidoc_tutorials.html#tutorial-newapp.asciidoc_from-eclipse)
26+
2527
* Using command line as shown [here](https://devonfw.com/website/pages/docs/devon4j.asciidoc_tutorials.html#tutorial-newapp.asciidoc_from-command-line)
2628
2729
Now, we will create sample devon4j application with name *sampleapp*. This step will guide you on how to do it.
@@ -43,8 +45,10 @@ sampleapp contains 3 modules i.e api, core and server.
4345

4446
**server**: This module bundles the entire app (core with optional batch) typically as a bootified WAR file.
4547

46-
If you want to know more about modules and project structure refer [here](https://github.com/devonfw/devon4j/blob/master/documentation/guide-structure.asciidoc#project-structure).
48+
If you want to know more about modules and project structure refer [here](#https://github.com/devonfw/devon4j/blob/master/documentation/guide-structure.asciidoc#project-structure).
4749
====
50+
51+
4852
====
4953
[step]
5054
--
@@ -64,6 +68,8 @@ Each component is divided into following layers:
6468
6569
* [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.
6670
====
71+
72+
6773
====
6874
== Build devon4j sample application
6975
@@ -77,15 +83,22 @@ buildJava("sampleapp", false)
7783
Once build is successful you will get bootified-war generated in server module target folder. In sampleapp check for path sampleapp/server/sampleapp-server-bootified.war
7884
7985
====
86+
87+
8088
====
8189
== Conclusion
8290
83-
8491
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:
92+
8593
* Java backend code generation using CobiGen (Code Generator)
94+
8695
* devon4j- contract first code generation
96+
8797
* devon4j-Kafka
98+
8899
* devon4j-security
100+
89101
* devon4j with Spring JPA
102+
90103
* devon4j rest services
91104
====

0 commit comments

Comments
 (0)