Enterprise Java
-
JAXB tutorial – Getting Started
Note: Check out our JAXB Tutorial for Java XML Binding – The ULTIMATE Guide What is JAXB? JAXB stands for…
Read More » -
Hibernate inheritance: Table per class hierarchy
In this tutorial we will see how to implement inheritance in hibernate.There are 3 ways in which you can implement…
Read More » -
Introduction to Collated Views with Couchbase 2.0
Most of the applications have to deal with ‘master/detail’ type of data: breweries and beer department and employees invoices and…
Read More » -
JSF – Eager CDI beans
Everybody knows eager managed beans in JSF 2. @ManagedBean has an eager attribute. If eager=’true’ and the scope is application,…
Read More » -
Leveraging MOXy in your Web Service via JAX-WS Provider
In previous articles I demonstrated how EclipseLink JAXB (MOXy) is directly integrated into the JAX-WS implementations in WebLogic (as of…
Read More » -
Understanding the Play Filter API
With Play 2.1 hot off the press, there have been a lot of people asking about the new Play filter…
Read More » -
EasyCriteria 2.0 – JPA Criteria should be easy
In the post today we will see about the new version of the framework named EasyCriteria. At the end of…
Read More » -
Exception Handling for REST with Spring 3.2
1. Overview This article will focus on how to implement Exception Handling with Spring for a REST API. We’ll look…
Read More » -
JQuery DataTables And Java Integration
Jquery DataTables is a open source plugin for creating tables in browser. It has many features like sorting,server side processing,…
Read More »