Enterprise Java
-
Spring MVC for Atom Feeds
How to add feeds (Atom) to your web application with just two classes? How about Spring MVC? Here are my…
Read More » -
Clean code with aspects
In my previous post I’ve described the alphabet conversion, and I’ve mentioned that we used AspectJ to resolve that task,…
Read More » -
Setting up and playing with Apache Solr on Tomcat
A while back a had a little time to play with Solr, and was instantly blown away by the performance…
Read More » -
MapReduce: Working Through Data-Intensive Text Processing – Local Aggregation Part II
This post continues with the series on implementing algorithms found in the Data Intensive Processing with MapReduce book. Part one…
Read More » -
CometD: Facebook similar chat for your Java web application
Chatting is easy just like eating a piece of cake or drinking a hot coffee. Have you ever thought about…
Read More » -
Master Detail CRUD operations with Regions ADF 11g
This is an example that demonstrates how to create a Master Detail relationship between tables by using Regions. The main…
Read More » -
Spring MVC Customized User Login Logout Implementation Example
This post describes how to implement a customized user access to an Spring MVC web application (login logout). As a…
Read More » -
Spring Collection Merging
Spring collection merging is a feature that I first came across as an answer to a StackOverflow question It is…
Read More » -
Spring3 + JPA2 + Java EE6 App Server = Confusion Over Configuration
Spring is great, JavaEE6 is great and latest JavaEE6 Application servers are also great. This post is not a rant…
Read More »