Java

  • submit to reddit

Performance Java Training

 I am looking to provide "Master Class" Java training for developers of high throughput and low latency systems based on my experience in designing and...

0 replies - 3859 views - 02/20/13 by Peter Lawrey in Articles

Hello GroovyFX

GroovyFX brings together two of my favorite things: Groovy and JavaFX. The main GroovyFX Project page describes GroovyFX as "[providing] a Groovy binding for...

0 replies - 1490 views - 02/20/13 by Dustin Marx in Articles

Simple Camel Configuration of a Twitter Endpoint

I was asked just how my got the Twitter Stream working in my new Camel based project and how I managed the credentials. The Twitter...

0 replies - 1352 views - 02/20/13 by Col Wilson in Articles

Don't Rely on Unit Tests Alone

When you are building a complex system, barely testing components in isolation is not enough. It's crucial, but not enough. Imagine a car factory that...

0 replies - 1186 views - 02/20/13 by Tomasz Nurkiewicz in Articles

Clojure, Java, and Sleeping Barbers

My friend Matt wrote a pretty rad (yep, I used that word) implementation of the “sleeping barber” program in Clojure. Matt’s code had an almost...

0 replies - 1999 views - 02/20/13 by Mike Christianson in Articles

Leveraging MOXy in your Web Service via JAX-WS Provider

In previous articles I demonstrated how EclipseLink JAXB (MOXy) is directly integrated into the JAX-WS implementations in WebLogic (as of 12.1.1) and in...

0 replies - 1486 views - 02/19/13 by Blaise Doughan in Articles

Composite Design Pattern in Java

Composite design patten allows you to have a tree structure and ask each node in the tree structure to perform a task.You can take real life example of a...

0 replies - 2113 views - 02/18/13 by Arpit Mandliya in Articles

Java is Dead (Again)

Here is a couple of responses to this annual question I thought worth sharing. The Day Java lost the Battle There is a common myth amongst technologists...

1 replies - 7323 views - 02/18/13 by Peter Lawrey in Articles

java.util.concurrent.Future Basics

Hereby I am starting a series of articles about future concept in programming languages (also known as promises or delays) with a working title: Back to the...

0 replies - 4099 views - 02/18/13 by Tomasz Nurkiewicz in Articles

True Power of Java EE and JMS: Distributed Computations!

Back in 2011 I was writing a PhD about evaluating and measuring quality of Web Services compositions. I had a system where I focued on evaluating WS-BPEL...

0 replies - 2422 views - 02/18/13 by Łukasz Budnik in Articles

Spring Beans Overwriting Strategy

 I find myself working more and more with Spring these days, and what I find raises questions. This week, my thoughts are turned toward beans...

0 replies - 1802 views - 02/18/13 by Nicolas Frankel in Articles

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

Steve Yegge's Predictions from 2004 Now this was a fun little blast from the past.  Steve Yegge (who I think is awesome) made some interesting...

0 replies - 2026 views - 02/18/13 by Mitch Pronschinske in Articles

Calling a Web Service from Java Using Maven

For people in hurry get the latest code @ github and run “mvn test” Introduction Typically, when you call a Webservice from Java, you need to create a...

0 replies - 919 views - 02/18/13 by Krishna Prasad in Articles

Switching AppFuse from MyFaces to PrimeFaces

When describing my bias against JSF back in November, I wrote: ... there's a lot of folks praising JSF 2 (and PrimeFaces moreso). That's why I'll be...

0 replies - 1072 views - 02/18/13 by Matt Raible in Articles

XML->JSON->HashMap

Yes, it is long time since i posted… Was just trying to see how a XML can be converted to JSON and to HashMap. The situation is very imaginary. import...

0 replies - 2037 views - 02/18/13 by Jagannathan Asokan in Articles