Java 8 brought a lot of changes to the JVM. Here's a DZone guide to all things Java 8, including tutorials on FP concepts, lambda expressions, and more. Read all
Introduction When I am looking for a forum post related to SQL Server, one of the junior professional is asking how to use a DO…WHILE loop is MS SQL Server.... Read all
Usually if I concentrate I am able to understand most SQL statements. There are times though such as: When a set of tables is not familiarWhen I did not write... Read all
What is It Query by example is an alternative querying technique supported by the main JPA vendors but not by the JPA specification itself.QBE returns a result... Read all
This is the first in a series of posts on the new “Red Deer” (https://github.com/jboss-reddeer/reddeer) open source testing framework for Eclipse. In this post,... Read all
(NOTE: A version of this article posted previously contained incorrect information. The below version corrects those errors. The author apologises for any... Read all
Working with JPA managed entities in Mule applications can be difficult. Since the JPA session is not propagated between message processors, transformers are... Read all
In this blog post, I will present a simple tutorial on uploading a large file to Amazon S3 as fast as the network supports.Amazon S3 is clustered storage... Read all
Amazon Virtual Private Cloud (VPC) is a great way to setup an isolated portion of AWS and control the network topology. It is a great way to extend your data... Read all
Curator's Note: Check raw code snippets to see properly formatted tables.In my continued playing around with football data I wanted to write a cypher query... Read all