Posted on March 29th, 2010 by Shweta Parashar
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 [...]
Filed under: Uncategorized | No Comments »
Posted on March 25th, 2010 by Rahul Sharma
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 [...]
Filed under: Architecture, Java | 2 Comments »
Posted on March 8th, 2010 by Shankar Jha
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.
Filed under: General, Uncategorized | 1 Comment »
Posted on March 6th, 2010 by Sunil Prakash Inteti
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 [...]
Filed under: Grails, Groovy | 1 Comment »
Posted on March 6th, 2010 by Sunil Prakash Inteti
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 [...]
Filed under: Grails, Javascript | 2 Comments »