template will be compiled. Furthermore the are plans to get a code-
prototyping easier. On the other hand in most projects you use tags
However a nice and interesting work. Thanks for sharing it.
On 16 Feb., 09:22, Mickael Gentil <
mickael.gen...@gmail.com> wrote:
> Hello,
>
> I've take a look. The tags are brilliants. It seems like ColdFusion :)
>
> Do you have made test between JAPID and CAMBRIDGE?
>
> Thanks for you work.
>
> regards
> Mickaël
>
> On Wed, Feb 16, 2011 at 7:25 AM, Erdinc Yilmazel <
erd...@yilmazel.com>wrote:
>
> > A Template Engine that I've developed for Java (
> >
http://cambridge.googlecode.com) can now be used with Play Framework as a
> > replacement or along with the built in template engine.
> > Cambridge brings a different approach to templating where all the template
> > files are valid html documents. It supports all the features of Play
> > Framework and my experiments show 2.5 times faster
> > page rendering compared to the built in Play Framework template engine.
>
> > Here is the wiki page on how to use Cambridge templates in your Play
> > Framework application :
> >
http://code.google.com/p/cambridge/wiki/UsingWithPlayFramework
> > and here is a blog post of mine which compares Cambridge to other template
> > engines like Velocity and Freemarker (