Java MVC full stack framework

image

Work

can

General

Narrate

Keywords: ActFramework  open source  agile collaborative management 

ActFramework is a simple, easy-to-use, expressive Java MVC full-stack framework


1. Non-Servlet architecture, start the project within a few seconds. Copy files to deploy

2. Unparalleled development experience. Change and refresh, no need to restart the development process

3. Strong runtime performance

4. Powerful and fast dependency injection, fully compliant with JSR330 standard

5. Built-in single page/mobile application support; perfect RESTFul/JSON support; built-in CORS; Session/Header mapping can bypass Cookie invalidity

6. The necessary security; Session cookie is http only (javascript not readable and writable), secure (in product mode, it can only be used for https links); the payload has a hash signature, and you can also choose to encrypt it and add it to the configuration file. csrf=true` to turn on the CSRF protection mechanism; XSS protection: Rythm template engine default escape variable output; AAA plugin provides the most convenient; flexible AAA (authentication/authorization/accounting) mechanism

7. Use but not overly rely on annotations

8. Configuration support under different operating environments 

9. Convenient and powerful database access; built-in multi-data source support

10. Simple and powerful view architecture and multi-template engine support

11. Built-in multiple tools to facilitate application development: sending mail/ job scheduling/ event handling



under

Load

Ground


site


  
Download address: (copy the link to download, long-term effective) https://github.com/actframework/actframework.git

Free

responsibility

sound



Bright



[ Writing instructions ] The above content is shared with programmers who like to program and have dreams, and hope to help you. The above article belongs to the original public account. If you need to reprint, please indicate the source. [ Disclaimer ] This public platform is not an advertiser, nor does it advertise for other third-party websites or individuals. The source code and articles shared here are some of the projects that I think are good in the project and study. Some voluntary download or payment behaviors generated by users. There is no direct relationship with the platform [ Submission Email ] [email protected], welcome to contribute and share your high-quality source code or articles. [ Tell you a little secret ] Below is the editor WeChat, if you have anything to do, you can private message


Guess you like

Origin blog.51cto.com/15067267/2576528