NetUI is web application programming technology that provides a flow-control programming model and framework called Page Flow that is based on Struts and is driven by JSR 175 metadata. In addition, NetUI provides a set of JSP 2.0-enabled tag libraries to use when building JSPs.

Contents

Roadmap

IDE Project Setup

Tags

NetUI contains three primary tag libraries, HTML, Databinding and Templates. The tag libraries are based upon JSP 2.0. The HTML tag set represents the core HTML tags. In addition, the library contains the base classes for the other two tag libraries. The Databinding tag library contains the advance databinding tags such as repeater and grid. Finally, the Template tag library is a very simple template tag set.

  • No labels