您知道有多少项目使用 Velocity 框架
您知道有多少成功的项目使用 Velocity 框架来开发他们的 UI 吗?我问的原因是 Velocity 在大多数情况下被 JSP 标签取代,但在我们的产品中我们仍然使用 Velocity 框架。
Do you have idea how many sucessful projects used Velocity framework for developing their UI ?.The reason I am asking is Velocity is replaced in most of the cases by JSP tags, but in our product we still use Velocity frmaework.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
通常情况恰恰相反。 人们用 Velocity 取代 JSP。 (因为更好的关注点分离)使用 Velocity 的项目列表太长,无法列出这里。 我知道使用velocity的一个大网站是joost.com。
Usually it's the other way around. People replace JSPs with Velocity. (Because of a better separation of concerns) The list of projects using Velocity is too long to list here. A big site that I know is using velocity is joost.com.
这个由 Velocity WIKI 页面提供支持应该能让您了解使用“少数”项目以某种方式的速度。
This Powered By Velocity WIKI Page should give you an idea of just a "few" projects that use Velocity in a way or another.
至少有数百个:)。
在上面提到的由 Velocity 提供支持页面上,仅列出了其中的“少数”。
我认为 Velocity 并未被 JSP“取代”,但它是一种替代方案。 这是一个非常好的、高效的替代方案,因为大多数用户会发现它比 JSP 更容易学习。
当然,还有其他非常好的模板引擎,但 Velocity 似乎具有迄今为止最简单的语法,而且它的性能非常好。
At least hundreds of them :).
On the Powered by Velocity page mentioned above, are listed just a "few" of them.
I think Velocity is not "replaced" by JSP but it's an alternative. It's a very good and efficient alternative, as most users will find much easier to learn it than JSP.
Of course, there are other very good template engines too, but Velocity seems to have the simplest syntax so far, and it's performance is very good.
我敢打赌,在企业防火墙后面使用速度进行 ui 渲染、电子邮件格式化等的网站比我们所知的要多得多。 它也嵌入到其他 apache 项目中,并且还可以用作非常干净的代码生成器......比使用 xslt/xpath 好得多。 我的下一个项目是 jdo/stripes/velocity/gwt。
I'd bet there are far more sites using velocity for ui rendering, email formatting etc behind corporate firewalls than we will ever know. Its also embedded in other apache projects, and can also be used as a very clean code generator ... Much nicer than working with xslt/xpath. My next project is jdo/stripes/velocity/gwt.