开发者

Any concern about using GAE + Spring + Velocity

开发者 https://www.devze.com 2023-03-04 11:59 出处:网络
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.

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


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号