- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Including third party libraries in SAPUI5 Project
You would rather use it like below −
jQuery.sap.require("sap.ui.thirdparty.jqueryui.jquery-ui-core");
Note that jQuery does not have any security-related documentation on their site, but they are known to be aware of security and usually reacting quickly in case security issues are found within their library.
SAPUI5 includes different versions of jQuery together with their own libraries, so also has the possibility to add custom security fixes to jQuery, if necessary.
For more details you can refer to below SAP blog −
https://blogs.sap.com/2017/04/30/how-to-include-third-party-libraries-modules-in-sapui5/
- Related Articles
- Loading 3rd party libraries in SAPUI5
- Converting OData using SAPUI5 libraries to JSON format
- Using a third-party library in Arduino
- Difference between Vendor and Third Party
- How to Add a Third Party Library in Deno.js?
- How to install third party packages using npm
- Calling a JAVA method through JavaScript in SAPUI5 project
- Extracting data from SAP ERP for a Third Party System\n\nExtracting data from SAP ERP for a Third Party System
- What are the risks of third-party App Stores?
- How many types of Third-Party Risks are there?
- Creating a Map in React JS without using third-party API
- What are Third-Party Credentials? How to Securely Manage Them?
- How to download YouTube mobile app videos using third party app?
- How to refer and import SAP-UI-Core.js within my SAPUI5 project
- Strategies for Managing Project Resources, Including a Budget, and Team Members

Advertisements