Play 2.0 framework and XA transactions XAtransactions are useful and out of the box, Play 2.0 today does not have support for them. Here Ishow how to add that support: First off, some examples when XA is useful: - JPA uses two physical connections if you use entities from two different ...
Hacking Maven We don't use M2Eclipse to integrate Maven and Eclipse, partly because we had some bad experiences a couple of years ago when we were still using Eclipse 3.4 and partly because some of our developers use IBMs RAD to develop, and it doesn't (or at least ...
100% code coverage, Hibernate Validator and Design by Contract Code coverage in unit testing was one of the first things I learned in my software engineering career. The company I worked at taught me that you should have 100% coverage as a goal, but achieving it does not mean there are no bugs in the system. At ...
A really simple but powerful rule engine UPDATE: Version 2.0 of the library now exists which supports Scala. It is a breaking change in that "Action" instances as shown below are now "AbstractAction...
JSR-299 & @Produces I've been reading JSR-299 and I have a few thoughts. First, a quote from chapter 1: "The use of these services significantly simplifies the task of creating Java EE applications by integrating the Java EE web tier with Java EE enterprise services. In ...
Recent Responses
Re: ThreadLocal and Thread Pools I am extremely impressed with your writing skills and also with the layout on your blog. Is this a paid theme or did you customize it yourself? Anyway keep up the nice quality writing, it is rare to see a great blog like this one today.
Re: ThreadLocal and Thread Pools I would like to thank you for the efforts you have put in penning this website. I really hope to view the same high-grade content from you later on as well. In truth, your creative writing abilities has encouraged me to get my own, personal website now ...
Let's get the hype straight I don't like hypes, and the fan boys that go with it. And so here I will attempt to get the hype out of the fan boys, if they dare to read the next paragraphs. Node.js is a runtime for Javascript, like Adobe Air is for Actionscript, like the JVM for ...