Java

  • submit to reddit

Java 8: CompletableFuture in action

After thoroughly exploring CompletableFuture API in Java 8 we are prepared to write a simplistic web crawler. We solved similar problem already...

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

NuoDB and Hibernate

For Java users, NuoDB provides a Hibernate dialect that supports both version 3.6.6 and 4.1.x of Hibernate.A sample application that makes use of Hibernate and...

0 replies - 1479 views - 05/17/13 by Seth Proctor in Articles

Exercise to understand double.

Many developers fell like double' rounding and representation errors and random errors which are wild and uncontrollable.   This exercise is...

0 replies - 3685 views - 05/16/13 by Peter Lawrey in Articles

Thursday Code Puzzler: Sudoku

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...

5 replies - 3091 views - 05/16/13 by James Sugrue in Articles

Simpler Development with the New List ADF Faces Component in 11.1.1.7

A new component that showed up in the JDeveloper 11.1.1.7 release is the af:listView component. This component will become more and more popular as more...

0 replies - 898 views - 05/15/13 by Shay Shmeltzer in Articles

Lazy sequences implementation for Java 8

 I just published the LazySeq library on GitHub - the result of my Java 8 experiments recently. I hope you will enjoy it. Even if you don't find it very...

1 replies - 5411 views - 05/15/13 by Tomasz Nurkiewicz in Articles

Train Wreck Pattern – A much improved implementation in Java 8

Venkat Subramaniam at a talk today mentioned about Cascade Method pattern or Train Wreck pattern which looks something...

2 replies - 3958 views - 05/15/13 by Mohamed Sanaulla in Articles

JPA - Querydsl Projections

In my last post: JPA - Basic Projections - I've mentioned about two basic possibilities of building JPA Projections. This post brings you more...

0 replies - 1651 views - 05/15/13 by Michal Jastak in Articles

Presentation on Using BigDecimal and double

There will be a presentation for the Performance Java User's Group given at two times in June.  Both are about using BigDecimal and double together,...

0 replies - 177 views - 05/15/13 by Peter Lawrey in Announcements

Lets Document the Open Source API (Java)

We Intend to document few open source projects and commit the documentation back to the community. This way the open source project benefits. The...

0 replies - 2657 views - 05/14/13 by Allahbaksh Asadullah in Announcements

Integrating Google Calendar into a Wicket Application

I recently integrated Google Calendar into a Wicket application I use at home. As some requirements are atypical I want to describe them before going into...

0 replies - 1691 views - 05/14/13 by Daniel Bartl in Articles

Launching Scalabitz

This week marks the launch of my lingering weekend-project: scalabitz.com. It tries to surface interesting Scala content through the API of link-shortener...

0 replies - 2441 views - 05/14/13 by Sander Mak in Articles

An Interview with Core Spring Data Refcard Author Oliver Gierke

This week marked the release of DZone's Core Spring Data Refcard. In it, author Oliver Gierke provides a must-have reference for developers who are...

0 replies - 2314 views - 05/14/13 by Eric Genesky in Articles

DZone Links You Don't Want to Miss (May 14)

The Health of PaaS via GitHub A university student from the Netherlands just had this study accepted to the 4th International Conference on Software Business....

0 replies - 1583 views - 05/14/13 by Eric Genesky in Articles

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 - 5983 views - 05/14/13 by Lukas Eder in Articles