REST WebService using Netbeans & GlassFish REF - http://ayazroomy-java.blogspot.com/2013/08/java-webservice-tutorial-part-11.html In this part we will see how to write a Simple REST Style Web Service using NetBeans and GlassFish Server Server and we will test the service. Requirements: 1. NetBeans ID 2. GlassFish Server. Usually NetBeans comes along with the GlassFish Server and also in build support for generating REST Services using the Jersey Framework. So , once we have installed the NetBeans ID and GlassFish we can create our first webservice now. Note : This is a quick guide of creating REST using Jersey Framework, we are not going in detail about the annotations we are using in the REST Webservice , we will discuss the basic annotation right now ,in later part we will cover in detail about each annotations with respective example. Step 1: Open NetBeans ID. File-->New ---> New Project --> Java Web-->Web Applicati...