您的位置:首页 > 其它

记录一些官方网

2009-10-15 15:11 561 查看
[转载地址:http://p-x1984.javaeye.com/blog/467100]

Spring

官方网站:http://www.springframework.org/

Ibatis

官方网站:http://ibatis.apache.org/

hibernate

官方网站:http://www.hibernate.org

Quartz

官方网站:http://quartznet.sourceforge.net/

log4j

官方网站:http://logging.apache.org/log4j/1.2/index.html

cglib

官方网站:http://cglib.sourceforge.net/

opensymphony

官方网站:http://www.opensymphony.com/

oscache

官方网站:http://www.opensymphony.com/oscache/

commons-dbcp

官方网站:http://commons.apache.org/dbcp/

commons-pool

官方网站:http://commons.apache.org/pool/

httpclient

官方网站:http://hc.apache.org/

poi(excel,word,powerpoint)

官方网站:http://poi.apache.org/

iText(pdf)

官方网站:http://www.lowagie.com/iText/

JSTL官方网站:http://java.sun.com/products/jsp/jstl/

Apache对JSTL的实现:http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html

(standard-1.1.2)

struts-tiles

http://struts.apache.org/

servlet/jsp:

// forward to the resource (typically a JSP)

// Note: The JSP is supposed to determine the content type itself.

RequestDispatcher rd = request.getRequestDispatcher(dispatcherPath);
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: