Tutorial

  • submit to reddit

IIE Home Loan Demo - Ready to Rumble with JBoss Integration?

The original Home Mortgage Demo project started out with Red Hat JBoss SOA Platform (SOA-P) and Red Hat JBoss Business Rules Management System...

0 replies - 828 views - 02/13/13 by Eric D. Schabell in Articles

Google on Datastore Query, Index, and Transactions

This Google Developers tutorial delves into querying, indexing, and transactions with App Engine's Datastore service, driven by Google Bigtable: In this...

0 replies - 1540 views - 02/11/13 by Eric Gregory in Articles

An Introduction to Implementing Continuous Delivery

At the ØREDEV conference in Sweden, Sam Newman spoke about continuous delivery, discussing how to implement it, what tools to use, and more. Here's what he...

0 replies - 2429 views - 02/10/13 by Eric Gregory in Articles

Using R — .Call(“hello”)

In an introductory post on R APIs to C code, Calling C Code ‘Hello World!’, we explored the .C() function with some ‘Hello World!’ baby...

0 replies - 1247 views - 02/10/13 by Jonathan Callahan in Articles

Google's Introduction to Datastore

This Google Developers tutorial explores App Engine's Datastore service, driven by Google Bigtable: Datastore service in App Engine is the core component...

0 replies - 2580 views - 02/09/13 by Eric Gregory in Articles

Intra-Cluster Replication in Apache Kafka

Originally authored by Jun Rao.  Jun will present at this year's ApacheCon North America. Kafka is a distributed publish-subscribe messaging system. It...

0 replies - 2401 views - 02/07/13 by Mitch Pronschinske in Articles

Create a Database Project in Visual Studio

Introduction: All software development involves databases. It is very difficult to manage and maintain databases when multiple developers are working on it....

0 replies - 2659 views - 02/06/13 by Michael Georgiou in Articles

Application Governance with WSO2 GReg and Jenkins

This tutorial will show how you can automate the application Governance using WSO2 Governance Registry and Jenkins (for Build...

0 replies - 601 views - 02/05/13 by Shelan Perera in Articles

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

0 replies - 2841 views - 02/04/13 by Steven Willmott in Articles

Repository Pattern, Done Right

The repository pattern has been discussed a lot lately. Especially about it’s usefulness since the introduction of OR/M libraries. This post (which is the...

0 replies - 2334 views - 02/04/13 by Jonas Gauffin in Articles

Going REST/NoXML: Embedding Jetty with Spring and JAX-RS using Apache CXF

For hardcore server-side Java developers, the only way to "speak" out to the world is by using APIs. Today's post is all about JAX-RS: writing and exposing...

1 replies - 4419 views - 01/30/13 by Andriy Redko in Articles

Going REST/NoXML: Embedding Tomcat with Spring and JAX-RS using Apache CXF

This post is logical continuation of the previous one. The only difference is the container we are going to use: instead of Jetty it will be our old buddy...

0 replies - 2832 views - 01/30/13 by Andriy Redko in Articles

ActiveMQ: JDBC Master Slave with MySQL

In this post I'll document the simple configuration needed by ActiveMQ to configure the JDBC persistence adapter and setting up MySQL as the persistent...

0 replies - 1724 views - 01/30/13 by Mitch Pronschinske in Articles

Algorithm of the Week: Kruskal’s Algorithm using union find in Ruby

I recently wrote a blog post describing my implementation of Kruskal’s algorithm – a greedy algorithm using to find a minimum spanning tree (MST) of a...

0 replies - 2922 views - 01/29/13 by Mark Needham in Articles

Regression Tree Using Gini’s Index

In order to illustrate the construction of regression tree (using the CART methodology), consider the following simulated dataset, >...

0 replies - 887 views - 01/29/13 by Arthur Charpentier in Articles