Positional Dependency causes Bugs for Newbies
Fixing bugs is a good way to learn a new code base. You often go through the procedure of understanding the high level software …
Practical frameworks on technical communication, product development, and building a career you’re proud of.
Fixing bugs is a good way to learn a new code base. You often go through the procedure of understanding the high level software …
I’ve written a couple of posts recently on Lazy Loading, and some of the issues relating to how Hibernate creates and manages proxies. While …
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 …