Re: GWT 1.5.3 with Eclipse

2008-12-10 Thread Mandar Vaze
Checkout mini tutorial for using GWT with Eclipse at http://desipenguin.wordpress.com/2008/12/08/creating-gwt-application-using-eclipse/ This covers the setup part only, not GWT development. But looks like you need help with the setup initially. -Mandar On Dec 10, 1:47 am, pgoovaerts [EMAIL

GWT 1.5.3 with Eclipse

2008-12-09 Thread pgoovaerts
Hi, After a session at Devoxx, Antwerp, i got interested in GWT. I'm using Eclipse-IDE for java and web programming, so i'm searching for an eclipse-plug-in to test GWT with this current IDE. Who can give my a link for such? Any good starting points? Manuals / turorials? thanks.

Re: GWT 1.5.3 with Eclipse

2008-12-09 Thread Reinier Zwitserloot
You don't really need a plugin. The getting started guide (it's right there on the main GWT website) shows how to run the projectCreator/applicationCreator scripts. These already generate the .project file that eclipse needs (make sure you follow the 'I have eclipse' part of the getting started

Re: GWT 1.5.3 with Eclipse

2008-12-09 Thread [EMAIL PROTECTED]
Check out Instantiations GWT Designer www.instantiations.com An excellent product and a great value. If $60USD is too much, check out http://code.google.com/p/cypal-studio/ Cypal Studio does a lot of work for you, but is missing the visual development tools that GWT Designer has. For

Re: GWT 1.5.3 with Eclipse

2008-12-09 Thread paul s
with the maven archetype you can import a project in two steps... = http://gwt-maven.googlecode.com/svn/docs/maven-googlewebtoolkit2-plugin/archetype.html = mvn archetype:create -DarchetypeGroupId=com.totsp.gwt \ -DarchetypeArtifactId=maven-googlewebtoolkit2-archetype \