Difference between revisions of "Developing gCube Portlets Guide"
From Gcube Wiki
(→This Guide will lead you to development of a gCube Portlet) |
(→This Guide will lead you to development of a gCube Portlet) |
||
Line 6: | Line 6: | ||
* IDE: Eclipse 3.4+ J2EE with the following plugins installed | * IDE: Eclipse 3.4+ J2EE with the following plugins installed | ||
** Portal Pack 2.0.1 [PPAC] [https://eclipse-portalpack.dev.java.net/ get PPAC Eclipse Plugin] | ** Portal Pack 2.0.1 [PPAC] [https://eclipse-portalpack.dev.java.net/ get PPAC Eclipse Plugin] | ||
− | ** Google Eclipse Plugin [GECLIPSE] (If you want your portlet to use GWT) | + | ** Google Eclipse Plugin [GECLIPSE] (If you want your portlet to use GWT) [http://code.google.com/webtoolkit/download.html get GECLIPSE] |
** GWT 2.03 (Bundled with the above Plugin) | ** GWT 2.03 (Bundled with the above Plugin) | ||
− | === Creating | + | === Creating an empty Portlet Project === |
− | + | * Create a new Dynamic Web Project using eclipse | |
+ | |||
+ | [[File:NewDWP.jpg]] | ||
+ | |||
+ | ** in the Wizard next step we are going to add support for Porlet 2.0. and specify Tomcat 5.5 as Target Runtime (Optional) | ||
+ | |||
+ | [[File:NewPorlet.jpg]] |
Revision as of 14:18, 25 June 2010
This Guide will lead you to development of a gCube Portlet
Prerequisites
- IDE: Eclipse 3.4+ J2EE with the following plugins installed
- Portal Pack 2.0.1 [PPAC] get PPAC Eclipse Plugin
- Google Eclipse Plugin [GECLIPSE] (If you want your portlet to use GWT) get GECLIPSE
- GWT 2.03 (Bundled with the above Plugin)
Creating an empty Portlet Project
- Create a new Dynamic Web Project using eclipse
- in the Wizard next step we are going to add support for Porlet 2.0. and specify Tomcat 5.5 as Target Runtime (Optional)