UI5 Classes and Objects - Putting it all together
Dear UI5 Developers, In my blogs about Classes and Objects, I've explained how you can use this in UI5:UI5 Classes and objectsUI5 Classes and objects - Inheritance But why and when should you use...
View ArticleSecure UI5 Apps with Neptune? Absolutely!
You want to introduce secure SAP UI5 Apps with Neptune in your company? But you or your colleagues have reservations about security?How can we control access and be sure that only priviliged users can...
View ArticleUI5 measure api design concerns
When I go throw jquery.sap.global.js, there is PerfMeasurement class implementation. I am afraid there are two concerns in my mind. Firstly there are two different patterns to implement a class, one is...
View ArticleUI5 Classes and objects - Singleton pattern
Dear UI5 Developers, In UI5 you can create classes and use objects as explained in these blogs:UI5 Classes and objectsUI5 Classes and objects - InheritanceUI5 Classes and Objects - Putting it all...
View ArticleSAP UI5 Apps and the SAP Portal
Scenario1. You are using the SAP Enterprise Portal (or SAP NetWeaver Portal) 2. You have configured Fiori Apps or your have developed your own UI5 apps with Neptune, Eclipse or WebIDE 3. You want to...
View ArticleFrom the Appbuilder to River RDE to WebIDE
The question in todays world is not: Do we switch to UI5? The question is: How do we develop UI5?There are three different ways to do it:Development with the Neptune Application DesignerDevelopment...
View ArticleAn insight into Model, View, Controller (MVC) in the context of SAP UI5
Introduction : Multiple UI technologies follow the MVC design pattern including SAP WebDynpro Java, JSF etc and now SAP UI5. The blog describes the MVC design pattern. The content is compiled from...
View ArticleAn insight into consuming WebServices from SAP UI5.
Introduction : Many times consultants can be in a situation where the preferred UI Technology is SAPUI5 but services are exposed as WebServices rather than an OData model. The below blog will help you...
View ArticleIntroduction to Neptune UX Platform 4.0
Neptune UX Platform 4.0 with new Launchpad & Neptune Fiori® Apps.We will conduct a live demo of the new Neptune User Experience Platform (UXP) 4.0 and its new Launchpad, ready for release in...
View ArticleDynamic image manipulation with UI5 and Promises
IntroWhy asynchronous?Why Promises?For the record: Why canvas?let's get startedThe PromiseThe image manipulationConclusiontl;dr IntroYou know that time when manipulating height and width of an image...
View ArticleWhat is the difference between sap.ui.require and jQuery.sap.require
There are two similar APIs in UI5, jQuery.sap.require and sap.ui.require. These two APIs is a little confused, especially for beginners from experienced with RequireJS.jQuery.sap.requireThe detailed...
View ArticleUsage of sap.ui.ux3 Library
Hi Every one ,As i got a requirement to create Comment Section in my Project.I have searched in lot of websites but i cant find any direct example.I have tried with different libraries given by sap.In...
View ArticleDeferred OData requests with SAPUI5 and jQuery
Introduction This blog post describes how to call multiple OData requests in parallel and wait all them to finish so that when we have all the responses and after that do something else.Use case...
View ArticleLesson and Learnt from my first Fiori UI5 APP
Eventually my first custom-developed Fiori UI5 APP went live before Christmas Holiday last year. I used to attend some UI5 and WEB UI projects but this was the first time that I designed UI screens,...
View ArticleUsing Geo Maps with SAP UI5
Lately I had to visualize geographical data in a SAPUI5 app. As I had already built a set of SAPUI5 charting controls (see here ) I decided to incorporate a Leaflet Maps control into my collection. In...
View ArticleOData model extension to consume plain REST services
Hello to all, While searching arround for ways to consume a plain REST server with OpenUI5, I noticed there were only a few possibilities.The JSON model was one of them.But also the extension found...
View ArticleSAPUI5 walkthrough step 1: Hello World! Where where it all began
> Welcome to my SAPUI5 Walkthrough, And Dive In blog series, where I’ll not only walkthrough the tutorial, but dive in, to explore the magic behind SAPUI5. Buckle up and sit tight, it's gonna be a...
View ArticleUI5 offline application using ServiceWorker API
TopicThis project demonstrates how to develop an offline capable OpenUI5 application using the new ServiceWorker API which needs no native code. Project Sources:...
View ArticleUse Fiddle to make modifications on framework js file
Sometimes for trouble shooting or research purpose, you would like to make small changes on framework js file, and test how your application would react to those changes. For example I would like to...
View ArticleAnchor Tab in SAP UI5
Hello Folks,I would like to contribute the Anchor tab working Model.As we have this example in Xml View,but it is bit tricky to replicate same to js view.I am attaching the working project of the...
View Article