For the third exercise, try SAPUI5. This is an important UI library of SAP. It is fully implemented through HTML5 and can be used as the UI development for Web and mobile applications.
It is now open-source. Here you can download:
Http://sap.github.io/openui5/
SAPUI5 is powerful and easy to develop. It contains many components and themes and is developed through MVC. Let's take a look at it below.
Apache Web Server 2.2.26 and SAPUI5 is 1.18.
1. Install and run the Apache server.
2. decompress the downloaded sapui5 package to the apache server Application directory. Here is/Application/MAMP/htdocs.
3. Test.
Open http: // localhost: 8888/sapui5/
4. Create a static web project hellosapui5
5.create index.html
<!DOCTYPE html>
6. Running result:
Summary:
This simple example shows the Table control of SAPUI5, creates a table, binds data in json format to it, and displays the data on the page.
The code is very simple, the interface is very beautiful, very good and powerful.