by Barry Allen | Mar 13, 2023 | UI5, UI5 Programs
Introduction As a UI5 developer or a UI5 tester, you may often need to generate mock data for testing your apps. This can be a time-taking task, especially when you need to test a large amount of data. Fortunately, we have several tools provided by SAP to make this... by Barry Allen | Feb 8, 2023 | UI5 Programs
What are SAP UI5 Projects and why do we need them? SAP UI5 (SAP User Interface for HTML5) is a JavaScript-based framework for building web applications that run on desktop, tablet, and mobile devices. It provides a set of UI controls, libraries, and tools for creating... by Barry Allen | Jan 21, 2023 | AI, ChatGPT, SAP, UI5, UI5 Integrations, UI5 Programs
Preface – This post is part of the UI5 Integration Programs series. Introduction It is not possible to directly integrate ChatGPT using a CDN (Content Delivery Network) as GPT-3 model is not hosted on any public CDN. GPT-3 is a proprietary model owned by OpenAI, and... by Barry Allen | Dec 27, 2022 | SAP, UI5, UI5 Programs
Preface – This post is part of the UI5 Programs series. What is model.js file in SAP UI5? A model in terms of UI5 is a set of data (mostly in JSON format) that can be binded with elements of UI5. For different properties of different elements, the type of model data... by Barry Allen | Dec 27, 2022 | SAP, UI5, UI5 Programs
Preface – This post is part of the UI5 Programs series. What is a formatter in UI5? A formatter in UI5 is a model that is created to store functions. Each function is used to format the data into a specific format. Generally, it is used to perform the following:... by Barry Allen | Dec 27, 2022 | SAP, UI5, UI5 Programs
Preface – This post is part of the UI5 Programs series. What is i18n? i18n, which stands for internationalization, are Translatable Texts, all in a single place. It means a developer should keep all the texts of their app within i18n so that, in case it is required to...