Skip to content

Commit 2faea12

Browse files
authored
Implemented review comments
1 parent bcfdb98 commit 2faea12

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

devon4j-app/index.asciidoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Sampleapp contains 3 modules i.e api, core and server.
4343

4444
**core**: It is the core of the application.In this module you can write actual business logic with service implementation, as well as entire logic layer and dataaccess layer.
4545

46-
**batch**: optional module for batch layer. In this example we have not created it. To add batch module while generating from commandline use -Dbatch=batch parameter. And to generate it from eclipse using mave archetype enter batch variable value as batch in project creation page.
46+
**batch**: Optional module for batch layer. In this example we have not created it. To add batch module while generating from commandline use -Dbatch=batch parameter. And to generate it from eclipse using maven archetype, enter batch variable value as batch in project creation page.
4747

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

@@ -57,7 +57,7 @@ If you want to know more about modules and project structure refer [here](#https
5757
displayContent("devon4j multilayer architecture", [{ "image": "images/devon4j_proj_structure1.jpg" }])
5858
--
5959
60-
As shown in above image,devon4j application follows [multilayered architecture](https://en.wikipedia.org/wiki/Multitier_architecture).
60+
As shown in above image, devon4j application follows [multilayered architecture](https://en.wikipedia.org/wiki/Multitier_architecture).
6161
6262
Each component is divided into following layers:
6363
@@ -74,7 +74,7 @@ Each component is divided into following layers:
7474

7575

7676
====
77-
Now. you have to build a devon4j sample application i.e. sampleapp.
77+
Now you have to build a devon4j sample application i.e. sampleapp.
7878
7979
[step]
8080
--
@@ -90,8 +90,6 @@ Once build is successful you will get bootified-war generated in server module t
9090
## Conclusion
9191
9292
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:
93-
94-
* Java backend code generation using CobiGen (Code Generator)
9593
9694
* devon4j- contract first code generation
9795

0 commit comments

Comments
 (0)