Recently I promoted to do TDD, instead of “Tests First” development. Some people asked me what the difference is between them. In both cases we write tests first right? So what is the difference? I believe the difference is this: Test First decribes your solution. TDD describes the problem The difference could probably be explained [...]
Posts Tagged ‘java’
The difference between TDD and Test First Development
Posted: March 31, 2012 in Craftmanship, Test Driven Development, Unit TestingTags: code design, coderetreat, craftmanship, java, tdd, test first
4
Gotcha’s showing error messages with Spring forms (form:errors)
Posted: March 22, 2012 in programming, SpringTags: java, spring, spring-mvc
(I have recently encountered this with Spring 3.1) Want to validate your forms using Spring? Are you using the form tag and bind it with an object? Got the validator working? But still you just can’t seem to get these error messages showing up? Here is a gotcha that might help you out! Consider this [...]