Copyright. © 2002-2011 InPowerSoft Corporation All rights reserved.
Architecture
The architecture of InPowerForms consists of Form (an others) objects. Each Form can contain multiple Sections. Each Section can contain multiple views. Each view share a same DataTableModel all reside in the GWT client side.
Each DataTableModel is backed by a DataSource on the application server. The DataSource can support structural data including dataset from relational table. Each DataSource has a header called DataFeature that contains column information encapsulated in multiple DatumFeature. The body of the DataSource is tabular data.
InPowerForms has a EJB3 plugin that use EJB3 persistence to communicate to the database.