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

Exporting and Importing VM Settings with Azure Command-Line Tools

We've talked previously about the Windows Azure command-line tools, and have used them in a few posts such as Brian's Migrating Drupal to a Windows Azure VM.... Read all

Adding Hibernate Entity Level Filtering feature to Spring Data JPA Repository

Original Article: http://borislam.blogspot.hk/2012/07/adding-hibernate-entity-level-filter.htmlThose who have used data filtering features of hibernate should... Read all

Handling HTTP 404 Error in ASP.NET Web API

Introduction:Building modern HTTP/RESTful/RPC services has become very easy with the new ASP.NET Web API framework. Using ASP.NET Web API framework, you can... Read all

Configuring Quartz With JDBCJobStore in Spring

Read all

 

 

 

 

Top