Java

  • submit to reddit

Deploying an App to a Java Cloud Service

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

JavaEE 7 with GlassFish on Eclipse Juno

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

Supplier Interface in java.util.function Package in Java 8

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

Serialization Breaks Encapsulation

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

An Overview of JAX-RS 2

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

Complex Event Processing Made Easy (using Esper)

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

Predicate and Consumer Interface in java.util.function package in Java 8

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 Code Puzzler:Perfect Numbers

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

Execution of Groovy Scripts from Java - XmlSlurper and MarkupBuilder in Mapping Issues

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

Java Streams API Preview

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

Acquaintance With Groovy

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

Using Android's ObjectAnimator

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

JMS 2, Bean Validation 1.1, JBatch, JSON-P Go Final!

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

Building an RSS Reader for Android

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

The Structure of Struts.

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