Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 521 Bytes

File metadata and controls

13 lines (12 loc) · 521 Bytes

tiny web mvc framework

##target finish the java mvc framework. ##progess

  • controller action的基于注解的反射实现
  • 基于反射的orm的实现,实现同php yii框架的active record的链式调用
  • 从orm实现中抽离数据库连接,实现线程连接池
  • AOP基本实现
  • IOC

##for example login show