记录一些官方网

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);

 

 


tiles

java基础
j2ee(jsp,js...ejb)

--java模式

你可能感兴趣的:(apache,log4j,jsp,Hibernate,ibatis)