Versions Compared

Key

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

...

ONOS applications providing GUI content will have server-side components that respond to events from the GUI, typically formulating / aggregating information from business logic services (DeviceService, HostService, ...) and shipping that data back to the GUI for presentation. To ease the programming model for this task, a number of useful Java classes have been provided.

...