-
Enterprise Java
How To Stream/Serialize JPA Result As JAX-RS Response For Large Data
There are times that retrieving a large data set through JPA is necessary (e.g. more than 1,000,000 records) and having…
Read More » -
Enterprise Java
Java REST JAX-RS 2.0 – How To Handle Date, Time and Timestamp Data Types
Be it X-Form-Urlencoded or JSON HTTP post to a REST resource end-point, there is no specific “data type” for date…
Read More » -
Enterprise Java
Java EE 7 / JAX-RS 2.0 – CORS on REST
Java EE REST application usually works well out of the box on a development machine where all server side resources…
Read More » -
Enterprise Java
Java EE 7 / JAX-RS 2.0: Simple REST API Authentication & Authorization with Custom HTTP Header
REST has made a lot of conveniences when it comes to implementing web services with the already available HTTP protocol…
Read More » -
Enterprise Java
2 Ways of Passing Properties / Parameters in Java EE 7 Batch
When it comes to the Java EE 7 Batch Processing facility, there are 2 ways in passing properties / parameters…
Read More »