A third exercise, try SAPUI5. This is a more important UI library for SAP. Implemented entirely through HTML5, it can be developed as a UI for Web and mobile applications.
Now it's open source. Here you can download:
http://sap.github.io/openui5/
The SAPUI5 feature is very powerful, the development is also very simple, contains many components and the topic, and is develops through the MVC, the following simple look.
The version of Apache Web server 2.2.26,sapui5 is 1.18.
1. Install the Apache server and run it.
2. Extract the downloaded SAPUI5 package to the Apache server application directory, I am/application/mamp/htdocs
3. Test.
Open http://localhost:8888/sapui5/
4. Create a static Web project Hellosapui5
5. Create index.html
<! DOCTYPE html>
6. Operation Result:
Summary:
This very simple example shows the SAPUI5 table control, creates a table, and then binds the JSON-formatted data to it, and finally shows it on the page.
The code is very simple, the interface is very beautiful, very good and powerful.