I'm very new to backbone Js. I have gone through the documentation. I'm trying to create a sample aplication with servlet as the backend for saving models. I could not find any help for that. What i need is:
- is it possible to communicate with servlet? And if so, how to communicate with servlet? (some sample code)
- is router required to communicate with server?