
From time to time each of us have to create a small console
application to perform a few tedious tasks that can be automated so we
can concentrate on more...
1 replies - 4870 views - 05/22/12 by Tomasz Dziurko in Articles

I'm working on updates to several Roo add-ons, which I am going to be
pushing out to the Roo repository soon. Here are some challenges and
how I overcame...
1 replies - 1307 views - 05/22/12 by Ken Rimple in Articles

For me historically maybe the least approachable part of the Spring Framework is the system to define custom XML schemas to use in the configuration files for...
1 replies - 5036 views - 05/20/12 by Carlo Scarioni in Articles

A presentation on developing apps with the JCR as a data storage. This includes an interesting discussion of the general topic of RDBMS verus non-relational (...
1 replies - 2199 views - 05/18/12 by Chad Davis in Articles

Eureka, ish..
I was trying to find time to debug a problem that's been on my
backlog for a while, and someone else ran into it. A reader over on the...
0 replies - 1639 views - 05/17/12 by Ken Rimple in Articles

As the first candidate of our evaluation series we reviewed the Play Framework v2.0.
The tutorial and reference documentation used for this article is all...
0 replies - 7066 views - 05/15/12 by Ricardo Zuasti in Articles

At my company we are evaluating which web development framework we will use for the next few years.
Since our last evaluation we have been using Java...
11 replies - 23696 views - 05/14/12 by Ricardo Zuasti in Articles

Latest GridGain releases have had a big focus on remote grid clients, or as we like to call them remote drivers.
We have recently added Java/Android and...
0 replies - 2054 views - 05/10/12 by Dmitriy Setrakyan in Articles

There seems to be some confusion regarding Play 2 modules and
plugins. I imagine this is because the two are often synonymous. In Play
(both versions – 1...
0 replies - 3376 views - 05/10/12 by Steve Chaloner in Articles

In my blog post Are Static Imports Becoming Increasingly Accepted in Java?, I discussed the increasing use of static imports in Java to make code more fluent...
2 replies - 3280 views - 05/09/12 by Dustin Marx in Articles

This article shows how you can leverage JPA Lifecycle Events to automate
the filling in of audit information. The first example uses a base
entity class...
0 replies - 4655 views - 05/09/12 by Andy Gibson in Articles

From the Node.js documentation:
A single instance of Node runs in a single thread. To take advantage of
multi-core systems the user will sometimes want to...
0 replies - 2993 views - 05/09/12 by Chad Lung in Articles

Most people have already heard about SPDY, the protocol, from google,
proposed as a replacement for the aging HTTP protocol. Webservers are
browsers are...
0 replies - 3291 views - 05/09/12 by Jos Dirksen in Articles

One of Vaadin strongest points is the way you can reuse components
from project to project inside JARs. This can only be achieved if these
components are...
0 replies - 3291 views - 05/08/12 by Nicolas Frankel in Articles

I’ve just prepared a course on jQuery to give to my colleagues, and
one of the sections covers jQuery’s AJAX features. To demonstrate
these, I wrote a...
0 replies - 4146 views - 05/07/12 by Steve Chaloner in Articles