In this blog, I’ll demonstrate through a program the configuration of the SAPUI5 runtime using URL parameters. In my last blog I did that using script tag attributes. Prerequisites Install Eclipse with SAPUI5 plugins Install a server to deploy and
Configuration of the SAPUI5 Runtime using script tag attributes
SAPUI5 runtime can be configured using several options. In this blog post, I’ll demonstrate through a program the configuration of the SAPUI5 runtime using script tag attributes. So let’s get going. Prerequisites Install Eclipse with SAPUI5 plugins Install a server
How to change default HTTP port number in Wildfly
With more than one server installed on a machine, the most common problem is the same HTTP port 8080 being used in all the default server configurations. In this blog I’ll demonstrate how to change default HTTP port number in
SAPUI5 View Controller lifecycle methods
This blog is all about understanding the execution order of SAPUI5 view controller lifecycle methods. Lifecycle methods are auto generated in a view and controller whenever a new view is created. I’ll demonstrate the execution order of these lifecycle methods
How to find version of SAPUI5 runtime libraries
While developing SAPUI5 applications, it is important to match the server version of SAPUI5 libraries to the version of libraries used in Eclipse. After an application is deployed on the server, it will use the server version of SAPUI5 libraries.
Change password using SAP UME API
While working with the SAP User Management Engine (UME), there might be a need to reset or change the password of an SAP Portal user through Java code. The following code snippet demonstrates how to reset or change password using
How to prevent a checkbox from being checked or unchecked without disabling
At times there is a need to not disable and at the same time prevent checkbox from being checked or unchecked when clicked. In other words, the checkbox should be visible as a modifiable control but the user clicks should
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
How to install Java Decompiler for Eclipse
Often there is a need to decompile third party or standard Java classes to understand their code. But there is no built-in Java decompiler for Eclipse. However there are freely available external plugins which can be installed in Eclipse to