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 …
In my previous post Cheap Tricks to Fullfill Your Need for Speed, I talked about how you could reduce the memory footprint of your data …
Part III. Rapid Development I’ve covered three of the areas that are very important to becoming a web-service (latency, throughput, and quality), and I’m …