Difference between revisions of "Developing Portlets with GWT"

From Gcube Wiki
Jump to: navigation, search
Line 1: Line 1:
 
How to write a portlet with the aim of GWT.
 
How to write a portlet with the aim of GWT.
  
== Predevelopment Installation ==
+
== Pre-development Installation ==
===Modifing Tomcat===
+
===Modifying Tomcat===
# Replace ''$CATALINA_HOME/webapps/gridsphere/WEB-INF/CustomPortal/layouts/TemplateLayout.xml'' with the one found [http://dlib.sns.it/bscw/bscw.cgi/0/55048 here]
+
# Replace ''$CATALINA_HOME/webapps/gridsphere/WEB-INF/CustomPortal/layouts/TemplateLayout.xml'' with the corresponding one found [http://dlib.sns.it/bscw/bscw.cgi/0/55048 here].
 +
# Include the gwt.js and script.html files found [http://dlib.sns.it/bscw/bscw.cgi/0/55048 here] in ''$CATALINA_HOME/webapps/gridsphere/html'' directory.

Revision as of 14:30, 1 March 2007

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 the gwt.js and script.html files found here in $CATALINA_HOME/webapps/gridsphere/html directory.