Enterprise Java
-
Spring MVC: form handling vol. 2 – checkbox processing
It’s hard to imagine a situation when a modern web-application doesn’t have checkboxes in a form. In one of the…
Read More » -
Spring MVC, Ajax and JSON Part 2 – The Server Side Code
In my last blog I said that I was going to talk about Spring, Ajax and JSON, but didn’t. The…
Read More » -
Synchronising Multithreaded Integration Tests revisited
I recently stumbled upon an articleSynchronising Multithreaded Integration Tests on Captain Debug’s Blog. That post emphasizes the problem of designing…
Read More » -
JSF: choice between legacy components and fashionable performance killers
This blog post was originated due to performance issues in one big web application. Everybody optimizes Java code, but it…
Read More » -
Using AWS ElasticMapReduce with the Command Line Interface
In this post I am going to use the AWS MapReduce service (called ElasticMapReduce) by making use of the CLI…
Read More » -
Maven Release to Nexus
1. Overview In the previous article of this series, we set up a deployment process with Maven to Nexus. In…
Read More » -
Understanding ADF Faces clientComponent attribute
I believe most of ADF developers know ADF Faces attribute clientComponent. In this post I am going to show how…
Read More » -
Apache CXF – JAX-WS – Simple Tutorial
A lot of Java Developers out there sees task with Web Service implementation daunting – well, nobody can blame them…
Read More »