https://github.com/lightweight-component/aj-framework
Lightweight Java Web Framework
https://github.com/lightweight-component/aj-framework
java spring
Last synced: 8 days ago
JSON representation
Lightweight Java Web Framework
- Host: GitHub
- URL: https://github.com/lightweight-component/aj-framework
- Owner: lightweight-component
- License: apache-2.0
- Created: 2025-07-11T08:20:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-05-14T10:18:10.000Z (2 months ago)
- Last Synced: 2026-05-14T12:27:09.606Z (2 months ago)
- Topics: java, spring
- Language: Java
- Homepage: https://aj-docs.ajaxjs.com/
- Size: 153 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://central.sonatype.com/artifact/com.ajaxjs/ajaxjs-framework)

[](https://javadoc.io/doc/com.ajaxjs/ajaxjs-framework )

[](https://deepwiki.com/lightweight-component/aj-framework)
[](http://www.apache.org/licenses/LICENSE-2.0.txt)
[](mailto:frank@ajaxjs.com)
[](./README.zh-CN.md)
# AJ-Framework Global Readme
What we have done for AJAXJS framework are:
- Logback and Slf4j
- Jackson JSON parser/Global JSON Response Data
- Unified Exception Handler
- Unified Controller Interceptor for better logging
- A Spring Ioc Helper/A PrintBanner for logging startup time
- A Cache system
- Server-side form validation
- Database Auto Connection for all HTTP connections, based on Tomcat JDBC Connection Pool
- Base Model and Page Model
A Web Framework for Spring Boot has these features:
- Designed for distributed use, suitable for high-concurrency scenarios
- Lightweight, minimize dependencies, less code, more functionality
- Full-stack, support both front-end and back-end, Java and TypeScript
- Clear code, Modularity and low coupling
- Fully documented and tested, easy to understand and maintain
## Tech stack
- JDK8/Tomcat 9/Spring Boot 2.7
- Spring-native build with GraalVM