Freezer is a Java code generator which can easily generate the persistence layer of your Java application, and it can as well expose easily Tables/Views/Procedures/Functions of your database as Microservices, Webservices or RESTful services. The resulting application may be easily deployed as a stand-alone application, as a web application or as a microservice running in Docker/Kubernates which may be consumed from:
- A client application consuming the generated Webservices.
- An Angular (or ExtJS) application consuming the generated RESTful services.
The Freezer code generator can generate: DAOs exposing database tables/procedures, Business Rules calling the generated DAOs, and Webservices/RESTful services exposing the generated Business Rules (see the Project Sample figure).
Continue reading: http://softwaresouls.com/freezer/
Contact & Collaboration: freezer.persistence.generator@gmail.com