Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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")