
SSH
iteye_17584
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring beanfactory
1.beanfactory create beans in three ways : 1.通过构造函数2.通过静态工厂 factory-method3.通过实例工厂方法(non-static) factory-method ,factory-bean, and the attribute class must be null 2.spring 中XMLBean...原创 2011-07-06 16:01:21 · 101 阅读 · 0 评论 -
Struts2 ognl中的#、%和$符号用法说明 (转)
转( Struts2 ognl中的#、%和$符号用法说明 ) http://blog.youkuaiyun.com/pengyouchuan/article/details/3712933 #、%和$符号在OGNL表达式中经常出现,而这三种符号也是开发者不容易掌握和理解的部分。在这里笔者简...原创 2012-06-06 16:56:02 · 118 阅读 · 0 评论 -
Struts2 Session 使用和安全
When your Action class needs to access the HTTP session object implement the SessionAware interface and override the setSession method.ps:实现 SessionAware 的 setSession 方法得到 session,但是这里的session...原创 2012-06-05 15:12:01 · 125 阅读 · 0 评论 -
Message Resource Files
详见教程 message resource files 分三个层次 action --> package --> global 1. action 过此action后的页面,会自动加载跟action名字一样的properties文件。 2. package包级别的 命名以package.properties 。 3....原创 2012-05-31 11:09:35 · 112 阅读 · 0 评论 -
Struts2 & Servlet 线程,生命周期小理解
Servlet Struts2 init when the request arrive ...原创 2012-05-11 11:43:22 · 93 阅读 · 0 评论 -
hibernate 教程
原理:http://wenku.baidu.com/view/3f2848eef8c75fbfc77db231.html 实践:结合两个例子实践: http://developer.51cto.com/art/200906/126554.htmhttp://wenku.baidu.com/view/3182112acfc789eb172dc886.html ...原创 2011-05-14 22:15:47 · 83 阅读 · 0 评论 -
struts2 +spring 教程
http://hi.baidu.com/baileyfu/blog/item/4c6287333f7901f11a4cff2e.html原创 2011-05-14 21:10:28 · 88 阅读 · 0 评论 -
learning of struts 2
today , I am re-learning the Struts 2 ,and take some notes . 1. about the devMode a. it is good for devolopment ,and will reload the sourse like struts.xml ,web.xml etc. other than re-s...原创 2011-04-18 00:06:48 · 95 阅读 · 0 评论 -
Transaction ....OMG...ugly
一、什么是Java事务 通常的观念认为,事务仅与数据库相关。 事务必须服从ISO/IEC所制定的ACID原则。ACID是原子性(atomicity)、一致性(consistency)、隔离性(isolation)和持久性(durability)的缩写。事务的原子性表示事务执行过程中的任何失败都将导致事务所做的任何修改失效。一致性表示当事务执行失败时,所有被该事务影响的数据都...原创 2011-09-20 16:20:33 · 116 阅读 · 0 评论 -
Dynamic Proxy
http://www.javaworld.com/javaworld/jw-11-2000/jw-1110-proxy.html Interestingly, you can have a proxy class that implements multiple interfaces. However, there are a few restrictions on the int...原创 2011-09-19 14:58:46 · 107 阅读 · 0 评论 -
spring learn experience
org.springframework.context-3.1.0.M2.jarorg.springframework.beans-3.1.0.M2.jardist\org.springframework.core-3.1.0.M2.jarcommons-logging-1.1.1.jardist\org.springframework.asm-3.1.0.M2.jar...原创 2011-09-17 21:22:53 · 112 阅读 · 0 评论 -
log4j.properties 使用 (转)
(转自)http://www.blogjava.net/hwpok/archive/2008/01/16/175711.html log4j.properties 使用一.参数意义说明输出级别的种类ERROR、WARN、INFO、DEBUGERROR 为严重错误 主要是程序的错误WARN 为一般警告,比如session丢失INFO 为一般要显示的信息,比如登录登出...原创 2012-06-07 16:40:26 · 165 阅读 · 0 评论