I want to create a standalone desktop application with embedded web server. This is my first time writing application like this. I did some research and decided to use JETTY for embedded web server. I found some good tutorials and I have got it running.
Now I'm trying to figure out how to make my services available for the HTML client. I read about REST api's concept. I am trying to find some good tutorials which will help me write REST api's for my application.
All good tutorials I've found so far talk about RESTEasy. Is RESTEasy absolutely required for writing rest api's? why do we need it? what does it do exactly? I'm confused here. Also, I'd really appreciate if someone can post some good tutorials on web server API's