Chad Lung05/18/12
1192 views
0 replies
Previously I blogged about how you can use Apache Abdera to post ATOM entries to an AtomPub server like Atom Hopper. Today I’ll show you how to do something similar but with Node.js.
Matt Vickery05/18/12
2934 views
0 replies
Within Spring Integration, one form of EIP scatter-gather is provided by the splitter and aggregator constructs. This pattern can be used successfully with fairly simple configuration.
Mick Knutson05/17/12
1917 views
2 replies
I ran across a little gotcha today where a float value being inserted into another object container (JSONObject) was not holding the precision of the original value.
Ken Rimple05/17/12
659 views
0 replies
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 Manning Spring Roo in Action forum was getting hit with a 400 invalid request error when trying one of the samples from the book (the many-to-many example).
Gerard Davison05/17/12
3022 views
0 replies
The lesson here is that the impact of some of the new JDK 7 constructs are going to a little bit subtler than we might expect.
John Dobie05/17/12
4194 views
0 replies
This example shows how to generate coverage for unit and integration tests using Maven and Sonar. It uses very simple techniques and should only take 10-15 minutes to get running in any existing Maven build.
James Sugrue05/16/12
1209 views
8 replies
By now you should be familiar with our Thursday Code Puzzler slot. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you think is suitable.
Dustin Marx05/16/12
1151 views
1 replies
One of the things that can be a little tricky for developers new to Java or even for experienced Java developers new to formatting with Java Dates, is the specification of a date/time format using SimpleDateFormat.
Willie Wheeler05/16/12
2737 views
1 replies
Willie Wheeler's Zkybase is an effort at an open source configuration management tool - here's how he came to the conclusion that Neo4j would improve the backend.
Pierre-hugues C...05/15/12
4637 views
0 replies
Before pulling the trigger and shutdown your Java VM process, ask yourself the following question: do I have all the data available to perform a root cause analysis post restart?
Ben O' Day05/15/12
2357 views
0 replies
While Camel supports an ever growing number of components, you might have a need to create a custom component. This could be to either promote reuse across projects, customize an existing component or provide a simplified interface to an existing system. Whatever the reason, here is an overview of the options that are available within the Camel framework...
Nick Watts05/15/12
967 views
0 replies
I’ve been messing with the FindBugs Ant task today to incorporate it into my company’s automated build for a JEE application. One task I wanted to do was filter the bug report by rank.