You use this wizard when developing an HTML5 application to generate a JavaScript client for a RESTful web service.
In this panel of the wizard, you specify the name and location for the JavaScript
file and locate the REST resources to use to generate the JavaScript client.
You can also choose a UI for the client.
This panel contains the following fields.
File Name. Type the name of the JavaScript file that will be generated.
Project. The NetBeans project containing the client. The value is generated by the IDE.
Folder. The directory inside the NetBeans project that contains the JavaScript file.
REST Project Resource. Click Browse to locate the RESTful resource that the client
will be based on.
The resource must be located in a NetBeans project that is open in the IDE.
Choose Resulting UI. Select a UI option from the dropdown list.
The default is "No UI".
If you select the Tablesorter UI you can specify the name of the generated HTML file in the
next panel of the wizard.
Add backbone.js to project sources. When selected, the IDE adds the backbone.js JavaScript library to the
the project.
For more about RESTful web services, see the following documentation.