Re: {ANN} ring.velocity: render apache velocity templates for ring in clojure.

2012-07-19 Thread dennis zhuang
I've released ring.velocity 0.1.0 https://github.com/killme2008/ring.velocity Thanks. 2012/7/18 Sun Ning > enlive最大的好处是页面html页面不会掺入任何模板语言**,直接就可以在浏览器里预览页面设计 > 但是用的时候思维确实和传统的模板引擎不太一样 > > > On Wed 18 Jul 2012 12:50:39 PM CST, Shen, Feng wrote: > >> 同感enlive较复杂。前段时间,转向了Mustache。 >> >> 沈锋 >> 美味书签 ht

Re: {ANN} ring.velocity: render apache velocity templates for ring in clojure.

2012-07-17 Thread Sun Ning
enlive最大的好处是页面html页面不会掺入任何模板语言,直接就可以在浏览器里预览页面设计 但是用的时候思维确实和传统的模板引擎不太一样 On Wed 18 Jul 2012 12:50:39 PM CST, Shen, Feng wrote: 同感enlive较复杂。前段时间,转向了Mustache。 沈锋 美味书签 http://mei.fm On Wed, Jul 18, 2012 at 11:59 AM, dennis zhuang mailto:killme2...@gmail.com>> wrote: 其实就是几行代码封装下,我觉的velocity比什

Re: {ANN} ring.velocity: render apache velocity templates for ring in clojure.

2012-07-17 Thread Shen, Feng
同感enlive较复杂。前段时间,转向了Mustache。 沈锋 美味书签 http://mei.fm On Wed, Jul 18, 2012 at 11:59 AM, dennis zhuang wrote: > 其实就是几行代码封装下,我觉的velocity比什么enlive好用多了。 > > 2012/7/18 Shen, Feng > > 不错不错。 >> velocity 在java中用得较广。 >> 这样为potential 的 clojure用户铺了一下道路。 >> >> 沈锋 >> 美味书签 http://meiwei.fm >>

Re: {ANN} ring.velocity: render apache velocity templates for ring in clojure.

2012-07-17 Thread dennis zhuang
其实就是几行代码封装下,我觉的velocity比什么enlive好用多了。 2012/7/18 Shen, Feng > 不错不错。 > velocity 在java中用得较广。 > 这样为potential 的 clojure用户铺了一下道路。 > > 沈锋 > 美味书签 http://meiwei.fm > > > > On Wed, Jul 18, 2012 at 12:00 AM, dennis zhuang wrote: > >> A little error in getting started missing :age >> >> (ren

Re: {ANN} ring.velocity: render apache velocity templates for ring in clojure.

2012-07-17 Thread Shen, Feng
不错不错。 velocity 在java中用得较广。 这样为potential 的 clojure用户铺了一下道路。 沈锋 美味书签 http://meiwei.fm On Wed, Jul 18, 2012 at 12:00 AM, dennis zhuang wrote: > A little error in getting started missing :age > > (render "test.vm" :name "dennis" :age 29) > > > 2012/7/17 dennis zhuang > >> Hi,all >

Re: {ANN} ring.velocity: render apache velocity templates for ring in clojure.

2012-07-17 Thread dennis zhuang
A little error in getting started missing :age (render "test.vm" :name "dennis" :age 29) 2012/7/17 dennis zhuang > Hi,all > > Apache velocity is a great java template > engine used widely. I want to use it in clojure with compojure and ring > framework,so i've

{ANN} ring.velocity: render apache velocity templates for ring in clojure.

2012-07-17 Thread dennis zhuang
Hi,all Apache velocity is a great java template engine used widely. I want to use it in clojure with compojure and ring framework,so i've created this project---ring.velocity. Home: https://github.com/killme2008/ring.velocity Getting started: Adds dependency in