Tutorial

  • submit to reddit

HTML5 Web Storage – Cookies Are So 1994!

Matthew Setter is a professional technical writer and passionate web application developer. He’s also the founder of Malt Blue, the community for PHP web...

0 replies - 6979 views - 09/22/12 by Leigh Shevchik in Articles

Advanced Messaging with Apache ActiveMQ

Curator's note: This slideshow provides an overview of flow control, scaling, and availability in ActiveMQ. Advanced messaging with Apache ActiveMQ ...

0 replies - 5129 views - 09/21/12 by Dejan Bosanac in Articles

Understanding Enterprise Integration Patterns

First of all we should define EIPs and why we should use them. As the name implies, these are tested solutions for specific design problems encountered during...

1 replies - 6345 views - 09/19/12 by Michał Warecki in Articles

JavaZone 2012: Taming Java Agents

At JavaZone I've presented a talk called Taming Java Agents. It is not about the distributed computing or messaging as the title might imply. It is...

0 replies - 3196 views - 09/19/12 by Anton Arhipov in Articles

Enterprise Integration Using Patterns

In my first series of articles I will try to smoothly introduce you to the world of Enterprise Integration using patterns introduced by Gregor Hophe in his...

0 replies - 4944 views - 09/17/12 by Michał Warecki in Articles

Graph Degree Distributions Using R Over Hadoop

There are two common types of graph engines. One type is focused on providing real-time, traversal-based algorithms...

0 replies - 3034 views - 09/16/12 by Marko Rodriguez in Articles

Backing Spring Integration Routes with ActiveMQ

Spring Integration (SI) is a routing framework built on top of the Spring Framework that allows you to use proven enterprise integration patterns to solve...

0 replies - 3468 views - 09/16/12 by Christian Posta in Articles

Your First Hadoop MapReduce Job

Hadoop MapReduce is a YARN-based system for parallel processing of large data sets. If you are new to Hadoop, first explore the Hadoop site. In this...

0 replies - 6699 views - 09/11/12 by Amresh Singh in Articles

Mastering Heroku App Deployments with Node.js

After some months developing with node.js, now is the time to deploy these apps and see which problems appear. For the first two apps I decided to go with...

0 replies - 3067 views - 09/10/12 by Javier Manzano in Articles

Algorithm of the Week: Graph Breadth First Search

Since we already know how to represent graphs, we can go further for some very simple approaches of walking through them. Passing by all the vertices of a...

2 replies - 9701 views - 09/10/12 by Stoimen Popov in Articles

How to Provide Cloud-Based JSON Data to Windows 8 Metro Grid Apps

This post is broken down into 3 exercises. Exercise 1 Add a new class, called MySampleDataSource. This will replace SampleDataSource. MySampleDataSource ...

0 replies - 3237 views - 09/10/12 by Bruno Terkaly in Articles

Authenticating Your Windows 8 App Users with Azure Mobile Services

This walkthrough is based on the "Get started with authentication in Mobile Services" and "Authorize users with scripts" tutorials,...

0 replies - 4346 views - 09/10/12 by Roger Jennings in Articles

Build your own Java stopwatch

After implementing some algorithms for record linkage, I found myself in the need to optimized the code for speed.Premature optimization I'm a strict follower...

12 replies - 6511 views - 09/10/12 by Giorgio Sironi in Articles

Google Cloud Messaging with Payload

Google Cloud Messaging (or GCM) sends two types of messages: Collapsible, “send-to-sync” messages, where new messages replace older ones in the sending...

0 replies - 6272 views - 09/10/12 by Tony Siciliani in Articles

Setting up a Hadoop Virtual Cluster with Vagrant

Usually for testing and using virtual machines, I go online, download the iso image of the machine I want to install, start Virtual Box, tell it to init...

0 replies - 7463 views - 09/09/12 by Carlo Scarioni in Articles