With the introduction of the function sap.ui.define in the version 1.28, SAPUI5 has introduced the support for Asynchronous Module Definition (AMD). Note A module is a JavaScript file that can be loaded and executed in a browser. Asynchronous Module Definition
Introduction to SAPUI5 MVC
In my last blog I talked about creating the SAPUI5 Hello World – First SAPUI5 Application. This blog talks about creating the first SAPUI5 MVC application. A Very Brief Introduction to MVC MVC stands for Model-View-Controller. It is an architectural
SAPUI5 Hello World – First SAPUI5 Application
In this blog I’ll talk about creating the first SAPUI5 Hello World project to get a basic understanding of the structure of an SAPUI5 application. This application will not display a simple Hello World text, it would do a bit