Create RESTful app using JAX-RS

Today we are going to discuss few of the strategies which can be used to make RESTful applications in JAVA.

Introduction :

JSR 311 also called as JAX-RS; is the Java Specification for RESTful web services. The few of the major vendors which implement JAX-RS are :

Read More »

Advertisement