I use Backbone JS for the frontend, which in turn uses the Rest protocol to make calls to the backend on the server. So what would be the correct way to implement backend code in Java ?
Do I need a web service implementation on my server, or can I handle servlets? If I can manage the servlets, any pointers to this will be really useful to me.
source share