summaryrefslogtreecommitdiffstats
path: root/docs/tutorials/portal-sdk/architecture.rst
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-11-06 15:13:17 -0500
committerChris Lott <cl778h@att.com>2017-11-06 20:15:03 +0000
commit881d219f34ba287e24ce74402e2c56dcbdd49991 (patch)
treec105a017df754975c2cf352558588b847a4e7970 /docs/tutorials/portal-sdk/architecture.rst
parentff3619ea67dd2f008b2378f59511f3a22ce23177 (diff)
Release notes for R1/Amsterdam/1.3.0
Issue: PORTAL-141 Change-Id: I15540167d1205230515c7cb4e8030314f4bd6a3b Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'docs/tutorials/portal-sdk/architecture.rst')
-rw-r--r--docs/tutorials/portal-sdk/architecture.rst18
1 files changed, 2 insertions, 16 deletions
diff --git a/docs/tutorials/portal-sdk/architecture.rst b/docs/tutorials/portal-sdk/architecture.rst
index ba97157b..203fc177 100644
--- a/docs/tutorials/portal-sdk/architecture.rst
+++ b/docs/tutorials/portal-sdk/architecture.rst
@@ -1,18 +1,4 @@
Application architecture
============================================
-
-When building the tutorial app with the ONAP Portal SDK, you'll be working with:
-
-1. `Spring Framework`_: You'll build a Spring Framework controller, which will handle your database queries and provide the top-level access to your application.
-2. AngularJS_: Support for AngularJS is built into the SDK. AngularJS is a popular and powerful framework that lets developers create dynamic client-side web applications. E.g. Gmail. Unlike server-side frameworks like PHP, almost all GUI interaction is handled by the client in JavaScript.
-3. `Bootstrap UI`_: Bootstrap is a front-end framework that makes designing web pages easier by incorporating extensive CSS.
-4. `Google Charts`_: Google charts makes including graphs in your applications easier.
-5. Gridster_: Although not covered in this tutorial, the ONAP Portal SDK also comes with built-in support for the Gridster JavaScript library, which lets you produce pages with draggable and resizeable layouts from elements spanning multiple columns.
-
-Although the learning curve may seem daunting, the most difficult aspect of creating ONAP Portal SDK web applications is understanding how all the pieces fit together. The various frameworks themselves are not hard to understand. However, how they interact with one another isn't always obvious. If you have a basic grasp of Java, JavaScript, HTML, and CSS, you'll have no trouble.
-
-.. _Spring Framework: https://projects.spring.io/spring-framework/
-.. _AngularJS: https://angularjs.org/
-.. _Bootstrap UI: http://www.bootstrap-ui.com/
-.. _Google Charts: https://developers.google.com/chart/
-.. _Gridster: http://dsmorse.github.io/gridster.js/
+
+ONAP Portal Architecture: