I was recently puzzled by strange behaviour of Grails application with web service interface. It resulted with rounding currency amount values when I sent request from my browser but it worked perfectly if another client application sent same...
That's because there's no GWT Development Mode plugin for Firefox 14. And now I can't work!Wait! There's a solution. Instead of fighting with ubuntu with reversing installed Firefox to 13. I can have parallel versions of FF.So how to install previous v...
Suppose we have such classes and interfaces public class AddOrganizationAction implements Action {} public class AddPersonToOrganizationAction implements Action…