Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voff12/mywebx
mywebx
https://github.com/voff12/mywebx
Last synced: 19 days ago
JSON representation
mywebx
- Host: GitHub
- URL: https://github.com/voff12/mywebx
- Owner: voff12
- Created: 2012-08-06T06:42:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T20:50:59.000Z (over 2 years ago)
- Last Synced: 2024-11-17T07:20:20.475Z (3 months ago)
- Language: Java
- Homepage: https://github.com/voff12/mywebx/wiki
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mywebx
======mywebx a simple web framework base on spring. It's just coding for fun to simpify web develop.
The main idea is from webx. webx is the ALIBABA group web framework. webx is powerful but not simple.
So mywebx is to ...提供一个便利,能快速开发的web应用框架。
提供rails on ruby式的mvc布局。### 一个web framework至少要解决以下几个问题:
1. session支持分布式session,支持web层横向扩展。
2. 安全无漏洞,能防止crsf跨站攻击。
3. web url动态映射,简单最好能约定大于配置。