user710502
user710502

Reputation: 11469

New to GWT and Eclipse / Tomcat set up

I am new to GWT, and I have downloaded Eclipse R2, downloaded the plug in for tomcat and all the necessaty google plug ins. Now, I need to connect my application to a MySql database...? How should I add a MySql database into tomcat or how is it done using this?, I am familiat with MSSQL and C# Website but this is totally new. Thank you

Upvotes: 0

Views: 159

Answers (1)

jcdmb
jcdmb

Reputation: 3056

Use the jdbc driver for mysql. You can google for it.

Upvotes: 1

Related Questions