Java Reference
In-Depth Information
To generate JavaScript clients for our RESTful web services, go to File | New in a
web application project, select the Web Services category, and select the RESTful
JavaScript Client file type:
In the next step in the wizard, select Tablesorter UI from the Choose resulting UI
dropdown to generate a complete CRUD application. The generated web application
uses the Backbone.js JavaScript library. Checking the Add Backbone.js to project
sources checkbox does exactly what is expected; if we don't click it, then backbone
will be loaded from http://cdnjs.com , a popular Content Delivery Network (CDN)
containing several popular JavaScript libraries.
 
Search WWH ::




Custom Search