Software:Hamlets

From HandWiki
Hamlets
Developer(s)René Pawlitzek, IBM
Stable release
1.7.1 / June 29, 2012 (2012-06-29)
Written inJava
Operating systemCross-platform
TypeWeb application framework
LicenseBSD
Websitehttp://hamlets.sourceforge.net/

Hamlets (previously known as IBM Servlet-based Content Creation Framework) is the name of an open source system for generating web-pages originally developed by René Pawlitzek at IBM. He defines a Hamlet as a servlet extension that reads XHTML template files containing presentation using SAX (the Simple API for XML) and dynamically adds content on the fly to those places in the template which are marked with special tags and IDs using a small set of callback functions. A template compiler can be used to accelerate Hamlets.

Hamlets provide an easy-to-use, easy-to-understand, lightweight, small-footprint, servlet-based content creation framework that facilitates the development of Web-based applications. The Hamlets framework not only supports but also enforces the complete separation of content and presentation.

References