This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Java RESTFul Web Service with RESTEasy, Maven, Tomcat and Netbeans
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
Learn how to make a web service with the RESTEasy framework. In this tutorial we will use Netbeans 7 as the IDE, and we will use tools as Maven and Tomcat 7, to build the application and to deploy and test it.
This tutorial is for beginners who already can program in Java, but don’t know how to make a Web Service. The toturial will strictly show how to make a Web Service which can produce XML and JSON via simple user GET requests. The Web Service won’t use a database ...