Posts tagged: Controller

Spring 注解关键字解析 @Component、@Repository、@Service、@Controller @Resource、@Autowired、@Qualifier

views 680 views    0
2017-06-26    Java/JSP    views 680 views    0

Java语言欠缺属性、事件、多重继承功能。所以在Java程序中实现一些面向对象编程的常见需求,只能手写大量胶水 […]

Java中Dao层、Action层、Service层、Controller层

views 1,311 views    0
2017-04-22    Java/JSP    views 1,311 views    0

Action/Service/DAO简介 Action 管理业务(Service)调度和管理跳转 Servic […]