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...
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 ...
Hi Below is the comparison of the Most widely used MEAP platforms today Product Feature RhoMobile Rhodes SAP Unwired Platform Antenna (AMP Studio) Pyxis Mobile Syclo ( Agentry) Website Link Link Link Link Link Write Once, Deploy on All major Smart Phones Yes Yes Yes Yes Yes Model View Controller Yes MVC Model 2 Unknown Unknown Unknown Language Used (Standard or Proprietary) Standard(Ruby) Standard(Native) Proprietary Proprietary Unknown Accepted on App Stores Yes Yes No No Yes (if native client used) Native Code Access Yes(Extensions) Yes Yes No No BarCode/Signature Capture/Bluetooth Yes Yes Yes Yes Yes HTML 5 Support Yes Yes(For Workflows Only) Yes(Thru Container) Unknown Unknown Hosted App offering Yes No No Yes No Developer Collaboration Yes No No Yes No Container Model Yes Yes ( For Workflows only) Yes Yes Yes Easy Integration with SAP (thru JCO) No Yes Yes Yes Yes Easy Integration with Web Services (REST & WSDL) Yes Yes Yes Yes Yes Easy Integr...
Comments