This document describes creating a RESTful web service using JAX-RS in NetBeans that returns a "Hello World" message. It introduces REST and JAX-RS, and outlines the steps to create a simple "HelloWorld" application that returns an HTML greeting. These steps include generating the RESTful web service from a pattern, implementing a GET method to return the message, and testing the service using the NetBeans web test client by making a GET request. The document concludes by assigning homework to create a currency conversion web service using REST.