英文原文地址:
http://struts.apache.org/2.x/docs/developing-a-portlet-using-eclipse.html
mvn archetype:create -DgroupId=com.sf.portlet -DartifactId=portlet -DarchetypeGroupId=org.apache.struts -DarchetypeArtifactId=struts2-archetype-portlet -DarchetypeVersion=2.0.9-SNAPSHOT -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository
以上命令将在当前目录下生成以下目录结构:
./src/main/java/com/mycompany/myportlet/view/IndexAction.java
./src/main/java/com/mycompany/myportlet/edit/IndexAction.java
./src/main/webapp/WEB-INF/web.xml
./src/main/webapp/WEB-INF/view/index.jsp
./src/main/webapp/WEB-INF/portlet.xml
./src/main/webapp/WEB-INF/edit/index-success.jsp
./src/main/webapp/WEB-INF/edit/index-input.jsp
./src/main/webapp/WEB-INF/help/index.jsp
./src/main/webapp/index.jsp
./src/main/resources/struts.xml
./pom.xml
生成Eclipse工程文件:
mvn -Dwtpversion=1.0 -DdownloadSources=true eclipse:eclipse
。。。。。。。。。。
。。。。。。。。。。
分享到:
相关推荐
2. **Web Service for Remote Portal (WSRP)**: 是一种标准,用于使远程portlet能在不兼容的Portal服务器之间通信,使内容能够跨平台共享。 3. **Portlet**: Portlet是Portal中的一个独立单元,它可以是新闻阅读器...
portalet规范2.0,xsd模板。
在IBMPortal项目中,“Portalet”是指可以在门户中嵌入的小型应用程序或组件,它们通常用于提供特定的功能或信息展示。 #### 二、主题与皮肤开发 在IBMPortal中,**主题**和**皮肤**的概念非常重要,它们直接关系...
portal portalet 主题 皮肤 开发 IBM
2. **事件处理**:新的事件模型允许portlet之间进行通信,一个portlet可以发布事件,另一个portlet可以订阅并响应这些事件。这增强了portlet间的协作能力,提供了更丰富的信息共享和集成。 3. **资源请求和过滤器**...
liferay集成struts2 spring hibernate的完整示例,下载后将项目放入lifeRay的SDK下的portalet 目录,然后在本地数据库中创建BOOK表(bookId、bookName、BookType),修改portal.properties中JDBC连接属性,在Eclipse...
在深入讨论定制过程之前,首先需要理解门户的基本结构。 门户页面的构建基于JSP(JavaServer Pages),这些JSP位于was_root/installedApps/hostname/wps.ear/wps.war目录下的/screens、/themes和/skins子目录中。...
Portal Architecture Constructing Portlets Portal Integration and Features References and Additional Information
标题中的"portalUi一个主页的ui"指的是一个用于构建门户网站用户界面的框架或库,它专为首页开发设计,提供高度可定制和交互性。在IT行业中,门户网站UI设计是至关重要的,因为它需要吸引用户并提供高效的信息导航。...
2 liferay-portal-6.1.1-ce-ga2(Bundled with Tomcat) 3 liferay-portal-src-6.1.1-ce-ga2(Portal Source,可选) 4 liferay IDE 1.6 5 Java SDK(开发Java程序当然要安装,请配置好环境变量) 二、配置SDK 打开Liferay...