- 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
OData or Java Services to be consumed by SAP UI5 application
Before I make any proposal, I am assuming that you understand both oData and REST very well. REST is a well-known and accomplished architecture style whereas oData is a protocol for communication.
OData resides on top of Atompub protocol which in turn is based on REST so overall oData seems to follow REST path only and it is implemented in a similar manner.
The advantage that you get with oData is that it saves a lot of effort and time in handling client side either by writing Javascript code or something else. I agree that the support in JAVA for oData will not be at par with REST but there is sufficient literature for the same which can be of good help.
- Related Articles
- Reading an image using SAP OData v2 in UI5 application
- Binding OData service to SAP UI5 table
- Binding model to sap.ui.core in SAP UI5 application
- Managing user sessions in SAP UI5 application
- Get access or point to SAP UI5 control
- SAP UI5 application throws an error while using Tree map
- I have SAP UI5 application that I am not able to start after adding to SAP Fiori Launchpad.
- SAP SuccessFactor OData API access
- Using SAP JCO to connect SAP server to JAVA application
- Connect to dynamic URL within OData in SAP project
- Java Web application pointing to SAP HANA locally
- Sending a table from UI5 application to ABAP Function Module
- Loading External Libraries in SAP UI5
- Sorting List in SAP UI5 project
- Request Timeout while using Odata call to a gateway in SAPUI5 application

Advertisements