Search Results

36
votes

Why didn’t unit testing work out for your project?

Tightly coupled code made it impossible to test one unit without testing the entire system - which in turn depended on other systems. …
3
votes

JPA/Hibernate in Java SE 6, Best Practices for data access

I'm not sure what's considered the best approach to this, but at my workplace, we have based most of our Hibernate interaction on these articles: …