How fast is TDD exactly?
This is a true story, but for the sake of protecting some people, all the names and other details have been skipped or changed. It starts on some Thursday with some new guy asking me “how much TDD is...
View Articlepassive view for Ext GWT applications
Seeing “Google Web Toolkit Architecture: Best Practices For Architecting Your GWT App” presentation by Ray Ryan coincided with start of a new project – an Ext GWT front-end application for one of our...
View ArticleTesting ServiceMix 4.3 services with PaxExam
In the project that I'm currently working on we are developing a set of extensions for ServiceMix - more or less some monitoring stuff. It's pretty simple using SMX ExchangeListeners - you implement...
View ArticleA Mockito catch
Suppose we have such classes and interfacespublic class AddOrganizationAction implements Action {}public class AddPersonToOrganizationAction implements Action {}public interface DispatchAsync {...
View ArticleHibernate Envers with Grails 2.1.0
Our client requires that every entity in his Grails application has to be audited with detailed information: who and when did exactly what? It is a perfect opportunity to use Hibernate Envers! It...
View ArticleHibernate Envers with Grails 2.1.0
Our client requires that every entity in his Grails application has to be audited with detailed information: who and when did exactly what? It is a perfect opportunity to use Hibernate Envers! It...
View ArticleHow to use mocks in controller tests
Even since I started to write tests for my Grails application I couldn't find many articles on using mocks. Everyone is talking about tests and TDD but if you search for it there isn't many articles....
View ArticleError generating web.xml file with IntelliJ IDEA
If you use IntelliJ IDEA for your Grails development you might encounter this error running integration tests: Error Error generating web.xml file (Use --stacktrace to see the full trace) The reason...
View ArticleError generating web.xml file with IntelliJ IDEA
If you use IntelliJ IDEA for your Grails development you might encounter this error running integration tests: Error Error generating web.xml file (Use --stacktrace to see the full trace) The reason...
View ArticleSonar Gerrit Plugin Release
I am happy to announce a first release of my Sonar Gerrit plugin. This plugin reports Sonar violations on your patchsets to your Gerrit server. Sonar analyses full project, but only files included in...
View ArticleHow fast is TDD exactly?
This is a true story, but for the sake of protecting some people, all the names and other details have been skipped or changed. It starts on some Thursday with some new guy Read more
View ArticleTesting ServiceMix 4.3 services with PaxExam
In the project that I'm currently working on we are developing a set of extensions for ServiceMix - more or less some monitoring stuff. It's pretty simple using SMX ExchangeListeners Read more
View ArticleA Mockito catch
Suppose we have such classes and interfacespublic class AddOrganizationAction implements Action {}public class AddPersonToOrganizationAction implements Action Read more
View ArticleHow to use mocks in controller tests
Even since I started to write tests for my Grails application I couldn't find many articles on using mocks. Everyone is talking about tests and TDD but if you search for it Read more
View ArticleSonar Gerrit Plugin Release
Initial release I am happy to announce a first release of my Sonar Gerrit plugin. This plugin reports Sonar violations on your patchsets to your Gerrit server. Sonar analyses Read more
View Article