Tuesday, May 29, 2012

Re: How to Connect MySQL Connection?

On 24/05/2012 15:07, Mahe wrote:
> I am Mahesh, new in GWT and Java. I want to create one application in
> that. Actually I do basic application like stop-watcher. But now i
> want connect my database to application and do dynamic application
> means like store all value in database of user registration form and
> show the the register user list.

You need to connect to the database on the server side: the client side is then provided
with the extracted data, via Pojo (plain old Java objects, ie. "dumb" classes with only
getters and setters), also called DTO (data transfer objects).

The connection to the database is done via JDBC.

I hope I gave enough keywords to help you in your search. :-)

--
Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr
-- -- -- -- -- -- -- -- -- -- -- -- -- --

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment