Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanluispaz/uaithne-java
Agile backend architecture oriented to improve the productivity of the development team
https://github.com/juanluispaz/uaithne-java
agile architecture backend java
Last synced: 13 days ago
JSON representation
Agile backend architecture oriented to improve the productivity of the development team
- Host: GitHub
- URL: https://github.com/juanluispaz/uaithne-java
- Owner: juanluispaz
- Created: 2018-03-27T14:43:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T16:11:06.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T00:53:41.625Z (2 months ago)
- Topics: agile, architecture, backend, java
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Uaithne Java
Agile backend architecture oriented to improve the productivity of the development team using Java.## Goals
- Easy application for backend development
- Regardless of its complexity or size
- Allow to grow without increasing complexity or reduce maintainability
- Allow to modify the behaviour easily
- Allow to improve the productivity of the team involved in the application development## Philosophy
Get the backend resemble a **set of LEGO**, where there are **highly interchangeable pieces** that are **made up to achieve** the desired result.## 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)## 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)