Enterprise Java
-
Introduction to Enterprise Integration Patterns
In this blog entry we will go through some of Enterprise Integration Patterns. These are known design patterns that aims…
Read More » -
Making Plain Old Java OSGi Compatible
Although OSGi is increasingly popular in the Java world, there are many Java applications and libraries that have not been…
Read More » -
JSON-Schema in WADL
In between other jobs I have been recently been reviewing the WADL specification with a view to fixing some documentation…
Read More » -
Simple Workflow Engine With Spring
Few months ago, during working on one of the company project, we had need to developed REST services which is…
Read More » -
Embedding HSQLDB server instance in Spring
I was using XAMPP happily for development until I had to host it somewhere accessible via the Internet for the…
Read More » -
Spring 3.1, Cloud Foundry and Local Development
This post will help you build a Spring 3.1 web application using MongoDB on Cloud Foundry. In addition to pushing…
Read More » -
Hadoop + Amazon EC2 – An updated tutorial
There is an old tutorial placed at Hadoop’s wiki page: http://wiki.apache.org/hadoop/AmazonEC2, but recently I had to follow this tutorial and…
Read More » -
Basics about Servlets
Through this tutorial i will try to get you closer to the Java Servlet Model. Before we start with examination…
Read More » -
Java Regular Expression Tutorial with Examples
When I started my career in java, regular expressions were a nightmare for me. This tutorial is aimed to help…
Read More »