Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using the GWT(Google Web Tool-Kit) version 2.5.1. I am already done for develop sample application to display that username and password. But i am not identifying how to insert that values into MySQL database table by using JDBC of Hiberante. Any body know's that please send me complete code.

This is my mail-id: [email protected]

thanks & regards

Subbareddy.N

share|improve this question

1 Answer

GWT is NOT a java application environment. It compiles to javascript. You must send your data to a java server running in a full JVM.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.