Java Reference
In-Depth Information
Clicking on the Create button in the top-left corner allows us to insert a new row to the
database; input fields will be displayed at the bottom of the page. Moreover, clicking
on the ID or any row will allow us to modify the data for that particular customer.
As we can see, NetBeans generated a complete JavaScript RESTful web service client
without us having to write a single line of code.
Summary
In this chapter, we covered some of the powerful RESTful web service generation
capabilities that NetBeans offers. We saw how NetBeans allows us to easily generate
a RESTful web service from an existing database schema. We also saw how we can
easily test our web services using tools provided by NetBeans and GlassFish.
Additionally, we saw how to generate a Java RESTful web service client with a few
clicks of the mouse and how we can generate JavaScript web service clients with
very little effort.
 
Search WWH ::




Custom Search