java GWT + Spring + Hibernate 中的示例应用程序

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3247380/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-30 00:59:09  来源:igfitidea点击:

A sample application in GWT + Spring + Hibernate

javahibernatespringgwt

提问by user237865

I've been thinking of using Spring + Hibernate with GWT, read a quite a few links on this topic but I'm not able to get started. So I'm looking for a sample application using GWT + Spring + Hibernate (at least Spring + GWT), could you please suggest any useful links.

我一直在考虑将 Spring + Hibernate 与 GWT 结合使用,阅读了很多关于此主题的链接,但我无法开始。所以我正在寻找一个使用 GWT + Spring + Hibernate(至少是 Spring + GWT)的示例应用程序,请您提出任何有用的链接。

回答by Mat B.

I found that http://code.google.com/p/tocollege-net/is great project to start with the GWT - Spring - Hibernate. Jeff Dwyer has done good job explaining on how to do it in his book Pro Web 2.0 Application Development with GWT.

我发现http://code.google.com/p/tocollege-net/是从 GWT - Spring - Hibernate 开始的好项目。Jeff Dwyer 在他的书 Pro Web 2.0 Application Development with GWT 中很好地解释了如何做到这一点。