Re: save form data in database

2009-07-29 Thread Tobe
I added the jar to the build path and built the project but still get the error: C3P0Registry cannot be resolved. On Jul 29, 2:50 am, brett.wooldridge brett.wooldri...@gmail.com wrote: You have to add the CP30 jar to your project's Build Path.  Right- click on project- Properties - Java Build

Re: save form data in database

2009-07-28 Thread Tobe
I want to save the data into my own MySQL database and not in the datastore --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: save form data in database

2009-07-28 Thread brett.wooldridge
I run MySQL with a C3P0 connection pool in front of it. This is what I did [almost] verbatim. This is assuming you're running Jetty and servlets/RPC. 1. In your war/WEB-INF/lib put the c3p0 jar. Get C3P0 from here http://sourceforge.net/projects/c3p0. 2. In your war/WEB-INF/lib put the

Re: save form data in database

2009-07-28 Thread Jim
Take a look at http://www.gwtorm.com/gwtMail.jsp. It may help it. Jim On Jul 28, 8:09 am, brett.wooldridge brett.wooldri...@gmail.com wrote: I run MySQL with a C3P0 connection pool in front of it.  This is what I did [almost] verbatim.  This is assuming you're running Jetty and servlets/RPC.

Re: save form data in database

2009-07-28 Thread Tobe
@Brett I'm using Eclipse and did the things you've posted. I also added the 2 jars in the run configurations, but by compiling the source I get errors for C3P0Registry. On Jul 28, 2:09 pm, brett.wooldridge brett.wooldri...@gmail.com wrote: I run MySQL with a C3P0 connection pool in front of it.

Re: save form data in database

2009-07-28 Thread brett.wooldridge
You have to add the CP30 jar to your project's Build Path. Right- click on project- Properties - Java Build Path - Libraries. -Brett On Jul 29, 1:34 am, Tobe tobias.jungnic...@googlemail.com wrote: @Brett I'm using Eclipse and did the things you've posted. I also added the 2 jars in the run

save form data in database

2009-07-27 Thread Tobe
Hi, I want to save data from a form into a database by using GWT. Is there a tutorial how to do it or can somebody paste an example source code? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: save form data in database

2009-07-27 Thread Kwhit
http://code.google.com/webtoolkit/tutorials/1.6/appengine.html I would walk through all of the tutorials on that page --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,