-
Enterprise Java
Aspect Oriented Programming with Spring
Introduction In an ideal Object Oriented System, we would want to design each object to perform one specific task. However…
Read More » -
Software Development
MIME Explained
Sometime it happens that we use or refer to a software term or technology a lot of time without being…
Read More » -
Enterprise Java
Introduction to Apache Camel
Apache Camel is a open source implementation of famous Enterprise Integration Patterns. Camel is a Routing and Mediation Engine and…
Read More » -
Enterprise Java
Developing RESTful Services using Apache CXF
Introduction As you already know there are two ways of developing a web service Simple Object Access Protocol (SOAP) Representational…
Read More » -
Enterprise Java
Developing SOAP Web service using Apache CXF
In last post I walked through the steps for developing a simple RESTFull service using apache CXF. In this post…
Read More » -
Software Development
Introduction to Cloud Computing
Cloud Computing is a delivery of computing as a service rather than a product. I will come back to this…
Read More » -
Enterprise Java
Working with Amazon Simple Queue Service using java
Amazon Simple Queue Service or SQS is a highly scalable hosted messaging queue provided by Amazon Webservice stack. Amazon SQS…
Read More » -
Enterprise Java
Searching made easy with Apache Lucene 4.3
Lucene is a Full Text Search Engine written in Java which can lend powerful search capabilities to any application. At…
Read More » -
Enterprise Java
Simple Spring Memcached – Spring Caching Abstraction and Memcached
Caching remains the one of the most basic performance enhancing mechanism in any read heavy database application. Spring 3.1 release…
Read More »