Where can I find more Webappcreator GWT templates?
I am learning GWT and creating a new project which I call webappcreator with
-templates sample,ant,eclipse,readme
Using the sample template is a great start, but the "sample" is very limited.
Where can I find more templates like "sample"?
I'm guessing I'm looking for a simple GWT code generator.
+3
source to share
1 answer
As stated in the gwtproject / gwt source code: https://github.com/gwtproject/gwt/tree/c9c32256f6ffb8ca69f50693a06b91bc25331fef/user/src/com/google/gwt/user/tools/templates
- ant
- eclipse
- Maven
- readme
- sample
+2
source to share