Jetbrick is a collection of lightweight frameworks for Java developers, pursuing easy-to-use and efficient development. With concise API design and low-coupling architecture, it helps developers reduce redundant code and improve project development efficiency.
| Component Name | Version | Function Description |
|---|---|---|
| jetbrick-commons | 2.1.1 | Provides common utils library without third-party JAR dependencies |
| jetbrick-ioc | 2.0.1 | A lightweight IoC container that supports automatic Bean discovery and registration |
| jetbrick-orm | 2.0 | Lightweight encapsulation of JDBC, providing object-oriented ORM API |
| jetbrick-webmvc | 2.1 | A MVC framework similar to Struts and Spring MVC, which is compact, flexible and powerful |
| jetbrick-template | 2.1.2 | A new generation of high-performance Java template engine, which can perfectly replace JSP and Velocity |

Loading...