Sample Application

This sample application demonstrates the functionality and usage of the Picon Framework.


The Picon Framework enables the direct programmatic manipulation of mark-up by matching the structure of the code to the structure of the mark-up. Form components, links, labels, tables and lists are all components - a self contained object. These components are programmatically created and placed into a compositional hierarchy which matches the structure of the mark-up. Mark-up is parsed into a similar hierarchy of objects and merged with the defined component hierarchy to produce a dynamic web page. This direct manipulate free mark-up from scriptlets entirely. Every web page is a class with an associated mark-up file.


The samples below demonstrate the features of the framework. Use View Source on each page to see how it works.


General

Layout

Form Components

Data Tables

Ajax

Security