摘要: 本文介紹了一些J2EE開發(fā)的附加功能:實(shí)現(xiàn)圖片上傳、生成縮略圖、實(shí)現(xiàn)RSS、實(shí)現(xiàn)全文搜索、發(fā)送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是當(dāng)前運(yùn)用最廣的緩存方案,JBoss,Hibernate,Spring等都對其有支持,下面簡單介紹一下OSCache的配置和使用過程。
閱讀全文
摘要: weblogic Server允許通過設(shè)置weblogic應(yīng)用程序擴(kuò)展描述符(weblogic.xml)配置jsp容器,該文件通常位于web應(yīng)用程序的web-inf目錄下。一般不通過修改weblogic文件直接配置,而是通過控制臺配置該文件,在Deploments-->web Application-->defaultWebApp中配置。可在開發(fā)和生產(chǎn)環(huán)境中配置不同的信息。
閱讀全文