Caching and concurrency management are tricky. If you have a cache that lives in memory but you have updates to the database that the objects…
Every assertion should be thought from the standpoint of What was expected What actually happened Translation: assertTrue should always, always have a message. Consider the…
This opens pretty interesting possibilities: Via TheServerSide: Wazaabi includes a GUI framework that brings XUL to Eclipse RCP plugin developers and a set of components…
In this article, Ted Bergeron shows you how to use the Validator component of Hibernate Annotations to build and maintain validation logic easily in your…
Okay, it’s official. Now everybody has a web 2.0 solution. With GWT, you can develop and debug AJAX applications in the Java language using the…
As always Bruce Eckel is a great read.. The Java hyper-enthusiasts have left the building, leaving a significant contingent of Java programmers behind, blinking in…
Like many other java developers, I am currently using Spring and Hibernate, so I can’t attest to the quality of RIFE. But I thought this…
Note to Sun: I missed being able to do mixins with Java today. Maybe it’s all this playing with Rails, but back in Java-land I…
I’ve been playing with the idea of taking the UML straight out of java, so I can do multiplatform UML Sketching using basically plaintext .…
Using the Jobs API (Job and IProgressMonitor) you can implement code that will run in a thread and update the standard Eclipse progress monitoring service…