Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

sgjava/detonator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title

Everything should be made as simple as possible, but not simpler - Albert Einstein

DeTOnator is a set of projects based on an idea a colleague and I came up with about ten years ago. At that time we were generating code for Spring, JdbcTemplate and JSF with only one set of validation rules propagated to UI and DAOs. There used to be FireStorm DAO, but it was commercial and now it's a dead project from what I can tell. There are other products/projects like JOOQ out there that do code generation, but typically you end up with one DAO per table. Even with generated code this will pollute your business objects with unnecessary classes. DeTOnator uses a generic DAO interface and implementations.

  • DeTOnator DTO generates Java DTOs, keys and SQL, but it could be use to generate other artifact types and other languages.

  • DeTOnator Maven Plugin leverages DeTOnator DTO to add high performance code generation to your Maven based projects.

  • DeTOnator DAO is a generic Java SE DAO layer.

  • DeTOnator BO is a generic Java SE business object layer.

  • DeTOnator Guice A Java SE based JTA is provided with annotations, Narayana, Guice and AOP magic.

  • DeTOnator TomEE Use DeTOnator DAO in a Jakarta EE project with transaction support.

  • Based on OpenJDK 11 LTS.

  • database.properties in the dto project is used by dao, guice and tomee modules. This way all modules are in sync with one database implementation.

  • app.properties is each project's test resources is used by each module to test specific properties. You can also override database.properties to use the same test schema as the dto project.

The sample database from Oracle has been modified and cleaned up a bit. An H2 equivalent is also provided. While not the best structured database in the world it does provide something for the tests to kick around.

Title

About

DeTOnator is an easy to use code generator that explodes database schema into DTOs, CRUD operations, SQL statements, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published