GvTags - The Web is getting Groovy



(Back to docs.huihoo.com)

Introduction

GvTags is a lightweight yet powerful tag library and template engine for the new dynamic programming language Groovy.

The GvTags tag library can be used to generate web pages with powerful tag support. This tag library can be used with the template servlet of GvTags (TagTemplateServlet) or with JavaServer Pages (JSP). GvTags might be for the Groovy programming language what the combination of JSTL and Struts is for Java.

The GvTags template engine (TagTemplateEngine) is a template engine for groovy with support for custom tags. It can be used to generate any kind of text documents (ASCII or Unicode). Since it is written in Groovy and compiled to a Java class file, it can be used from Groovy, from Java, as an ant task or from the command line. If the template engine is applied to Groovy, if allows some nice Groovy meta programming.

Links

• http://www.gvtags.org/
• http://sourceforge.net/projects/gvtags/
• http://developer.berlios.de/projects/gvtags/
• http://download.huihoo.com/gvtags/