Templates by BIGtheme NET

REST

RESTFul Web Service explained in 5 minutes

In this Article, I will show How to create, build, deploy and test RestFul Web Service. Tools and technologies Uses : 1) jersey-bom – 2.26-b01 2) jersey-container-servlet-core 3) eclipse version Luna 4.4.1. 4) Maven 4.0.0 5) apache-tomcat-8.0.22 6) JDK 1.6 or above Steps to be followed : 1) Create Maven RESTFul Project in Eclipse. 2) Build the web project RESTFullWSQuickStart. ...

Read More »