Java

  • submit to reddit

Find the Android Design Community

A few years ago an Android designer was a mythical creature comparable to unicorns and flying spaghetti monsters. But the world has changed. Google is...

0 replies - 1144 views - 02/06/13 by Juhani Lehtimaki in Articles

Growing Object-Oriented Software, Guided by Tests(Book Review)

“Growing Object-Oriented Software, Guided by Tests” by Steve Freeman and Nat Pryce has been on my to-read list ever since I saw Steve at 33rd Degree...

0 replies - 967 views - 02/06/13 by Konrad Garus in Articles

Templating Web Services with Velocity using Camel

When creating webservices a lot of people have objections against using JAXB for binding XML to objects. This may be because of performance reasons, allergy to...

0 replies - 1602 views - 02/06/13 by Billy Sjöberg in Articles

DZone Links You Don't Want To Miss (2/6/13)

Why Do We Have Stack Overflow and a Programming Stack Exchange? Bayes Can Help!  Using the naïve Bayes classification, this blogger is able to coax...

0 replies - 2230 views - 02/06/13 by Mitch Pronschinske in Articles

GlassFish 4 Promoted Build, Gradle and Embedded Application Server

Very recently, perhaps towards end of last year, the GlassFish open source team released GlassFish 4.0 beta 72 as a promoted build. Arun Gupta posted an...

0 replies - 1756 views - 02/05/13 by Peter Pilgrim in Articles

Drools Decision Tables with Camel and Spring

As I've shown it in my previous post JBoss Drools are a very useful rules engine. The only problem is that creating the rules in the Rule language might...

0 replies - 2688 views - 02/05/13 by Marcin Grzejszczak in Articles

Camel 2.11 - Camel web applications without Spring

We at Fusesource have just added a new component to the upcoming Apache Camel 2.11, that allows you to run web applications with Camel without having to...

0 replies - 1621 views - 02/05/13 by Claus Ibsen in Articles

DZone Links You Don't Want To Miss (2/5/13)

A Bookmarklet to Switch Your Backgrounds at Will  I'm giving this bookmarklet my 'tool of the week' honors.  Not that I've really made a trend out...

0 replies - 2864 views - 02/05/13 by Mitch Pronschinske in Articles

REST-JSON Service Versioning – Simple approach

Problem Statement: As a provider of a service, one is obliged to maintain different versions of a service. One of the possible reasons could be the existing...

2 replies - 1522 views - 02/05/13 by Senthil Balakrishnan in Articles

The State Of Scala 2013

As early as 1999, Martin Odersky had begun to envision a programming language that merged functional programming with object-oriented programming, but he...

0 replies - 14282 views - 02/04/13 by Mitch Pronschinske in Articles

High Performance Durable Messaging

Overview While there are a good number of high performance messaging systems available for Java, most avoid quoting benchmarks which include durable...

0 replies - 3909 views - 02/04/13 by Peter Lawrey in Articles

A Dirt-ugly Hack to Modify Private Final Fields in Java

We all use reflection from time to time. We may even tamper with visibility through Java’s Field.setAccessible() and similar methods. But this post here...

0 replies - 1771 views - 02/04/13 by Lukas Eder in Articles

Defensive API Evolution With Java Interfaces

API evolution is something absolutely non-trivial. Something that only few have to deal with. Most of us work on internal, proprietary APIs every day....

4 replies - 3978 views - 02/04/13 by Lukas Eder in Articles

DZone Links You Don't Want To Miss (2/4/13)

NEWS Apple Blocks Java on Mac  Looks like Apple has blocked Java for the 2nd time this year, and it's only been a month!  This time they're...

0 replies - 2358 views - 02/04/13 by Mitch Pronschinske in Articles

Changing Default Spring Bean Scope

 By default, Spring beans are scoped singleton, meaning there’s only one instance for the whole application context. For most applications, this is a...

3 replies - 1322 views - 02/04/13 by Nicolas Frankel in Articles