Skip to content

Agile backend architecture oriented to improve the productivity of the development team

Notifications You must be signed in to change notification settings

juanluispaz/uaithne-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

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

About

Agile backend architecture oriented to improve the productivity of the development team

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published