Sample application in GWT + Spring + Hibernate

I was thinking about using Spring + Hibernate with GWT, read quite a few links on this topic, but I can not start. So I'm looking for an example application using GWT + Spring + Hibernate (at least Spring + GWT), could you suggest any useful links?

Hi

+4
source share
2 answers

I found that http://code.google.com/p/tocollege-net/ is a great project to get started with GWT - Spring - Hibernate. Jeff Dwyer did a good job explaining how to do this in his book Pro Web 2.0 Application Development with GWT.

+2
source

Source: https://habr.com/ru/post/1315672/


All Articles