Java

  • submit to reddit

Subtle Changes in Java 8: Repeatable Annotations

Apart from the “big stuff”, related to extension methods, lambda, and the streams API, Java 8 also has a couple of minor, very subtle...

0 replies - 6093 views - 05/14/13 by Lukas Eder in Articles

HTTP Upgrades in Servlet 3.1

Servlet 3.1 is a relatively minor release slated for Java EE 7. However, the Java EE foundational API still contains some very important changes, especially...

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

Why Should I Use MBaaS?

A decade ago I was giving a talk at the Polytechnic University of Valencia on how to use mobile phones in Health Care services. It was about a J2ME based...

0 replies - 2241 views - 05/13/13 by Esteban Briones in Articles

Dive into your JVM with New Relic

This post comes from Ashley Puls at the New Relic Blog. If you’ve been looking for deeper insight into your JVM and application server, we’ve got...

0 replies - 4588 views - 05/13/13 by Leigh Shevchik in Articles

A Completely Thread-Safe ZeroMQ Socket Interface for Scala

A great tool for messaging-oriented architectures just appeared on GitHub.  A thread-safe ZeroMQ socket interface for Scala simply called "scala-zeromq"...

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

Converting a List into Comma Separated Value String in Java

We all have at least once in our coding life time done this: “Concatenate the elements of a List into a comma separated string”. And each time we have...

10 replies - 3513 views - 05/13/13 by Mohamed Sanaulla in Articles

Get Ready for Google I/O

Google I/O is the annual Google developer events in San Francisco. This year's event is just few short (long) days away. On top of new release announcements...

0 replies - 1790 views - 05/13/13 by Juhani Lehtimaki in Articles

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 - 3912 views - 05/13/13 by Mitch Pronschinske in Articles

Building an Enterprise CRM with Grails and Spring Integration

This session will present a case study focusing on the development of a robust, horizontally scalable, enterprise CRM system at Dealer.com built primarily...

0 replies - 1865 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 - 1375 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 - 3191 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 - 1748 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 - 1741 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 - 2270 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 - 3626 views - 05/10/13 by Geraint Jones in Articles