0
I Use This!
Activity Not Available

Project Summary

Main WebInterfaceTools (WITs) component:

- CONTROLLER: is stateful object used to manage the user interaction. It is a placeholder of data to be used by the pages presented to the user. A Controller is composed one or more pages (see TabManager below), each page making use of fields to store inputs and manage form presentation. Controllers also gives you support for redirection and can contain specific objects for fields validation. Developers shoul subclass from BasicController (a one page controller) or from MultiPartController (multiple page controller) for their own controllers.

- WIDGET: it's an object that supports data storing and presentation. Should be used as a Controller component. Implemented widgets include simple input (text and numbers), datetime input, select list fields and checkboxes.

- TABMANAGER: it's used for nanvigating (throuh tabs) the pages of a multi-page controller. It keeps track the last visited tab and manages the redirection to another controller page.

- PRESENTATION: it's an object to be used between the domain-object and its rendering. Decoupling the domain-object from its rendering allows for a versatile reuse of data fetching methods. Once created and structured with Sections, a presentation should be filled by the domain-object, and then used in your rendering code (to screen, printing, DB dumping, and so on).

- BATCHMANAGER: allows you to batch any list of results. It has to be fed with the whole results and then you can get out your results batch over batch.

Tags

No tags have been added

In a Nutshell, Wits...

 Code analysis has not completed

The Open Hub computes statistics on FOSS projects by examining source code and commit history in source code management systems. The source code for this project has been located, but the analysis isn't complete. Feel free to check its progress.
GNU General Public License v2.0 or later
Permitted

Commercial Use

Modify

Distribute

Place Warranty

Forbidden

Sub-License

Hold Liable

Required

Distribute Original

Disclose Source

Include Copyright

State Changes

Include License

These details are provided for information only. No information here is legal advice and should not be used as such.

Project Security

Vulnerabilities per Version ( last 10 releases )

There are no reported vulnerabilities

Project Vulnerability Report

Security Confidence Index

Poor security track-record
Favorable security track-record

Vulnerability Exposure Index

Many reported vulnerabilities
Few reported vulnerabilities

Did You Know...

  • ...
    65% of companies leverage OSS to speed application development in 2016
  • ...
    you can subscribe to e-mail newsletters to receive update from the Open Hub blog
  • ...
    use of OSS increased in 65% of companies in 2016
  • ...
    learn about Open Hub updates and features on the Open Hub blog
About Project Security

 Code analysis has not completed

The Open Hub computes statistics on FOSS projects by examining source code and commit history in source code management systems. The source code for this project has been located, but the analysis isn't complete. Feel free to check its progress.

Community Rating

Be the first to rate this project
Click to add your rating
  
Review this Project!