Tagged Questions

0
votes
1answer
64 views

How to use the John Resig JavaScript Micro-Templating engine?

I have searched for a bit on a basic example on using the John Resig JavaScript Micro-Templating engine on google but came out dry. I decided to bring it to base guys. Can anyone …
3
votes
3answers
89 views

What’s the most Pythonic XHTML/HTML parser/generator/template module that supports DOM like access?

It should be able to create, modify and read X/HTML in a highly object oriented way that still feels DOM like but is not obese, and is really Pythonic. Preferably it would deal wit …
5
votes
4answers
872 views

How do I execute ruby template files (ERB) without a web server from command line?

Hello! I need ERB (Ruby's templating system) for templating of non-HTML files. (Instead, I want to use it for source files such as .java, .cs, ...) How do I "execute" Ruby templa …
1
vote
1answer
43 views

Grails: what are the other alternatives to sitemesh for gsp view layouts?

Sitemesh seems to be an open-source project with minimal activity and small user community. So, I was wondering whether there are (better) alternatives to sitemesh, as a templating …
1
vote
3answers
276 views

What javascript templating engine do you recommend?

Do you have experience with a Javascript templating engine, one that is stable, easy to use and has good performance? I need to do apply the same template many times for different …
0
votes
9answers
466 views

What is the fastest template system for Python?

Jinja2 and Mako are both apparently pretty fast. How do these compare to (the less featured but probably good enough for what I'm doing) string.Template ?
3
votes
7answers
687 views

Is the NVelocity project dead? Are there alternatives?

I'm looking for a template engine for .NET/C# to generate email notifications in my application. I read about NVelocity in the past and think it would fit my needs, but it seems th …
5
votes
5answers
1k views

C++ HTML template framework, templatizing library, HTML generator library

I am looking for template/generator libraries for C++ that are similar to eg. Ruby's Erb, Haml, PHP's Smarty, etc. It would be great if I it would sport some basic features like l …
0
votes
2answers
97 views

PHP Smarty - Get a list of all the variables in a template?

I'm using Smarty and PHP. If I have a template (either as a file or as a string), is there some way to get smarty to parse that file/string and return an array with all the smarty …
2
votes
2answers
91 views

Can I use T4 programmatically from C# ?

I am writing software that produces C# code. Mostly I am using StringTemplate and StringBuilder. Is there any way to use T4 templates direct from my code?
2
votes
2answers
50 views

Universal template/config syntax

I have a number of applications written in different languages (Java, JavaScript, PHP, etc.). Their view/presentation layers display things in various formats: HTML, plain text, et …
3
votes
4answers
2k views

Which Java MVC frameworks integrate easily with StringTemplate?

It's hard to see how StringTemplate integrates easily (or not) with popular Java web MVC frameworks. Which Java MVC frameworks integrate easily with StringTemplate? A good answer …
0
votes
1answer
25 views

Plugable Email Templating solution for C#

Is anyone aware of a plugable Email Templating solution for C#? I've grown weary of having to roll my own each project and I imagine there are more robust solutions out there. It …
-3
votes
2answers
64 views

Is the RainTPL template engine good?

Hi my great friends, I'm searching for a small Templates Engine for a small site and I found RainTPL 1.7.1 and I want your opinion on it. Can I use it or do you think its not fas …
1
vote
3answers
177 views

Velocity vs. FreeMarker

Velocity or FreeMarker? They look pretty much the same, even the syntax? What to use? Or when to use what?

1 2 3 4 5 next
15 30 50 per page