Re: Deploy GWT .war with Servlet in Tomcat

2011-12-12 Thread mpp4manu
There is a tutorial, a bit dated, on the IBM DeveloperWorks website that shows how a build similar to what you are attempting is done. Part 1 is here: http://www.ibm.com/developerworks/opensource/tutorials/os-ag-gwt1/ This tutorial uses Apache Geronimo (with Tomcat) and a MySQL back end, but I

Re: Setup Database Access in Development Mode

2011-11-30 Thread mpp4manu
I also fairly new to GWT. I found the following tutorial to be helpful, however, it is 4 years old so you will have to modify some code to make it work. I suggest downloading the project file and work through the tutorial. You will need to change some things such as the location of your GWT

Re: MySql Connection Problem

2011-11-30 Thread mpp4manu
I am new to GWT and Java programming in general. I have am using Apache Geronimo to set up database pools. Once I understood how to use them, my database connectivity issues went away. Here is part 1 of a 2 part tutorial on GWT, Geronimo and MySQL:

GWT Widget in Designer with Database Specific Attributes

2011-11-30 Thread mpp4manu
I am very new to all technologies surrounding GWT, so feel free to point and laugh at the following question: I want to build a listbox widget that has properties which will insert items into (onModuleLoad) based upon rows returned from a MySQL database query. The additional properties would be