Posted on May 21st, 2011 by Gaurav Kohli
What we are trying to have here is a python client which can talk to Crowd and be part of the Crowd SSO (Single sign-on) along with other applications written in Java/.NET[1]. This is possible because of the SOAP & REST API’s which the Crowd exposes. In our organization we are still using Crowd 2.0.6, [...]
Filed under: Crowd, Python | No Comments »
Posted on May 18th, 2011 by Richa Singhal
‘Drag and drop’ is not supported in a standard way in JavaFx 1.3.1 . However, there are some functions that work with Swing toolkit which enable the target resource to know that something thing has been dropped over it. Several objects can be dragged simultaneously and the objects can be in different formats like normal [...]
Filed under: JavaFX, UI, Usability | No Comments »
Posted on May 15th, 2011 by Gaurav Srivastava
We have been working with GIT branching model for a long time now. GIT allows you to maintain different branches in your codebase. It is a developer’s choice when to make/merge branches. We, as a team decided on certain guidelines as to when make/merge branches. Apart from the user story specific branches, we had Development [...]
Filed under: Agile, Designing, GIT, Kanban | 6 Comments »
Posted on May 12th, 2011 by Vikas Gupta
I had just started exploring Ruby and Rails and I came across a nice tool, RVM (Ruby Version Manager), which allows you to install and manage multiple versions of Ruby on the same machine. Although RVM works on Linux based systems only, but windows users can accomplish the same feat with Pik. RVM not only [...]
Filed under: Rails, Ruby | No Comments »
Posted on May 11th, 2011 by ShriKant Vashishtha
Nobody can question if you implement the Agile practices in Waterfall projects. If you talk about XP practices in general, they are not really specific about any methodology. Pair-programming, CI, TDD etc all make sense in any methodology. However one of the key difference is – Waterfall doesn’t bound you in anything. It also doesn’t [...]
Filed under: Agile, Architecture, Scrum | No Comments »