Home > GWT, Java > Gwt-Spring-Hibernate

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.

Categories: GWT, Java Tags:
  1. Eduardo Trzan
    September 8th, 2011 at 07:01 | #1

    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

    • Santhosh
      September 8th, 2011 at 15:12 | #2

      @Eduardo, please send that sample application and I will see if I can help you here.

  1. No trackbacks yet.