Friday, October 23, 2009
An update on Java Persistence API 2.0
The JPA expert group is working hard to finalize the JPA 2.0 specification. Public Final Draft #2 of the specification was recently made available, and the final JPA 2.0 specification is planned to be available by November 16, 2009.
A single Comment Line column cannot do justice to all the new features in the JPA 2.0 specification. Instead, brief introductions will be made via this article followed by information to help you go experience these features firsthand via Apache’s OpenJPA project.
read more : An update on Java Persistence API 2.0
Saturday, May 30, 2009
How TDD and Pairing Increase Production
Mike tells us, essentially, that one must "go better" if they want to "go faster"
Monday, May 25, 2009
Successfully Adopting Pair Programming
In 3.5 years as a consultant I spent more time talking (with clients) about pair programming than any other topic. In general, client developers had never properly paired and had no desire to do so. To make matters worse, the business predominantly thought two developers on one machine was a waste.
Despite the prejudices, usually by the time we left a client the business and developers had become pro-pairing.
Successfully adopting pair programming can be hard, but it's also entirely possible if you leverage the lessons I've learned.
This article assumes you have done some pairing and are looking to help your organization adopt pairing where it makes sense. The advice can be helpful for people in various roles; however, it is written mostly for developers or team leads looking to introduce pair programming to their teams.
This article makes no attempt to address whether you should or should not be pairing. There are benefits and drawbacks to pair programming (like most things), and I think there is already decent information available covering that topic. Discussing the pros and cons of pairing would take away from the focus of this article: If you already believe in pair programming, how can you successfully introduce it to your team?
read article at : http://www.infoq.com/articles/adopting-pair-programming