All Things Java 8 [Tutorials]

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

DO... WHILE and REPEAT... UNTIL Loops in MS SQL

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

Visualizing SQL Statements

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

Hibernate Query by Example (QBE)

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

Hunting for an SWT Test Framework? Say Hello to Red Deer

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

Automatically Collect and Process Visitors’ IP Addresses

(NOTE: A version of this article posted previously contained incorrect information. The below version corrects those errors. The author apologises for any... Read all

Getting started with JPA and Mule

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

Amazon S3 Parallel MultiPart File Upload

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

AWS VPC NAT Instance Failover and High Availability

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

Neo4j/Cypher: Combining COUNT and COLLECT in One Query

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

 

 

 

 

Top