SAPUI5 MVC Pattern and Eclipse Outline View
Hi All, I didn’t notice at first, but a few weeks ago, when I opened the Outline view when editing the view and controller files (created by the SAPUI5 plugin using the MVC Pattern), I found out that...
View ArticleNative development in SAP HANA and consuming the oData services in SAPUI5
Step 1: Downloading and installing the HANA Studio and ClientStep 2: Installing SAPUI5 toolkit in the HANA StudioStep 3: Creating system connection with HANA server and creating a workspace...
View ArticleSAP UI5 - A Photoshop template of GUI elements
For me (and I am sure many others!), UI5 has become a really useful toolkit for easily developing web apps and POC's with little effort around the SAP Ecosystem. The OData support, rich controls and...
View ArticleHTML5 is awesome :)
Introduction : HTML5 has been an evolution from the day it hit the web. Everyone wants to talk about HTML5 even without knowing - What HTML5 is, What it is capable of and What do developers need...
View ArticleHow to create a simple build script for SAPUI5 with Apache Ant
Another Neat ToolStep 1: Setup a projectStep 2: Create a build fileStep 3: The CodingSome more InformartionAnother Neat Tool Apache Ant is a tool for automating software build processes. It is...
View ArticleSimple Mobile SAPUI5 Example Using ODataModel and BlueCrystal
Over the last couple of weeks various developers have contacted me asking me if i knew of a simple mobile SAPUI5 example which used both the ODataModel and the BlueCrystal theme. I have built one and...
View ArticleSecret Behind JSONP
Understanding Your Browser : As we might be aware that Browser Security Model is considered as the weakest component for the current generation of AJAX and majorly considered as blockage for...
View ArticleSAPUI5 Mobile Development Tips – Chrome Tools
Introduction: I believe most of the web developers today are also focusing towards mobile application development since mobile has turned out to be the widely used device across the world by users. As...
View ArticleRunning SAP UI5 (version 1.12.1) on Apache HTTPD over Windows 7
In this blog I would be sharing the steps I followed to install SAPUI5 on my Windows 7 machine Installing and Running Apache HTTP Server 2.2.25 Got to Apache HTTPD Download Page...
View ArticleDeveloping a simple List based SAPUI5 Application
I have been for long thinking of writing my first SAPUI5 Application. I thought I will share my experience especially for beginners like me. I still remember my first simple Sales Order Display screen...
View ArticleInstalling and SAP UI5 toolkit (ver 1.12.1) in Eclipse 4.3 (Kepler)
In this blog I would be sharing the steps I followed to install SAPUI5 plugin on eclipse for Rapid Application Development on my Windows 7 machine Installing and SAP UI5 toolkit in...
View ArticleClient-side Session Management
HTML5. It's a mercy!1. Requirements2. Distinction3. The Coding3.1 main.js3.2 person.js3.3 sessionmanager.js4. The AppHTML5. It's a mercy! JavaScript developers can use the new Session and Local Storage...
View Article"Add to Home screen" bubble for SAPUI5 mobile apps
Every iOS user should know he can add every mobile optimized website from Safari to the Home screen : the website can be launched from the homescreen like all other native apps without opening...
View ArticleCreating SAPUI5 Applications based on Public JSON APIs or Web Services
Introduction - For long time I was thinking to build SAPUI5 application based on JSON data. Lots of websites hosts web services or APIs to provide the useful data in the form of JSON format.Below are...
View ArticleAuthentication with SAP Backend for SAPUI5 Hybrid Phonegap apps
From experience I know that a lot of developers struggle when they try to set up authentication to a SAP back end from a Phonegap application. The reason for this is that there are some big...
View ArticleWeb Developers – Gear Up Weapons
In my perspective developing an application on web is similar to entering a war zone. As a soldier, he/she requires right weapons and tactics to survive in the war zone similarly a web developer also...
View ArticleUnderstanding Closures in UI5 Javascript
The concept of "Closures" is one of the very few things that are unanimously considered to be "tricky" in the Javascript community. It is especially challenging for people who are new to Javascript. It...
View ArticleBSP application names and SICF nodes for SAPUI5 on ABAP server
The SAPUI5 developer guide describes how to deploy a SAPUI5 application project to the SAPUI5 repository on the ABAP server in minute detail...
View ArticleVirtual Keyboard integration with SAPUI5 Application!
In this blog, I am going to explain how we can integrate virtual keyboard into SAPUI5 application. As per Wikipedia,A virtual keyboard is a software component that allows a user to enter characters.A...
View ArticleHow to use WebSQL Databases in HTML5
Using HTML5, web pages can store data locally within the user's browser.WebSQL database defines an API for storing data in databases that can be queried using a variant of SQL. There are three core...
View Article