Community Page
- www.brodwall.com/johannes/blog/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- The evolution of SOA Introduce the concepts of services and SOA Design principles of SOA ... The benefits of employing SOA Review of common business goals ... Related articles. Web Application...
- Great article and I agree with you that ............ Thanks for the tips!
- Great read, good work old chap :)
- Hi...Your post really got me thinking man..... an intelligent piece ,I must say.
- Was a good read. thank great post, I think this article is useful. I'll be back for more. Thanks for sharing the information . .. :)
Jump to original thread »
Due to popular demand, I will post a very short version of my Lazy Loading article:
Why?
Because this is bad:
Category category = dao.get(1);
Category parent = dao.get(category.parentId);
int sumChildValue = 0;
for (Long childId : parent.subcategoryIds% ... Continue reading »
Why?
Because this is bad:
Category category = dao.get(1);
Category parent = dao.get(category.parentId);
int sumChildValue = 0;
for (Long childId : parent.subcategoryIds% ... Continue reading »
0 comments
This thread has no comments yet.