Web Service
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
Finish.
2.
Create you data access objects, domains and services.
We leave the data access objects for later.… Weiterlesen