記錄一些官方網

[轉載地址: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);

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章