We all know abt the importance of overriding equals and hashcode method.But with dynamic requirements there is a small but significant effort of modifying your domain code’s overridden methods so as to reflect the new object structure. In my experience, apache commons lang provides a simple but effective solution with their builder classes. You can [...]
java
news
agile
how-to