Java

  • submit to reddit

Links You Don't Want To Miss (May 13)

Why DRM in HTML5 is a Good Thing See why Ars Technica thinks that the W3C’s new DRM framework will empower the open web. I Love Being a Geek Swizec...

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

JavaOne Russia 2013 Trip Report

JavaOne Russia 2013 was held at the Crocus Expo Center in Moscow on April 23-24. The conference was a resounding success with a great vibe, excellent technical...

0 replies - 1492 views - 05/13/13 by Reza Rahman in Articles

Java 8: Definitive guide to CompletableFuture

Java 8 is coming so it's time to study new features. While Java 7 and Java 6 were rather minor releases, version 8 will be a big step forward. Maybe even too...

0 replies - 3557 views - 05/13/13 by Tomasz Nurkiewicz in Articles

Memoized Fibonacci Numbers with Java 8

Since today is Fibonacci Day, I decided that it would be interesting to publish something related to it.I believe one of the first algorithms we all see...

0 replies - 1935 views - 05/12/13 by Edwin Dalorzo in Articles

First Talk Posted Online

This talk was given a Skills Matter in London and the first talk I have given which I felt happy with.  Practice is a good thing....

0 replies - 1865 views - 05/11/13 by Peter Lawrey in Articles

Check Out Waratek's Cloud VM for Java

John Matthew Holt, Waratek CTO, introduces the Waratek Cloud VM for Java at Red Hat Summit 2012.

0 replies - 2380 views - 05/10/13 by Eric Genesky in Articles

Spring MVC and the HATEOAS constraint

HATEOAS is a REST architecture principle where hypermedia is used to change application state. To change state, the returned resource...

0 replies - 4167 views - 05/10/13 by Geraint Jones in Articles

JDK 8's Calendar.Builder

One of the defining characteristics of the brave new world of Java is the increasing prevalence of the builder pattern in the Java...

0 replies - 2242 views - 05/10/13 by Dustin Marx in Articles

Legacy Code Preservation: Why Preserve An Abomination?

By the early aughts (2001-2005) Visual Basic had gone from state of the art to a legacy application language. Code written in VB was being replaced with...

1 replies - 2508 views - 05/10/13 by Steven Lott in Articles

SOAP, WS-Security, Apache CXF, and Axis2 Linksheet

WS-Security Configuration <con:wssContainer> <con:crypto> <con:source>keystore.jks</con:source> ...

0 replies - 3940 views - 05/09/13 by Tim Spann in Articles

Why Choose Apache Camel with Apache Tomcat

Apache Camel with Apache Tomcat provides a low-cost and lightweight integration framework. Is Apache Camel with Apache Tomcat a good fit for your project...

0 replies - 2667 views - 05/09/13 by Chris Haddad in Articles

Thursday Code Puzzler: Solve The 15 Puzzle

It's Thursday already, so time for another code puzzler. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework...

2 replies - 3438 views - 05/09/13 by James Sugrue in Articles

A jQuery Inspired Server Side View Model for Java

In HTML applications, jQuery has changed the way people thing about view rendering. Instead of an input or a text field in the view pulling data into it, the...

3 replies - 1984 views - 05/09/13 by Johannes Brodwall in Articles

Extracting PDF Text with Scala

This example extracts the text contents of a PDF for use in other systems. This demonstrates some basic differences from Java: multi-line strings (hooray!),...

0 replies - 1890 views - 05/09/13 by Gary Sieling in Articles

DIY NFC with Android and Arduino

Joe Desbonnet demonstrates a "Poor Man's NFC" proof-of-concept with an Arduino and an Android phone: The coolest part? This uses the phone's...

0 replies - 1808 views - 05/09/13 by Eric Gregory in Articles