Projects tagged ‘library’, ‘programming’, and ‘templating’


[3 total ]

149USERS
   

Smarty is a template engine for PHP. More specifically, it facilitates a manageable way to separate application logic and content from its presentation.

1USERS

WebMacro is a Java server-side web template engine and servlet development framework. It makes it easy to separate business logic from presentation, so that programmers need not worry about presentation, and designers need not worry about business ... [More] logic. WebMacro lets programmers get back to programming in a standard language with standard objects while letting page designers spend more time on appearances and less time wading through program code they don't want to understand. [Less]

1USERS

Sometimes it's nice to be able to generate code on the fly. This tool does just that. You declare a few rules that can be used to define the class names you want to auto-generate and then the code that is to be built from it. Later you create your auto-generator object and start using the auto-generated classes.