上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 52 下一页
摘要: 一、分析 二、 1.OGNL 在访问action前,要经过各种intercepter,其中ParameterFilterInterceptor会把各咱参数放到ValueStack里,从而使OGNL可以访问这些参数,而ValueStack里包含对象stack和map (1)map 赋值:ActionC 阅读全文
posted @ 2016-02-29 13:49 shamgod 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 一、分析 Action->Service->Dao CRUD有功能已经抽取到BaseDaoImpl中实现,所以RoleDaoImpl没有CRUD的代码,直接从BaseDaoImpl中继承 二、1.Action层 1 package cn.itcast.oa.view.action; 2 3 impo 阅读全文
posted @ 2016-02-29 11:59 shamgod 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 一、分析 1,设计实体/表 设计实体 --> JavaBean --> hbm.xml --> 建表 2,分析有几个功能,对应几个请求。 3,实现功能: 1,写Action类,写Action中的方法,确定Service中的方法。 2,写Service方法,确定Dao中的方法。 3,写Dao方法。 4 阅读全文
posted @ 2016-02-28 22:47 shamgod 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 一、 User, UserDao save(User user), update(), delete(), find(), ...Role, RoleDao save(Role role), update(), delete(), find(), ...Student, StudentDao sav 阅读全文
posted @ 2016-02-28 21:07 shamgod 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 一、为什么要整合 1,管理SessionFactory实例(只需要一个) 2,声明式事务管理 spirng的作用 IOC 管理对象.. AOP 事务管理.. 二、整合步骤 1.整合sessionFactory 在applicationContext.xml添加 1 <!-- 导入外部的propert 阅读全文
posted @ 2016-02-28 19:50 shamgod 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 一、单独测试strust 1.action 1 package cn.itcast.oa.test; 2 3 import org.springframework.context.annotation.Scope; 4 import org.springframework.stereotype.Co 阅读全文
posted @ 2016-02-28 18:05 shamgod 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 一、jar包 (1)spring.jar (2)Aop包 aspectjrt.jaraspectjweaver.jar (3)动态代理 cglib-nodep-2.1_3.jar (4)日志 commons-logging.jar 二、appicationContext.xml/beans.xml 阅读全文
posted @ 2016-02-28 17:27 shamgod 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 一、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. 阅读全文
posted @ 2016-02-28 16:58 shamgod 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 基本知识 框架工具 解决方案(经典应用) 项目 12天 ========================================== OA项目, 12天 BBS 一、什么是OA? 辅助管理、提高办公效率的系统。 二、OA中有什么功能? ... ======================== 阅读全文
posted @ 2016-02-28 16:49 shamgod 阅读(856) 评论(0) 推荐(0) 编辑
摘要: 一、 * class LooperThread extends Thread { * public Handler mHandler; * * public void run() { * Looper.prepare(); * * mHandler = new Handler() { * publi 阅读全文
posted @ 2016-02-23 17:06 shamgod 阅读(192) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 52 下一页
haha