IndicThreads Conference on Software Quality, 2010

IndicThreads Conference on Software Quality, 2010 The first IndicThreads Conference on Software Quality was held on 5th and 6th March 2010 in Pune, India. I decided to attend and explore this event in order to interact and exchange thoughts with professionals from across the industry. The driving factors that pushed me to attend this event [...]

GigaSpaces: Space Based Architecture

Recently one of our clients asked to make a distributed application that can be scaled and managed easily and cost effectively. So we evaluated JavaSpaces, a Space Based Architecture concept, and one of its commercial implementation GigaSpaces for the purpose. In this post I will try to describe in brief what the Space based Architecture [...]

Atllasian tools – a brief overview

We have been exploring Atlassian tools and in this blog we want to share our knowledge and experience with these tools. It would be difficult to capture each tool in detail in one blog. That is why in this blog we will cover

* Brief detail of each tool
* Key features and advantages
In our subsequent blogs we will discuss each tool in more detail and see how they help do agile better.

Authenticating user by his Facebook credentials

In my previous post I talked about how we can connect to Facebook from our application and get the user deatils. In this post we will discuss how we can authenticate the user based on his facebook user details. We will  use  acegi plugin of grails to allow uses our of web application to be [...]

Connect to Facebook in Grails App

Recently we integrated the Facebook connect plugin in our Grails project. In this post we will see how to connect to facebook  from our application. So that we can allow facebook users to use our Application.First step would be to get the facebook connect button on to our home page. The code for this is [...]