随笔-126  评论-247  文章-5  trackbacks-0
10 2012 档案
Struts2 Convention Plugin ( struts2 零配置 )      摘要:
convention-plugin 可以用来实现 struts2 的零配置。

零配置的意思并不是说没有配置,而是通过约定大于配置的方式,大量通过约定来调度页面的跳转而使得配置大大减少。

  阅读全文
posted @ 2012-10-26 11:16 fancydeepin 阅读(11991) | 评论 (6)  编辑
hibernate annotation 之 一对多单向外键关联      摘要:

  阅读全文
posted @ 2012-10-21 08:04 fancydeepin 阅读(3954) | 评论 (1)  编辑
hibernate annotation 之 主键生成策略      摘要:


  阅读全文
posted @ 2012-10-12 20:10 fancydeepin 阅读(12809) | 评论 (4)  编辑
hibernate annotation 之 注解声明      摘要:


  阅读全文
posted @ 2012-10-12 11:38 fancydeepin 阅读(10970) | 评论 (7)  编辑
log4j 配置      摘要:


  阅读全文
posted @ 2012-10-11 20:12 fancydeepin 阅读(5455) | 评论 (0)  编辑
implements java.io.Serializable      摘要:
... ... ... ...

题目取得有点怪异,不管这个,其实是要说一下 java 中的 java.io.Serializable 接口。

... ... ... ...
  阅读全文
posted @ 2012-10-05 18:38 fancydeepin 阅读(3229) | 评论 (3)  编辑
Spring AOP + AspectJ framework      摘要:
... ... ... ...

AspectJ 是一个基于 Java 语言的 AOP 框架,提供了强大的 AOP 功能,Spring 从 2.0 起,对 AspectJ 功能都提供了支持 .

... ... ... ...
  阅读全文
posted @ 2012-10-05 00:31 fancydeepin 阅读(4836) | 评论 (1)  编辑
CXF + Spring 开发 Webservices      摘要: WebService 是一套标准,而不是一种具体的技术。不同的平台,不同的语言,大都提供了对 WebService 的开发实现。

在 JAVA 领域里,WebService 的框架有不少,常用的就有 AXIS,XFire , CXF 等 .

Apache CXF 是一个开源的 Services 框架 , 它 的前身是 Apache CeltiXfire , 继承自 Celtix 和 XFire 两大开源项目 ,

CXF 实现了 JAX-WS (Java API For XML-WebService) API,对 JAX-WS 提供了全面的支持 , 而且可以和 Spring 进行无缝集成。
  阅读全文
posted @ 2012-10-04 16:13 fancydeepin 阅读(6824) | 评论 (4)  编辑
maven SQL Server 驱动包
posted @ 2012-10-03 21:53 fancydeepin 阅读(9944) | 评论 (0)  编辑