Developing REST abstraction layer with NetBeans
I am currently trying to write a RESTful service that will sit between a front end client and Alfresco. I know how to write a Restful service in NetBeans but I'm very confused as to how I get all of the necessary Java dependencies so that I can code ...