former_member492955
Participant
Member since ‎2015 Feb 05

User Statistics

  • 64 Posts
  • 1 Solutions
  • 6 Kudos given
  • 7 Kudos received

User Activity

The picture is configured router, the frontend and backend use the same xsuaa. But no matter how I change the xs-app.json, the destination is still 404 not found, but actually, the API https://tioga-design-time-explorer.internal.cfapps.sap.ha...
Thanks for your interesting explanation of the configuration for locally run the frontend service. But I refer to your explanation get error when I npm start my project: Error Message:xs-app.json/routes/0: Format validation failed (Route ref...
I created a independent easy UI5 project use command yo easy-ui5 project, all the file produced automatically I deployed it to cloud foundry, It becomes a destination: For the backend service,The frontend destination have been connected: ...
I want to ask what is the difference between these two patterns: Example1: { "pattern": "DevelopmentObject/{layout}/{microserviceId}/{objectName}", "name": "DevelopmentObject", "target": [ "DevelopmentObjects", "DevelopmentObject" ], ...
There is an array : Array: this.getView().getModel("objects").getProperty("/developmentObjects") I want to find the index in the array, but there are two parameters that should be equal: Array.findIndex( developmentObject => (developmentObject....