Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The model view controller (MVC) supplied with the Nexaweb platform allows data sources to be connected to the UI components in the Nexaweb client. This optional component is contained within the Nexaweb Foundation Class package. The MVC framework is based upon a controller instance configured with a View instance and a Model instance. The View and Model instances communicate with the controller through data provider events, such as Java bean events. The controllers react to each of these events and communicate the appropriate changes from either the View to the Model or vice-versa.

...

This sample uses the NFC framework to implement a MVC based application that reads XML data from the server and loads into a table.  See NFC for more information.

Image Added

The data is stored in XML format

...