Re: GWT + Tomcat + MySQL: How to set up a development environment

2011-04-26 Thread Maurizio Moro
Il 26/04/2011 06:12, Ani ha scritto: Hi there, I am about to create a web application using GWT + MySQL. My understanding is that I need to set up an external server (Tomcat) in order to use a MySQL back-end. What's the best way of doing this: 1. Create a Tomcat - Web Dynamic Project and get GW

Re: GWT + Tomcat + MySQL: How to set up a development environment

2011-04-26 Thread Juan Pablo Gardella
Hi, "I am about to create a web application using GWT + MySQL. My understanding is that I need to set up an external server (Tomcat) in order to use a MySQL back-end" No really, GWT is to build frontend. So you can do your backend in other language, for example PHP and communicate with GWT via JS

GWT + Tomcat + MySQL: How to set up a development environment

2011-04-26 Thread Ani
Hi there, I am about to create a web application using GWT + MySQL. My understanding is that I need to set up an external server (Tomcat) in order to use a MySQL back-end. What's the best way of doing this: 1. Create a Tomcat - Web Dynamic Project and get GWT up and running. 2. Create a Google -