Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zuston/tiny-web-framework
tiny web mvc framework
https://github.com/zuston/tiny-web-framework
aoplog framework ioc orm server
Last synced: 25 days ago
JSON representation
tiny web mvc framework
- Host: GitHub
- URL: https://github.com/zuston/tiny-web-framework
- Owner: zuston
- Created: 2016-11-13T09:51:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T01:55:16.000Z (about 8 years ago)
- Last Synced: 2024-10-16T20:40:25.198Z (3 months ago)
- Topics: aoplog, framework, ioc, orm, server
- Language: Java
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tiny web mvc framework
##target
finish the java mvc framework.
##progess
- [x] controller action的基于注解的反射实现
- [x] 基于反射的orm的实现,实现同php yii框架的active record的链式调用
- [x] 从orm实现中抽离数据库连接,实现线程连接池
- [x] AOP基本实现
- [ ] IOC##for example
![login](https://raw.githubusercontent.com/zuston/todoSite/master/screenshot/login.png "login")
![show](https://raw.githubusercontent.com/zuston/todoSite/master/screenshot/two.png "show")