
From Oracle, here's a 3-minute video on deploying an application to a Java cloud service.
0 replies - 3100 views - 04/12/13 by Eric Genesky in Articles

ava EE 7 is hot. The first four JSRs passed the final approval ballot
recently and GlassFish 4 reached promoted build 83 in the meantime. If
you are...
0 replies - 1907 views - 04/12/13 by Markus Eisele in Articles

In my previous posts I wrote about Predicate, Consumer and Function interfaces. In this post I will write about Supplier
interface with which I will conclude...
0 replies - 1760 views - 04/12/13 by Mohamed Sanaulla in Articles

Recently I ran into an interesting article
in which the author, another enthusiast blogger, suggests a set of cool
features we all would love to have in...
0 replies - 1563 views - 04/12/13 by Edwin Dalorzo in Articles

JAX-RS 2 is one of the most significant parts of the upcoming Java EE 7 release. In a brief article,
consultant,...
0 replies - 2022 views - 04/12/13 by Reza Rahman in Articles

The following is a very simple example of event stream processing (using the ESPER engine).
Note - a full working example is available over on...
0 replies - 4036 views - 04/11/13 by Adrian Milne in Articles

In my previous post I wrote about Function interface
which is part of java.util.package. I also mentioned about Predicate
interface which is part of the...
0 replies - 1681 views - 04/11/13 by Mohamed Sanaulla in Articles

Thursday is code puzzler day here at DZone. The idea is
simple: solve the coding problem as efficiently as you can, in any
language or framework that you...
9 replies - 2405 views - 04/11/13 by James Sugrue in Articles

Problem with mappings
In our project we came across a really big problem related to mapping.
Having two systems that initially were defined by the BA to...
0 replies - 3679 views - 04/11/13 by Marcin Grzejszczak in Articles

For today’s post I want to share a series of examples that I have developed while trying the latest features in the Java 8 Stream API. In my last post I did...
0 replies - 354 views - 04/11/13 by Edwin Dalorzo in Articles

For any new language that I wish to learn, first I will try out to code sample application that just output the 'Hello World'Let's see how it can be done in...
0 replies - 428 views - 04/10/13 by Sammaiah Kyatham in Articles

Learn how to use property animations, specifically ObjectAnimator, to perform various view animations.
Compare this approach to that of the ViewAnimations...
0 replies - 897 views - 04/10/13 by Mitch Pronschinske in Articles

Java EE 7 is almost to the
finish line! The first slew of Java EE 7 JSRs have successfully passed
their Final Approval Ballots and are now...
5 replies - 3886 views - 04/10/13 by Reza Rahman in Articles

This tutorial will walk through building an RSS reader on the Android platform (focusing on 3.0 + as it will be using Fragments). All the code is available as...
2 replies - 5999 views - 04/10/13 by Rob Hinds in Articles

More Apache.
The search for structural excellence among the the most popular, open-source, Java programs continues with an analysis of Apache Struts,
...
2 replies - 3046 views - 04/10/13 by Edmund Kirwan in Articles