1、liferay中使用到的关键技术
这些技术是在liferay中使用到的(你知道的越多,做liferay开发越简单^_^)
JSR 168 (Java Portlet Specification) [url]http://jcp.org/aboutJava/communityprocess/final/jsr168/index.html[/url] J2EE (Servlets and .JSPs, optionally EJBs if transactions needed) Tomcat or JBoss (or numerous other application servers) [url]http://tomcat.apache.org/[/url] Any SQL database (mySQL or numerous other SQL databases) Struts + Tiles [url]http://struts.apache.org/[/url] (while Liferay supports a variety of presentation technologies, the pre-packaged portlets are developed using JSP and Struts) Velocity [url]http://jakarta.apache.org/velocity/[/url] EasyConf [url]http://easyconf.sourceforge.net/[/url] Hibernate [url]http://www.hibernate.org/[/url] Spring [url]http://www.springframework.org/[/url]
二:开发环境