Mogwai EasyView is a free component library for Java Server Faces(JSF). It provides a generic mechanism to create complex user interfaces in a minimum amount of time. At the moment, only Facelets is supported as the View presentation layer.
Basically, a user interface is described using an expression. An expression is a list of properties combined with layout instructions. For every property, a label and an input component is generated. The label internationalisation is done using a provided ResourceBundle. Feel free to visit the projects website at http://mogwai.sourceforge.net for more details. Regards Mirko Sertic Project admin

