有关使用 GAE 的任何疑虑 +春天 +速度

发布于 2024-11-05 06:53:23 字数 212 浏览 3 评论 0原文

我刚刚开始一个项目,并决定将 Spring 与 Appengine 一起使用。

我现在正在寻找一个好的模板引擎,它可以轻松地与 Spring 集成,并且也可以在 AppEngine 上运行。

从我到目前为止所看到的来看,我真的很鼓励速度做事的方式。

你们对使用这种组合有什么优点/缺点吗?

有什么不好的经历吗?

非常感谢所有的意见

I'm just starting a project and decided to use Spring with Appengine.

I'm now looking for a good template engine which integrates easily with Spring and also works on AppEngine.

From what I have seen so far, I'm really enjoining velocity way of doing things..

Do you guys have any pro/cons about using this combination?

Any bad experience?

Thanks a lot for all opinions

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

橙幽之幻 2024-11-12 06:53:23

我的建议是按照你所知道的去做。

Spring MVC 与 Apache Velocity 配合良好。它还支持 JSP 和 Freemarker。每个都有其爱好者。

我们使用 Spring 框架、Spring MVC 和 Velocity 构建了一个复杂的软件即服务网站。 (作为免责声明,我已经与 Velocity 合作多年,并且是贡献者之一)。我们小组的总体感觉是 Spring/Velocity 很容易使用,无论是网页还是电子邮件生成。

我还没有在 GAE 上尝试过,但在 GAE 限制中没有看到任何可以阻止它正常工作的内容。

My suggestion is to go with what you know.

Spring MVC works well with Apache Velocity. It also supports JSP and Freemarker. Each has its enthusiasts.

We've built a sophisticated software-as-a-service web site using the Spring Framework, with Spring MVC and Velocity. (As a disclaimer, I've been working with Velocity for years and am one of the contributors). The general feeling in our group is that Spring/Velocity is easy to work with, both for web page and email generation.

I've not tried it with GAE, but see nothing in the GAE restrictions that should prevent it from working properly.

寄离 2024-11-12 06:53:23

我目前在生产应用程序引擎服务中使用 Spring + Velocity。太棒了!

目前,我唯一没有很好地合并的组件是 DCEVM 因为不需要在 Java 类中进行更改时重新启动开发服务器。

您还可以查看我的帖子: Spring-mvc + Velocity + DCEVM

I am currently using Spring + Velocity in a production appengine service. It's awesome!

The only component that I didn't incorporated well, at the moment, is the the DCEVM for not needing to restart the development server when doing changes in the Java classes.

You can also check my post about this: Spring-mvc + Velocity + DCEVM

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文