JAX-RS
-
Enterprise Java
Swagger: make developers love working with your REST API
As JAX-RS API is evolving, with version 2.0 released earlier this year under JSR-339 umbrella, it’s becoming even more easy…
Read More » -
Enterprise Java
JAAS-secured JAX-RS end point
With the advent of RESTFUL (JAX-RS) as the “preferred” way to create web service end points, for a long time…
Read More » -
Groovy
Grails – RESTful Webservice using JAX-RS plugin
I discussed about RESTful architecture consideration and how to build RESTful web services using Jersey JAX-RS [JSR 311] in JAVA.…
Read More » -
Enterprise Java
RESTful Webservices with Jersey
I have discussed my earlier article about architectural consideration<<link>> to become a RESTful system on distributed environment that are usable…
Read More » -
Enterprise Java
Expressive JAX-RS integration testing with Specs2 and client API 2.0
No doubts, JAX-RS is an outstanding piece of technology. And upcoming specification JAX-RS 2.0 brings even more great features, especially…
Read More » -
Enterprise Java
Prime-UI, JAX-RS with Jersey and Gson on Oracle Cloud
The Oracle Cloud is around everywhere these days. It had a rough start with Larry denying the need for a…
Read More » -
Enterprise Java
Going REST: embedding Tomcat with Spring and JAX-RS (Apache CXF)
This post is logical continuation of the previous one. The only difference is the container we are going to use:…
Read More » -
Enterprise Java
Going REST: embedding Jetty with Spring and JAX-RS (Apache CXF)
For hardcore server-side Java developer the only way to ‘speak’ out to the world is by using APIs. Today’s post…
Read More » -
Enterprise Java
Integrating Bean Validation with JAX-RS in Java EE 6
JavaBeans Validation (Bean Validation) is a new validation model available as part of Java EE 6 platform. The Bean Validation…
Read More »