
I’ve been playing around with the Play Framework
which we’re using to front a bunch of visualisations and one thing I
wanted to do is send a data...
0 replies - 3279 views - 10/26/12 by Mark Needham in Articles

One of the blogs I follow is from Gunnar Hillert, whom back in 2009 discovered Camel and wrote a nice blog entry. He also did some investigation of Camel...
2 replies - 3116 views - 10/22/12 by Claus Ibsen in Articles

As the previous post
mentioned, Spock is a powerful DSL built on Groovy ideal for TDD and
BDD testing and this post will describe how easy it is to...
0 replies - 1644 views - 10/22/12 by Geraint Jones in Articles

IntroductionSome of you may have already seen our first Spring video, but if not, let me give you a little bit of background. DZone HQ is the home of a local...
2 replies - 20335 views - 10/22/12 by Will Soprano in Articles

As part of learning Spring framework, I started making a simple invoice application using Spring Framework components, Spring MVC, Spring Security, Spring...
0 replies - 1118 views - 10/17/12 by Satish Ab in Articles

Curator's note: Andy is the CEO of OSI (Open Software Integrators). He's a forward-thinker and exceptional blogger. William F. Buckley, Jr. once said, “A...
48 replies - 47136 views - 10/15/12 by Andrew C. Oliver in Articles

XA transactions are useful and out of the box, Play 2.0 today does
not have support for them. Here I show how to add that support:
First off, some...
0 replies - 1699 views - 10/14/12 by Ant Kutschera in Articles

Continuing to discover the powerful set of Redis features, the one worth mentioning about is out of the box support of pub/sub messaging.
Pub/Sub...
0 replies - 4032 views - 10/12/12 by Andriy Redko in Articles

Curator's note: Andy is the CEO of OSI (Open Software Integrators). He's a forward-thinker and exceptional blogger. He will be writing regularly on DZone, so I...
40 replies - 32144 views - 10/10/12 by Andrew C. Oliver in Articles

If you look around the web for examples of using Spring 3.1’s built in caching then you’ll usually bump into Spring’s SimpleCacheManager, which...
0 replies - 16520 views - 10/04/12 by Roger Hughes in Articles

A nice way of using jOOQ with Spring was recently discussed on Stack Overflow by Adam...
0 replies - 1807 views - 09/30/12 by Lukas Eder in Articles

Introduction My first encounter with the collection framework was on my second day of Java programming. The collection framework has many implementations, and...
3 replies - 2501 views - 09/27/12 by Vijay Shanker in Articles

I would consider this post as best practice for using Spring in enterprise application development.
When writing enterprise web application using...
2 replies - 5674 views - 09/26/12 by Gal Levinsky in Articles

JPA provides @NamedNativeQuery for you to use native SQL. However, the
usage is not so convenient, especially when you need to map multiple
entities in...
0 replies - 3840 views - 09/25/12 by Boris Lam in Articles

This article about client-side templating
by Henrik Joreteg was quite interesting. In summary, it says don't send
templates to the browser to be compiled...
0 replies - 2549 views - 09/24/12 by Howard Lewis Ship in Articles