Framework

  • submit to reddit

JCommander – Parsing Command Line Parameters With Ease

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

Roo Add-on Development - How to Unit Test Configuration Changes

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

Creating a Custom Spring 3 XML Namespace

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

Development Without Constraint

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

Don't Call Names - Roo's Tag With a Tag Problem

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

Web Development Frameworks: Play Framework 2.0

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

Choosing a Web Development Framework: Options and Criteria

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

GridGain Drivers on Cruise Control

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

Play 2 – Modules, Plugins, What's the Difference?

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

Improving On assertEquals with JUnit and Hamcrest

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

Auditing Entities With JPA Events

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

Build a Clustered ATOM Server with Node.js

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

Using SPDY and HTTP Transparently Using Netty

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

Another Way to Decouple Your Server Components

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

jQuery AJAX With Play 2

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