RESTful Web services on JBoss AS 7

In this sample tutorial we will show how to run RESTful Web services on JBoss AS 7 (release 7.0.2) using CDI and JPA to load persistent data. In order to use Web services in the new application server release you need the following extension in your configuration file: <extension module=”org.jboss.as.webservices”/> This extension is included by … Read more