GWT Hibernate integration using Gilead

2012-06-07 Thread rahul.gamit89
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.

GWT + Hibernate + hsqldb

2012-04-27 Thread rahul.gamit89
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