How to Integrate Backbone.js with RESTful Web Services in 5 Minutes!

Posted by Geertjan on Oracle Blogs See other posts from Oracle Blogs or by Geertjan
Published on Mon, 10 Dec 2012 10:41:44 +0000 Indexed on 2012/12/10 23:11 UTC
Read the original article Hit count: 212

Filed under:
In NetBeans IDE 7.3, a Backbone.js file can be generated from a Java RESTful web service. The Backbone.js file contains complete CRUD functionality and your HTML5 application can immediately be deployed to make use of those features. Coupled with the NetBeans IDE two-way editing support for HTML5, via interaction with WebKit in Chrome, Backbone.js users have a completely new and powerful tool for coding their HTML5 applications.

The above is illustrated via the brand new YouTube movie below:


This makes NetBeans IDE 7.3 well suited as a learning tool for new Backbone.js users, as well as a productivity tool for those who are comfortable with Backbone.js already.

© Oracle Blogs or respective owner

Related posts about /NetBeans IDE