Hi,
The motto of this Post is to give start to expert level information about SAPUI5.
Which will Cover
- What is OpenUI5/SAPUI5
- Basic installation detail
- Creating First SAPUI5 App
- Concepts of SAPUI5
- Best Practices
- Designing Fiori like app using SAPUI5
- Netweaver Gateway services
- Consuming OData in SAPUI5 Application
Let's begin:
- What is OpenUI5/SAPUI5:
SAPUI5 is an extensible JavaScript-based HTML5 browser rendering library for Business Applications.
Supports RIA like client-side features based on JavaScript
- Supports an extensibility concept regarding custom controls
- Allows change of themes for customer branding in an effective manner
- Allows usage of own JavaScript and HTML
- Uses the jQuery library as a foundation
- Fully supports SAP Product standards
- Open AJAX compliant and can be used together with/uses other standard JS libs
- Can be used from various platforms (Java, ABAP, etc)
- Produced in a release independent code line to enable short shipment cycles
Note:
For anyone who has not heard of OpenUI5 / SAPUI5 before can follow the link
Posted by Andreas Kunz
2. Basic installation detail:
Follow below link it will give you step by step installation detail
SAPUI5 project setup for beginners with HTML views - Part1: Installation
3.Creating First SAPUI5 App:
Upto now your eclipse is ready to go..
so create a simple application SAPUI5 SDK - Demo Kit
Very easy way...so you can see a nice App.
4.Concepts of SAPUI5
Some of the core concept behind SAPUI5 are
- UI5 architecture overview
- Model View Controller (MVC)
- Data Binding
- Routing
- Resource Handling
- SAPUI5 Component
- Fragments
- Styling and Theming
- Extending SAPUI5
- Optimzing UI5
In my next Blog i'll cover Concept of SAPUI5.
Thanks and regards,
Rajesh Roy