Skip to content

Commit

Permalink
Update readme to include the code generator reference
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluispaz committed Mar 27, 2018
1 parent 06fb159 commit beca544
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uaithne Java
Backend architecture oriented to improve the productivity of the development team using Java.
Agile backend architecture oriented to improve the productivity of the development team using Java.

## Goals
- Easy application for backend development
Expand All @@ -13,4 +13,9 @@ Get the backend resemble a **set of LEGO**, where there are **highly interchange

## Design
- **English**: [Uaithne Java (EN).pdf](https://github.com/juanluispaz/uaithne-java/raw/master/Uaithne%20Java%20%28EN%29.pdf)
- **Spanish**: [Uaithne Java (ES).pdf](https://github.com/juanluispaz/uaithne-java/raw/master/Uaithne%20Java%20%28ES%29.pdf)
- **Spanish**: [Uaithne Java (ES).pdf](https://github.com/juanluispaz/uaithne-java/raw/master/Uaithne%20Java%20%28ES%29.pdf)

## Generator
Improving the productivity of the development team has been one of the great motivations behind the design of the architecture of Uaithne, and it alone represents a great improvement over the classical n-tier architecture. After implementing the new architecture there was still room to improve productivity, automatically generating code that is responsible for handling the verbosity required by Java, and above all, that generates the access code to the database with its respective SQL queries that handles most operations. Its usage is entirely optional.

**Code generator project**: [Uaithne generator Java](https://github.com/juanluispaz/uaithne-generator-java)

0 comments on commit beca544

Please sign in to comment.