-
jersey
Creating JAX-RS web service using Jersey Example
Introduction Jersey as it states in the website, is more than just a reference implementation. It also has it’s own…
Read More » -
Tomcat
Tomcat context.xml Configuration Example
In Tomcat, the Context Container represents a single web application running within a given instance of Tomcat. A web site…
Read More » -
Tomcat
Tomcat server.xml Configuration Example
Almost every application container will have some form of a server.xml file. It’s basically where every meta-data or configurations that…
Read More » -
JPA/ORM
Generating Database Objects from Hibernate Entities
In the usual scenario, developers will tend to create database objects first before the entities. This is called bottom to…
Read More » -
resteasy
Creating JAX-RS web service using RESTEasy Example
Introduction RESTEasy is a JBoss Project and an implementation of JAX-RS specification. It’s simplified nature made a huge noise on…
Read More » -
rest
Creating JAX-RS web service using Apache CXF Example
Ever since JAX-RS was introduced (JSR-311), it had a profound effect on the architecture and design of web services. It’s…
Read More »