Hello,
I have developed a sample application for GWT and Hibernate
integration using Gilead,
But i am getting the following error.
Caused by: java.lang.RuntimeException: Deferred binding failed for
'com.google.employee.client.EmployeeService' (did you forget to
inherit a required module?) at
com.
Hello i have created a simple GWT application which allows user to
add Name,address,email,sex and phone number.
E.G On UI there is 4 text boxes for Name,address,phone,email and
select box for sex
I have implemented hibernate and hsqldb, but when i am running the
program it gives me the following