1 Creating Component-preload.js file 1.1 Use of Component-preload.js: Component-preload.js is a minified , obfuscated and uglified file that gathers all the sources of an application to minimize server requests and drastically reduce the application size. Once the development of an application is finished, the resources should be compressed into that file and deployed on the server. Creating the file: The steps required to create the file could be found on http://scn.sap.com/community/mobile/blog/2014/12/10/building-fiori-like-app-in-component-preloadjs . Below is a summary of the steps, plus an additional step which I found necessary to make things work. 1- Download and install Node.js http://nodejs.org/download/ . Once the installation is complete you can check it by running the following command in the command prompt: npm –v 2- I...
Introduction In my Two decade-long experience managing and leading diverse development teams across multiple projects, I've continuously explored the question: How can we definitively identify the exceptional developers among us? . This blog aims to share insights and patterns I've observed, offering a guide for leaders to recognize their top performers and for individuals striving to excel in their roles. 1. Typing Skills: The Art of Keyboard Wizardry Fast and accurate typing is often overlooked but is fundamental in a developer's efficiency. It's not just about speed but also about reducing errors and maintaining a flow of thought. 2. Grasping Skills: Quick Learners Lead the Pack The ability to quickly understand new concepts, technologies, and project requirements sets apart the exceptional developers. They adapt and apply new knowledge effectively, often leading innovation. 3. Assumption Techniques: Balancing Innovation and Risk Great developers know how to make in...
The following blog explains some of the coding standards that should be followed while coding for SAP UI 5 applications . 1. Routing and navigation : As far as possible , try to work with navigation using component based routing . Further if an application requires more navigation within split apps like a double master or double detail , use the event bus mechanism . The navigation handling of the event bus should be specific to that split app controller and named uniquely to ...
Comments