Developing Portlets with GWT

From Gcube Wiki
Revision as of 13:40, 1 March 2007 by Valia (Talk | contribs)

Jump to: navigation, search

How to write a portlet with the aim of GWT.

Pre-development Installation

Modifying Tomcat

  1. Replace $CATALINA_HOME/webapps/gridsphere/WEB-INF/CustomPortal/layouts/TemplateLayout.xml with the corresponding one found here.
  2. Include gwt.js and script.html files found here in $CATALINA_HOME/webapps/gridsphere/html directory.

Modifying Gridpshere Home

If you want you can also apply the respective changes to gridsphere's home directory. This can be useful if, for some reason, you want to redeploy gridsphere.

Installing GWT

  1. Download the latest version of GWT from here.