Gwt-Spring-Hibernate
At times the problem with Java eco-system is its complexity due to availability plethora of choice of tools/frameworks. Getting a basic application with appropriate stack working is the big hurdle.
Same goes with the effort to get the Gwt-Spring-Hibernate stack working.
There have been lots of references about Gilead and Gwt-Sl libraries and how to use them to glue the stacks together but couldn’t find a complete deploy-able application. Hence this post.
Here is a complete deploy-able war file and its source. The example uses the following libraries.
- Smart Gwt
- Gwt
- Gwt-Sl
- Gilead
- Spring
- Hibernate
- Hsqldb
Download the war, deploy and test it. Explore the source to get the understanding of stack. Post a comment if you have any questions.
Hi,
I’ve been trying to get GWT – Spring – Hibernate – Gilead working for quite a long. My Spring and hibernate application are fine. The problem is GWT and Gilead. I tried your code and could put it working as a eclipse project.
What exactly I need to define in the application-context, GreetingService and libraries?
I was trying to put a very simple application. Just Database and GWT.
May I send my project to you?
Thanks
@Eduardo, please send that sample application and I will see if I can help you here.