Tutorial

  • submit to reddit

Spring Integration - Input Channel Definition

In a pipes and filters architecture, pipes are connectors or channels. Although at first sight trivial, channels are fairly rich semantically - they allow...

0 replies - 4788 views - 05/11/12 by Matt Vickery in Articles

DNS Performance Testing Tools: My Writer Modules

The BIND-DLZ project publishes an excellent set of performance testing tools which make it easy to generate a lot of fake DNS data for a variety of DNS server...

0 replies - 3625 views - 05/11/12 by Joe Miller in Articles

Using the ShrinkWrap Maven Resolver for Arquillian Tests

This post assumes that you’re familiar with using Arquillian for testing Java applications. If you’re not familiar with Arquillian, then I suggest you...

0 replies - 6998 views - 05/10/12 by David Salter in Articles

TeamCity Build Dependencies

The subject of build dependencies is neither a trivial nor a minor one. Various build tools approach this subject from different perspectives contributing...

0 replies - 3525 views - 05/10/12 by Evgeny Goldin in Articles

Maven Build Dependencies

The subject of build dependencies is neither a trivial nor a minor one. Various build tools approach this subject from different perspectives contributing...

0 replies - 4437 views - 05/09/12 by Evgeny Goldin in Articles

Algorithm of the Week: Determine if a Number is Prime

Each natural number that is divisible only by 1 and itself is prime. Prime numbers appear to be more interesting to humans than other numbers. Why is that...

1 replies - 17894 views - 05/09/12 by Stoimen Popov in Articles

How to Create an Incremental SQL Azure Data Source for U.S. Air Carrier Flight Delays Dataset

Background My initial U.S. Air Carrier Flight Delays, Monthly dataset for the Windows Azure Marketplace DataMarket was intended to incorporate individual...

0 replies - 3791 views - 05/09/12 by Roger Jennings in Articles

Unit and Integration Tests With Maven and JUnit Categories

This example shows how to split unit and integration tests using Maven and JUnit categories. It is especially useful for existing test suites and can be...

0 replies - 4244 views - 05/08/12 by John Dobie in Articles

Real Time HTML5 Application With Websocket and ActiveMQ/Camel

As part of my CamelOne presentation, I have prepared some examples to dig into what Apache ActiveMQ and Camel propose to work with HTML5 and WebSocket...

0 replies - 10821 views - 05/08/12 by Charles Moulliard in Articles

Get Familiar with MongoDB Replica Set Internals: Syncing

Prerequisites: I’m assuming you know what replica sets are and you’ve configured a set, written data to it, read from a secondary, etc. You understand...

0 replies - 3788 views - 05/08/12 by Kristina Chodorow in Articles

An Apache Camel & ActiveMQ Performance Test

Here is a simple unit test (extends CamelTestSupport) to get a feel for how quickly Camel routes add/remove from a JMS queue.  This should give you a...

0 replies - 4692 views - 05/08/12 by Ben O' Day in Articles

Monitoring Over 10K URLs in Nagios

10K websites x 5 URL's to monitor For our Atlassian Hosted Platform, we have about 10K websites we need to monitor. Those sites are...

1 replies - 5687 views - 05/08/12 by Patrick Debois in Articles

Binary Websockets with Play 2.0 and Scala

In a recent article I showed how you can use webrtc, canvas and websockets together to create a face detection application whose frontend runs completely...

1 replies - 2995 views - 05/07/12 by Jos Dirksen in Articles

Five Minute Beginner's Guide to Installing and Testing Redis and Node.js on OS X

Redis is an open source, advanced key-value store. Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network...

1 replies - 2778 views - 05/07/12 by Chad Lung in Articles

How to Schedule MySQL Database Backups to Amazon S3

I've recently launched a site using MySQL as a database, and wanted to be able to schedule database backups to Amazon S3 I did a bit of searching and found...

0 replies - 3639 views - 05/07/12 by John Whish in Articles