摘要:
一、分析 1,设计实体/表 设计实体 --> JavaBean --> hbm.xml --> 建表 2,分析有几个功能,对应几个请求。 3,实现功能: 1,写Action类,写Action中的方法,确定Service中的方法。 2,写Service方法,确定Dao中的方法。 3,写Dao方法。 4 阅读全文
摘要:
一、 User, UserDao save(User user), update(), delete(), find(), ...Role, RoleDao save(Role role), update(), delete(), find(), ...Student, StudentDao sav 阅读全文
摘要:
一、为什么要整合 1,管理SessionFactory实例(只需要一个) 2,声明式事务管理 spirng的作用 IOC 管理对象.. AOP 事务管理.. 二、整合步骤 1.整合sessionFactory 在applicationContext.xml添加 1 <!-- 导入外部的propert 阅读全文
摘要:
一、单独测试strust 1.action 1 package cn.itcast.oa.test; 2 3 import org.springframework.context.annotation.Scope; 4 import org.springframework.stereotype.Co 阅读全文
摘要:
一、jar包 (1)spring.jar (2)Aop包 aspectjrt.jaraspectjweaver.jar (3)动态代理 cglib-nodep-2.1_3.jar (4)日志 commons-logging.jar 二、appicationContext.xml/beans.xml 阅读全文
摘要:
一、jar commons-fileupload-1.2.1.jarcommons-io-1.3.2.jarfreemarker-2.3.15.jarognl-2.7.3.jarstruts2-core-2.1.8.1.jarxwork-core-2.1.6.jar 二、配置文件 1.struts. 阅读全文
摘要:
基本知识 框架工具 解决方案(经典应用) 项目 12天 ========================================== OA项目, 12天 BBS 一、什么是OA? 辅助管理、提高办公效率的系统。 二、OA中有什么功能? ... ======================== 阅读全文