Versions Compared

Key

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

...

To allow your application to add to the ONOS web UI, overlay one of the UI interfaces. Either Navigate in the shell to the directory you created your app in if you are not already there.

Choose to use either the "Custom View" overlay, like this:

...

Code Block
onos> app activate org.foo.app

...

The web UI overlay is now active.  To view the new application page that was just created, point your browser to the ONOS GUI at http://localhost:8181/onos/ui/. In the upper left corner of the home page, click the navigation button to activate the drop down navigation menu. At the bottom of the list, you will see an entry for "Sample Custom" or "Sample Table", depending on which overlay you used.  If you select it, you will navigate to the page that was installed by your test application.

...

Finally your application is loaded and running withing ONOS. Also, the generation process has generated an entire project which can be loaded into your favourite JAVA editor.

Learn more about the Application Subsystem.

 

 

...

Return To : Tutorials and Walkthroughs

...