Posts tagged: jee

apache felix的简单使用

Felix,是Apache的一级项目,见: http://felix.apache.org/site/index.html Felix是OSGi R4服务平台的免费开源实现。由Oscar项目演变而来。当前版本:1.0.1。    发送文章为PDF   

星期四 十月 25th, 2007 in , , , , | No Comments »

Eric Newcomer谈OSGi的未来

Eric Newcomer谈osgi的发展。主要提及:    发送文章为PDF   

星期一 八月 27th, 2007 in , , , , , | No Comments »

Equinox的简单使用

Equinox是Eclipse的子项目,见: http://www.eclipse.org/equinox/ Equinox是OSGi R4标准框架规范的实现,该规范见: osgi.org/osgi_technology/download_specs.asp 日志引用构建spring-dm的simple-web-appeclipse开发最简单的osgi绑定    发送文章为PDF   

星期三 八月 1st, 2007 in , , , , , | No Comments »

使用OSCache

OSCache是缓存工具。网址: http://www.opensymphony.com/oscache/ 由一组类和JSP标签库组成。可细粒度的动态缓存JSP内容,Servlet响应或者任意对象。可使用内存,或者持久化到硬盘缓存,并能为网站提供容错支持(比如数据库关闭了,网站使用缓存的内容,用户仍可访问网站内容)。    发送文章为PDF   

星期四 七月 19th, 2007 in , , , , , | No Comments »

用于压缩依赖包的maven插件

Maven的插件minijar,用于压缩依赖包。minijar是mojo项目中的一个插件。mojo项目网址: http://mojo.codehaus.org/ minijar项目: http://mojo.codehaus.org/minijar-maven-plugin/    发送文章为PDF   

星期二 四月 10th, 2007 in , , , | No Comments »

JSP 2.1对JSP2.0的改动

见: http://jcp.org/aboutJava/communityprocess/maintenance/jsr245/245-MR1.html    发送文章为PDF   

星期四 一月 18th, 2007 in , , , | No Comments »

ant介绍

Ant是构建工具。Ant由Java编写。网址: http://ant.apache.org/ 软件构建过程:从源代码和文档到交付使用的产品的过程。    发送文章为PDF   

星期日 一月 16th, 2005 in , , , | No Comments »

使用DataSource小结

DataSource接口(javax.sql.DataSource)替代DriverManager获取Connection的方法,有以下好处: 可以在部署时灵活更换Connection实现; 可以更好的屏蔽数据库的相关性。 以下以oracle为例说明。    发送文章为PDF   

星期六 十月 23rd, 2004 in , , , , , , , | No Comments »

JSTL使用小结

JSTL即JSP标准标签库标准,当前标准的版本是1.1。JSTL是JSP标签库的一种应用。 官方网址: http://java.sun.com/products/jsp/jstl/    发送文章为PDF   

星期日 七月 11th, 2004 in , , , , | No Comments »

JSP EL语法小结

EL和JSTL用来替代JSP小脚本,削弱页面编程的灵活度,简化和规范页面编程。    发送文章为PDF   

星期六 六月 5th, 2004 in , , , , | No Comments »