Difference between revisions of "Developing Portlets with GWT"
From Gcube Wiki
Line 5: | Line 5: | ||
# 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]. | # 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. | # 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. | ||
+ | --[[User:Valia|Valia]] 14:33, 1 March 2007 (EET) |
Revision as of 13:33, 1 March 2007
How to write a portlet with the aim of GWT.
Pre-development Installation
Modifying Tomcat
- Replace $CATALINA_HOME/webapps/gridsphere/WEB-INF/CustomPortal/layouts/TemplateLayout.xml with the corresponding one found here.
- Include the gwt.js and script.html files found here in $CATALINA_HOME/webapps/gridsphere/html directory.
--Valia 14:33, 1 March 2007 (EET)