捕风之巢

统计

留言簿(3)

java友情链接

阅读排行榜

评论排行榜

java高级

事务隔离EJB的使用

posted @ 2007-01-15 16:01 捕风 阅读(415) | 评论 (0)  编辑

ant结合junit进行软件自动测试

posted @ 2006-11-28 17:11 捕风 阅读(316) | 评论 (0)  编辑

使用Ant运行本地程序(转)

posted @ 2006-11-28 17:09 捕风 阅读(1402) | 评论 (2)  编辑

Ant+Tomcat自动部署

posted @ 2006-11-23 08:59 捕风 阅读(17684) | 评论 (1)  编辑

Ant基本使用指南

posted @ 2006-11-23 08:56 捕风 阅读(910) | 评论 (0)  编辑

了解AOP(一)

posted @ 2006-10-25 10:06 捕风 阅读(210) | 评论 (0)  编辑

Spring AOP中文教程

posted @ 2006-10-25 10:04 捕风 阅读(324) | 评论 (0)  编辑

关于AspectJ 中的pointcut 语法

posted @ 2006-10-19 17:28 捕风 阅读(286) | 评论 (0)  编辑

j2ee小应用
     摘要: 本文介绍了一些J2EE开发的附加功能:实现图片上传、生成缩略图、实现RSS、实现全文搜索、发送Email 、中文支持等  阅读全文

posted @ 2006-10-13 10:08 捕风 阅读(256) | 评论 (1)  编辑

Caching the result of methods using Spring and EHCache
     摘要: Spring 1.1.1 introduced integration for EHCache for general cache use.I will show here a sample Interceptor that allows for declarative caching of methods results  阅读全文

posted @ 2006-10-11 11:27 捕风 阅读(375) | 评论 (0)  编辑

spring+AOP+osCache
     摘要: I've written an AOP interceptor which allows you to specify which methods to cache for Spring beans.Different cache providers are available: Memory HashMap, EHCache, OSCache (which is clusterable) and SwarmCache.  阅读全文

posted @ 2006-10-11 09:43 捕风 阅读(805) | 评论 (0)  编辑

OSCache使用指南
     摘要: OSCache是当前运用最广的缓存方案,JBoss,Hibernate,Spring等都对其有支持,下面简单介绍一下OSCache的配置和使用过程。  阅读全文

posted @ 2006-10-11 09:37 捕风 阅读(434) | 评论 (0)  编辑

J2EE For Weblogic开发中Weblogic.xml文件的配置
     摘要: weblogic Server允许通过设置weblogic应用程序扩展描述符(weblogic.xml)配置jsp容器,该文件通常位于web应用程序的web-inf目录下。一般不通过修改weblogic文件直接配置,而是通过控制台配置该文件,在Deploments-->web Application-->defaultWebApp中配置。可在开发和生产环境中配置不同的信息。
  阅读全文

posted @ 2006-10-11 09:29 捕风 阅读(3280) | 评论 (0)  编辑