Difference between revisions of "Developing Portlets with GWT"
From Gcube Wiki
Line 1: | Line 1: | ||
How to write a portlet with the aim of GWT. | 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 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 13:30, 1 March 2007
How to write a portlet with the aim of GWT.