Class Cast Exception is a Proxy Problem – Revisited using the Visitor Pattern
In my previous post: ClassCastException is a Proxy Problem I talked about how Hibernate tries to optimize the loading of objects by lazily fetching the parent …
Practical frameworks on technical communication, product development, and building a career you’re proud of.
In my previous post: ClassCastException is a Proxy Problem I talked about how Hibernate tries to optimize the loading of objects by lazily fetching the parent …
I spent a week testing the security framework at Mint. I chose Mock objects as the methodology for testing because I wanted to test …