In this week's installment of our JDBC FAQ series, we take a look at how transactions are managed in JDBC, inlcuding topics like optimistic and pessimisstic concurrency, database locking, Savepoints, and the standard isolation levels defined by JDBC. Read the...
2 replies - 9912 views - 06/30/10 by Masoud Kalali in Articles
Regardless of how
carefully you plan, it's inevitable that the software you build will
encounter a situation or chain of events that you did not anticipate,
and experience some type of failure. (Trust me on this. I work in
software testing and spend most...
3 replies - 15521 views - 04/20/10 by Len DiMaggio in Articles
In this article I will discuss the "ZkToDo2" sample application that demonstrates desktop MVC patterns using the ZK RIA AJAX framework, Spring and JPA. The Spring and JPA configuration used in this article are adapted from the persistence add-on of...
6 replies - 31353 views - 03/12/09 by Simon Massey in Articles