Building ONAP Portal SDK Web Applications¶

Contents:

  • Introduction
  • Application architecture
  • Setting up
    • Dependencies
    • Cloning the Portal SDK repository
    • Building the base
    • Setting up the MariaDB database
    • Adding support for lowercase table names
    • Your project directory
    • Connecting your app to the backend database
    • Building your app
    • Installing your app
    • Viewing your app
  • Creating a new application
    • Java code location
    • Web code location
    • Spring controllers
    • Request routing via definitions.xml
  • Setting up a database connection
    • Injecting data
    • Setting up a connection in Java
  • Your AngularJS app
    • myfirstpage.html
    • app.js
    • controller.js
    • data-service.js
    • route.js
    • template.html
    • Adding your new page to the SDK navigation
  • Pulling DB data
    • AngularJS Promises
    • Data service
    • Modifying our Spring controller
    • Testing our changes
  • Google Charts
    • Installing
    • Configuring our chart
    • Populating our chart
    • Updating the template
  • Dynamic content
    • Creating the Angularized select/option menu
  • Wrapping up

Search¶

  • Search Page

Building ONAP Portal SDK Web Applications

Navigation

Contents:

  • Introduction
  • Application architecture
  • Setting up
  • Creating a new application
  • Setting up a database connection
  • Your AngularJS app
  • Pulling DB data
  • Google Charts
  • Dynamic content
  • Wrapping up

Related Topics

  • Documentation overview
    • Next: Introduction

Quick search

©2017, Spencer Seidel. | Powered by Sphinx 1.7.1 & Alabaster 0.7.10 | Page source