Commit f948a469 authored by Renjith G R's avatar Renjith G R Committed by Stephane Nicoll

Update application layout to show packaging by features

See gh-9907
parent 691d669b
...@@ -358,18 +358,20 @@ Here is a typical layout: ...@@ -358,18 +358,20 @@ Here is a typical layout:
---- ----
com com
+- example +- example
+- myproject +- myapplication
+- Application.java +- Application.java
| |
+- domain +- customer
| +- Customer.java | +- Customer.java
| +- CustomerRepository.java | +- CustomerController.java
|
+- service
| +- CustomerService.java | +- CustomerService.java
| +- CustomerRepository.java
| |
+- web +- order
+- CustomerController.java +- Order.java
+- OrderController.java
+- OrderService.java
+- OrderRepository.java
---- ----
The `Application.java` file would declare the `main` method, along with the basic The `Application.java` file would declare the `main` method, along with the basic
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment