I have a Java Web Application. I want to expose the data from this application via an API so that other tools can use this API and get the data.
How do I proceed with this? I am not aware of how to write an API.
I have a Java Web Application. I want to expose the data from this
Share
There are many frameworks that do that, depending on your requirements:
No matter which you choose, the general approach is: