Tutorial

  • submit to reddit

Installing Git on a New Server

I’ve been hearing a lot of good about Git in the last few years, from the simplicity of use, speed to decentralized repositories. I’ve been a happy user of...

0 replies - 5106 views - 11/24/12 by Kasia Gogolek in Articles

Using MongoDB Geospatial with Spring Data and a Basic JQuery Mobile UI

  Using MongoDB Geospatial with Spring Data and a basic JQuery Mobile UI This article shows how to use the...

0 replies - 6439 views - 11/23/12 by Daniel Bartl in Articles

Hadoop on Azure: An Introduction

  I am in complete awe on how this technology is resonating with today’s developers. If I invite developers for an evening event, Big Data is...

0 replies - 8709 views - 11/22/12 by Bruno Terkaly in Articles

In-Memory Compute Grid Explained

Dmitriy Setrakyan recently provided an excellent explanation for In-Memory Data Grid  (IMDG) -- now I'll try to provide a similar...

0 replies - 3908 views - 11/21/12 by Nikita Ivanov in Articles

Installing CouchDB on a VirtualBox instance with Chef and Vagrant

This assumes you’ve already installed Virtualbox and configured a base VM.mkdir cookbooks cd cookbooks git clone...

0 replies - 3191 views - 11/20/12 by Gary Sieling in Articles

Java EE: JSP 2.2 and Servlets 3.0 tutorial with Resin Servlet Container: Part Three

Java EE Servlet tutorial : Using JSPs to create header, footer area, formatting, and basic CSS for bookstore Contents Java EE Servlet/JSP...

4 replies - 5040 views - 11/19/12 by Bill Digman in Articles

Deploying the Aurelius Graph Cluster

The Aurelius Graph Cluster is a cluster of interoperable graph technologies that can be deployed on a multi-machine compute cluster. This post demonstrates...

0 replies - 3462 views - 11/19/12 by Marko Rodriguez in Articles

Extract Second- and Top-Level Domains from URLs with Java

It turns out that extracting second- and top-level domains is not a simple task, the primary difficulty being that in addition to the usual suspects (.com .org...

0 replies - 2210 views - 11/19/12 by Kelvin Tan in Articles

Reference Graphs or 'Feature Sketches' as Tools for Refactoring Legacy Code

Originally authored by Jon GuymonSome of the code we work with at New Relic has been around for quite awhile. Unfortunately, not all of it has stayed clean...

0 replies - 3250 views - 11/15/12 by Leigh Shevchik in Articles

become/unbecome - Discovering Akka

 Sometimes our actor needs to react differently based on its internal state. Typically receiving some specific message causes the state transition...

0 replies - 2004 views - 11/14/12 by Tomasz Nurkiewicz in Articles

Iteratees for Imperative Programmers

When I first heard the word iteratee, I thought it was a joke. Turns out, it wasn't a joke, in fact there are also enumerators (that's ok) and enumeratees...

4 replies - 5082 views - 11/14/12 by James Roper in Articles

Building a Naive Bayes Classifier in the Browser Using Map-Reduce

The last decade of Javascript performance improvements in the browser provide exciting possibilities for distributed computing....

0 replies - 3542 views - 11/14/12 by Gary Sieling in Articles

Windows Azure Execution Models: SaaS (Web Sites)

In the last post in this series I covered Azure’s Infrastructure as a Service or IaaS execution model that allows users “bare metal” access to create and...

0 replies - 2446 views - 11/14/12 by Casey Watson in Articles

Coherence Event Processing by using Map Trigger Feature

 This article shows how to process Coherence events by using Map Triggers. Basically, Distributed Data Management in Oracle Coherence is suggested to look...

0 replies - 1858 views - 11/13/12 by Eren Avşaroğulları in Articles

Working with MongoDB using Kundera

Kundera – a JPA 2.0 (Java Persistence API) based ORM library was originally developed for Cassandra database. A support for Hbase was later added to...

0 replies - 3049 views - 11/13/12 by Amresh Singh in Articles