cancel
Showing results for 
Search instead for 
Did you mean: 

Consume Spring framework (JSON output) and bind to SAPUI5

Former Member
0 Kudos

Hi all,

I already created Spring Project for get data from MySQL (output JSON). How to read .jar / .war file in SAPUI5 project. I put .jar file in WebContent/WEB-INF/lib but I can't consume output from Spring. Maybe, I must add configuration but I don't know about this. I want connect Spring project and SAPUI5 project with one run. How to solve this problem?

Accepted Solutions (0)

Answers (2)

Answers (2)

junwu
Active Contributor
0 Kudos

ui5 won't read your jar.....

ui5 is running at your browser

you have to learn how to call rest service using js

richard-zhao
Employee
Employee
0 Kudos

Hello, Bobby. You could refer to project Structure below. integrating UI5 with Spring project. thanks