Uncaught exception with 'DB connection error' on line 18

Monatsarchive: Februar 2013

Howto RESTful Web Services with Netbeans and Tomcat from Scratch

1.
Select File->new Project->Java Web->Web Application.
Name the Project to RestServer or you alike.
Select Server Apache Tomcat and Java EE 5

restful_01

Finish.

2.
Create you data access objects, domains and services.
We leave the data access objects for later.… Weiterlesen