• submit to reddit
Thomas Ferris N...08/15/12
1460 views
0 replies

Gitblit: Stories from the Field

Continuing my little tribute to the Gitblit 1.0 release, I asked some old colleagues of mine, Leif and Trygve, about their experiences with using Gitblit in practice.

Ben Kepes08/15/12
2294 views
0 replies

Cloud ERP Starts to Break Out–NetSuite Reports Good Numbers

NetSuite's Q2 earnings include a 27 percent annual increase in subscription and support revenue ($61 million), as well as an 80% uptick in cash flows from operations.

Rick Copeland08/15/12
26262 views
0 replies

Distributed Systems with ZeroMQ

Departing a bit from my current series on gevent and Python, today I want to take a look at a different networking technology that's been gaining traction: ZeroMQ. So without further ado, let's jump right in...

Mark Needham08/15/12
2643 views
0 replies

neo4j: Creating a Custom Index With neo4j.rb

As I mentioned in my last post, I’ve been playing around with the TFL Bus stop location and routes API. First I wanted to load all the bus stops into a neo4j database using the neo4j.rb gem.

Craig Dickson08/15/12
7143 views
3 replies

Heroku vs. OpenShift - The Battle of the JavaEE FUD

On the same day that Heroku announced its new support for Java-based applications, it also curiously posted a laundry list of FUD about the JavaEE platform.

Tim Spann08/15/12
3825 views
0 replies

21 Resources for Cloud Hosting on Heroku

From Installing Heroku CLI to non-web Java processes, this list covers an array of resources for the Heroku user.

James Sugrue08/15/12
4235 views
0 replies

New Java Update Introduces JavaFX Scene Builder

Oracle have released the latest update form Java 7 and JavaFX 2.2, which introduces the first release of JavaFX Scene Builder. There's good news for developers on Mac OS X, as they will have full availability of the release, and get auto-updates at the same times as those on Windows platforms.

Rafał Kuć08/15/12
2620 views
0 replies

Apache Lucene and Solr 4.0 Beta

We are getting closer and closer to the final release of Apache Lucene and Solr 4.0! Just a few minutes ago, the 4.0 beta Apache Lucene library and Solr search servers were released.

Claus Ibsen08/15/12
4704 views
0 replies

Is the Book "Camel in Action" Outdated?

Jonathan and I have done our best to keep the material in this book as updated as possible prior to the latest Camel release. In fact, during the type-setting period...

Jim Bird08/14/12
4444 views
0 replies

Fixing Bugs: Why are Some Bugs Harder to Fix than Others

There are many factors that impact how long it will take to fix a bug, including the size of the code base, how old it is, how ugly it is, and how brittle it is.

Tim Spann08/14/12
29152 views
0 replies

40+ Resources for the Node.js Developer

From node.js on Openshift to node.js patterns and 3rd party modules, here's an extensive list of node.js resources for your perusal.

Anders Karlsson08/14/12
2257 views
0 replies

Some Corrections and Additions to my Simple Key-Value Store Tests

This is the first follow-up to my post on a simple test of KVS alternatives. To recap, I tested a simple single table schema in MySQL using the NDB and InnoDB storage engines.

Krishna Kumar08/14/12
11770 views
0 replies

Characteristics of Great Programmers

It is useful to understand how some programmers never manage to channel years of experience into writing good code.

Jens Schauder08/14/12
3252 views
0 replies

Named Parameters in Java – an Alternative

In the last installment of this blog I wrote about a way to fake Named Parameters in Java. As so often there are many ways to do this, so here comes another one.

Pierre - Hugues...08/14/12
6336 views
0 replies

8 Ways to Improve Your Java EE Production Support Skills

Everybody involved in Java EE production support know this job can be difficult; 7/24 pager support, multiple incidents and bug fixes to deal with on a regular basis, pressure from the client and the management team to resolve production problems as fast as possible and prevent reoccurrences.