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

Tutorial: Deploying an API on EC2 from AWS

Curator's Note: This article was co-authored by Andrzej Jarzyna. At 3scale we find Amazon to be a fantastic platform for running APIs due to the complete... Read all

How ACID is MongoDB?

Read all

 

 

 

 

Top