
Carefx_relate
zjx2388
生活在爪洼岛上
Java is my life,but not all!
展开
-
Portal服务器,Portlet容器,Portlet 的区别
这里所说的Portal是指JCP-JSR168规范所描述的:Portal是一个基于Web的应用,通常它提供个性化、单点登录、内容集成和显示等功能。Portal技术包括三个方面: 1) Portal服务器(Portal Server); 2) Portlet容器;(Portlet Container) 3) Portlet。 1) Portal Server 的定义是 一个...原创 2011-08-24 17:06:35 · 288 阅读 · 0 评论 -
Maven & pom.xml
POM.XML artifactId: The artifactId is generally the name that the project is known by groupId: This is generally unique amongst an organization or a project version: This is the ...原创 2011-08-29 10:49:48 · 105 阅读 · 0 评论 -
GWT 中日期格式化 ,处理Date
1. 继承模块 在XX.gwt.xml中引入: <inherits name="com.google.gwt.i18n.I18N"/> 2. 在代码中使用: import com.google.gwt.i18n.client.DateTimeFormat; 在client 中使用SimpleDateFor...原创 2011-10-27 11:21:08 · 384 阅读 · 0 评论