Skip to content

采用反射、注解以及DBUtils,对Dao层进行了抽取,包含了基本的增删改查操作;同时对Service层也做了一定的抽取。

Notifications You must be signed in to change notification settings

gx304419380/WebUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#WebUtils Dao,AOP,反射

1.采用反射、注解以及DBUtils,对Dao层进行了抽取,包含了基本的增删改查操作;
2.对Service层也做了一定的抽取;
3.采用工厂模式,实现了降低耦合的作用
4.采用动态代理模式和注解,实现了对service层的事务控制;
5.对servlet进行了抽取,通过判断request中的参数method,利用反射来调用对应的方法。

About

采用反射、注解以及DBUtils,对Dao层进行了抽取,包含了基本的增删改查操作;同时对Service层也做了一定的抽取。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages