摘要: 本文介绍了一些J2EE开发的附加功能:实现图片上传、生成缩略图、实现RSS、实现全文搜索、发送Email 、中文支持等
阅读全文
摘要: 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
阅读全文
摘要: 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.
阅读全文
摘要: OSCache是当前运用最广的缓存方案,JBoss,Hibernate,Spring等都对其有支持,下面简单介绍一下OSCache的配置和使用过程。
阅读全文
摘要: weblogic Server允许通过设置weblogic应用程序扩展描述符(weblogic.xml)配置jsp容器,该文件通常位于web应用程序的web-inf目录下。一般不通过修改weblogic文件直接配置,而是通过控制台配置该文件,在Deploments-->web Application-->defaultWebApp中配置。可在开发和生产环境中配置不同的信息。
阅读全文