Amazon SQS – Listening To SQS Using Apache Camel The Spring DSL Way

In my previous post Amazon SQS – Listening to amazon SQS queue using Apache Camel we saw how we can leverage Apache Camel to listen to a Amazon SQS queue. The example we created was simple one. We used Java … Continue reading

Print Friendly
Posted in Amazon Web Services, Cloud Computing, SQS | Leave a comment

Updating WordPress Application Installed on Godaddy

Currently weblog4j gets anywhere between 50 to 100 page views a day. This is a low number but I am not worried very much as I have only 12 posts to my credit and few of them really suck. But … Continue reading

Print Friendly
Posted in Uncategorized | Tagged , , | 1 Comment

Amazon SQS – Listening to amazon SQS queue using Apache Camel

In my previous post, Working with Amazon Simple Queue Service using java, I discussed how to post and retrieve messages from Amazon SQS queue using amazon SDK. There was one major problem in the code. Instead of listening to the queue we … Continue reading

Print Friendly
Posted in Amazon Web Services, Cloud Computing, SQS | Tagged , , , | 2 Comments

Introduction to Cloud Computing

Cloud Computing is a delivery of computing as a service rather than a product. I will come back to this after a few lines of introduction. Still then stay put. Introduction In very recent past if a company decided to … Continue reading

Print Friendly
Posted in Amazon Web Services, Cloud Computing, IaaS, SaaS, Scalibility | Tagged , , , | 1 Comment

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 can be used to completely decouple operations of different components within the system which otherwise exchange data to  perform independent … Continue reading

Print Friendly
Posted in Amazon Web Services, Cloud Computing, tutorial, web service | Tagged , , , | 1 Comment

Developing java web application powered by Amazon S3.

More and more people are tilting towards cloud deployment and defacto go to guys for supporting their cloud app is Amazon AWS.  Apart for providing highly scalable computing capabilities,  AWS also throws out lot of cool services which we can directly leverage … Continue reading

Print Friendly
Posted in Amazon Web Services, Cloud Computing, Java, tutorial | Tagged , | 9 Comments

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 I will be talking about developing SOAP web service using CXF. Before moving forward let us understand few of the … Continue reading

Print Friendly
Posted in Apache CXF, web service | Tagged , | 12 Comments

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 State Transfer (REST) Before jumping on how to create a REST based web service using Apache CXF we shall see … Continue reading

Print Friendly
Posted in Apache CXF, REST, web service | Tagged , , , | 8 Comments

UML – Package Diagram

So the story continues, Ever Whining Rational Rose Corporation were not happy with just drawing classes. They wanted to wrap them in packages. So Three Amigos concocted what we now call Package Diagram. So what is a package diagram? A … Continue reading

Print Friendly
Posted in Package Diagram | Tagged , | 1 Comment

UML – Class Diagrams

Long time ago far far away in galaxy there was a fussy company called Rational Software Corporation. They always used to cry about existing object oriented modelling systems. With all fussing and crying and some more fussing and crying they … Continue reading

Print Friendly
Posted in Class Diagram, UML | Tagged , | 1 Comment