Wiki source code of GWT Basics Home
Version 4.1 by christoph_lechleitner@iteg_at on 2013-02-02 06.58:22
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
4.1 | 1 | = {{id name="GWTBasicsHome-Introduction"/}}Introduction = |
| |
1.1 | 2 | |
| |
4.1 | 3 | This page provides a collection of GWT tipps and tricks which we have stumbled upon in the course of our projects, and could come in handy again. |
| 4 | |||
| |
3.1 | 5 | |
| |
1.1 | 6 | |
| |
4.1 | 7 | {{column width="60%"}} |
| |
3.1 | 8 | {{recently-updated/}} |
| 9 | {{/column}} | ||
| |
2.1 | 10 | |
| |
3.1 | 11 | {{column width="35%"}} |
| 12 | ====== {{id name="GWTBasicsHome-Navigatespace"/}}Navigate space ====== | ||
| 13 | |||
| 14 | {{locationSearch reference="WebHome"/}} | ||
| 15 | |||
| 16 | {{documentTree root="document:GWTBASICS.WebHome"/}} | ||
| 17 | {{/column}} | ||
| |
4.1 | 18 | |
| 19 | = {{id name="GWTBasicsHome-Sourcecodeandissuestrackers,GWTinotherClazzes.orgprojects"/}}Source code and issues trackers, GWT in other Clazzes.org projects = | ||
| 20 | |||
| 21 | When we started moving from GWT to DOJO, some of our GWT tools had not yet grown into separate projects. | ||
| 22 | |||
| 23 | Therefore I link them here: | ||
| 24 | |||
| 25 | Subversion: | ||
| 26 | |||
| 27 | (% style="list-style-type: square;" %) | ||
| 28 | * [[http:~~/~~/svn.clazzes.org/svn/gwt>>url:http://svn.clazzes.org/svn/gwt||style="font-size: 10.0pt;line-height: 13.0pt;" shape="rect"]] (root of gwt tools collection) | ||
| 29 | * [[http:~~/~~/svn.clazzes.org/svn/gwt/trunk/gwt-config-manager/>>url:http://svn.clazzes.org/svn/gwt/trunk/gwt-config-manager/||shape="rect"]] (GWT Config Manager) | ||
| 30 | * [[http:~~/~~/svn.clazzes.org/svn/gwt/trunk/gwt-extras/>>url:http://svn.clazzes.org/svn/gwt/trunk/gwt-extras/||shape="rect"]] (GWT-Extras), also read [[http:~~/~~/svn.clazzes.org/svn/gwt/trunk/gwt-extras-test/>>url:http://svn.clazzes.org/svn/gwt/trunk/gwt-extras-test/||shape="rect"]] | ||
| 31 | * [[http:~~/~~/svn.clazzes.org/svn/fancymail/trunk/gwt-fancymail-admin/>>url:http://svn.clazzes.org/svn/fancymail/trunk/gwt-fancymail-admin/||shape="rect"]] (GWT Fancymail Admin) | ||
| 32 | |||
| 33 | Jira: | ||
| 34 | |||
| 35 | (% style="list-style-type: square;" %) | ||
| 36 | * [[GWTCONFMAN>>url:https://jira.clazzes.org/browse/GWTCONFMAN||shape="rect"]] (GWT Config Manager) | ||
| 37 | * [[GWTEXTRAS>>url:https://jira.clazzes.org/browse/GWTEXTRAS||shape="rect"]] (GWT Extras) | ||
| 38 | * [[GWTFMADM>>url:https://jira.clazzes.org/browse/GWTFMADM||shape="rect"]] (GWT Fancymail Admin) | ||
| 39 | |||
| 40 | Other GWT tools we created are "hidden" in larger projects, see these: | ||
| 41 | |||
| 42 | * [[FancyMail>>doc:FANCYMAIL.WebHome]] (contains GWT FancyMail Admin) | ||
| 43 | * [[doc:GWTBASICS.GWT implementations of http-util HttpLoginService.WebHome]] | ||
| 44 | * [[Sketch>>doc:SKETCH.WebHome]] (including modules drawing to web pages in GWT environment) | ||
| 45 | |||
| 46 |