Télécharger la liste

Description du projet

GvTags is a lightweight yet powerful tag library and template engine for the dynamic programming language Groovy. The tag library can be used to generate Web pages with powerful tag support. It can be used with the template servlet of GvTags (TagTemplateServlet) or with JavaServer Pages (JSP). The template engine can be used to generate any kind of text documents. Since it is written in Groovy and compiled to a Java class file, it can be used from Groovy as well as from Java.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-02-18 02:11
0.3.1

Le présent communiqué est basé sur Groovy 1.5, et le serveur Web intégré a été mis à niveau vers la jetée 6.1. Une nouvelle balise a été mis en œuvre: la balise de page pour définir le codage des caractères et le type de contenu. L'exploitation forestière a évolué vers des communes d'archivage d'Apache avec log4j au lieu du JDK exploitation forestière.
This release is based on Groovy 1.5, and the embedded Web server has been upgraded to Jetty 6.1. A new tag has been implemented: the page tag to define character encoding and content type. Logging has switched to Apache commons logging with log4j instead of JDK logging.

2006-07-17 01:51
0.3.0

GvTags dispose désormais d'un script de ligne de commande pour démarrer GvTags. Il contient une tâche ant pour inclure les TagTemplateEngine dans des scripts Ant. Un serveur HTTP basée sur la jetée est intégré. Vous pouvez télécharger un tout-en-un de distribution, qui contient tout pour exécuter GvTags. Migration vers Groovy 1.0 JSR 06, amélioration des performances, et la balise de cas utilise maintenant le isCase () method.
Tags: Major feature enhancements
GvTags now has a command line script to start GvTags. It contains an ant task to include the TagTemplateEngine in ant scripts. An HTTP server based on jetty is embedded. You can download an all-in-one distribution, which contains everything to run GvTags. Migration to Groovy 1.0 JSR 06, performance improvements, and the case tag now uses the isCase() method.

2006-04-02 09:38
0.2.2

GvTags a été mis à jour pour la version 1.0 Groovy JSR-05. La manipulation GString a été affinée. Il contient désormais des tests unitaires de toutes les pages de test. Améliorations de performance ont été atteints, et le rendement est à peu près doublé. Le moteur de template peut désormais être invoqué depuis la ligne de commande. Il supporte le mode interprété et compilé.
Tags: Major feature enhancements
GvTags has been updated to Groovy Release 1.0
JSR-05. The GString handling has been refined. It
now contains unit tests for all test pages.
Significant performance improvements were
achieved, and performance was roughly doubled. The
template engine can now be invoked from the
command line. It supports interpreted and compiled
mode.

2005-11-27 22:42
0.2.1

Cette version apporte GvTags à jour avec Groovy JSR04.
Tags: Minor feature enhancements
This release brings GvTags up to date with Groovy JSR04.

2005-11-17 23:34
0.2.0

GvTags a maintenant un TemplateEngine avec le soutien de Tag. Il peut être utilisé pour traiter les documents texte par la TagTemplateEngine, ou il peut remplacer un JSP avec la TagTemplateServlet.
GvTags now has a TemplateEngine with Tag support. It can be used to process text documents by the TagTemplateEngine, or it can replace a JSP with the TagTemplateServlet.

Project Resources