Firstly, I apologize for any errors in my grammar. English is not my first language, but I will do my best to explain my issue clearly.
I am currently developing a web application where users can input a link. (Question 1) This link needs to be sent to a server/servlet for processing. (Question 2) Once the processing is complete, the servlet will send back a JSON array to the JavaScript component of my application.
I am completely new to this type of development, and it is crucial for me to understand how it all works and how to make it work. While it may seem simple, I have spent several weeks trying to figure it out without success.
The application utilizes SAP UI5 libraries (Question 3), and I am also curious if there is a way to parse JSON using these UI5 libraries.
I hope that I have outlined my problem clearly enough to receive assistance. Thank you in advance for any help offered!