by fdolibois
JFormular is a form based MCV-App Framework. It allows developer work codeless with JSP by using the jformular-taglib.The Business logic and the form attributes can be declared in XML config files, so it is possible to build apps without coding Java.
Java Object Transforming (JOT) JOT provides a simple API for transforming Java-Objects with XSLT (e.g. transform a value object to xml or html) // sample 1 transform object to html Person person = new Person(); person.setName("Mike"); ...
fdolibois committed patchset 1 of module jot to the JFormular CVS repository, changing 8 files
// sample 1 transform object to html
Person person = new Person();
person.setName("Mike");
ObjectXSLTransformer transformer = new ObjectXSLTransformer();
transformer.transform (person, "object2html.xsl", new ...
// sample 1 transform object to html
Person person = new Person();
person.setName("Mike");
ObjectXSLTransformer transformer = new ObjectXSLTransformer();
transformer.transform (person, "object2html.xsl", new ...
fdolibois committed patchset 3 of module jformular-examples to the JFormular CVS repository, changing 30 files
fdolibois commented on the missing documentation artifact
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use