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
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
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
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
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