InterviewSolution
| 1. |
What Is Benefit Of Xodata Compared To Xsjs? |
|
Answer» In HANA XSOData, there is a ODATA framework which provide many functionalities and we only NEED to provide details like data source, association etc. This is very helpful for DEVELOPERS as coding effort is almost zero. OData framework also TAKES CARE of security aspects like SQL injection, XSRF etc. While in XSJS, we need to code everything our own. This results into more coding effort. We also need to take care of security aspects, performance etc. In HANA XSOData, there is a OData framework which provide many functionalities and we only need to provide details like data source, association etc. This is very helpful for developers as coding effort is almost zero. OData framework also takes care of security aspects like SQL injection, XSRF etc. While in XSJS, we need to code everything our own. This results into more coding effort. We also need to take care of security aspects, performance etc. |
|