So I have a Backbone collection and a bunch of fields in a form that I would like to do a $.ajax call on (probably a GET). In order to access this data, what should I put in the data field for the $.ajax function and what annotation(is it @RequestParam?) should I use to get the collection and the components of the form out in Java Spring?
Thanks.