MAX BUILD SPEED
  • Home
  • About
Sign in Subscribe

Max Rohde

Max Rohde
onedb 0.0.3: Client API and Documentation Updated

onedb 0.0.3: Client API and Documentation Updated

A new version for the onedb client libraries (0.0.3) is now available for direct download or as maven dependency. The new versions will work with any API key obtained from www.onedb.de. onedb Java Test Toolkit: <dependency> <groupId>one.test.jre</groupId&

By Max Rohde 20 May 2012
A Practical Guide on Node Types in onedb

A Practical Guide on Node Types in onedb

onedb is at its heart a cloud-based platform to connect pieces of information from various applications. These 'pieces of information' are represented and accessed in various ways in the onedb API. The article "onedb Architecture and Design" provides a conceptual definition of most ways in which

By Max Rohde 15 May 2012
onedb 0.0.2: Update for Client Libraries

onedb 0.0.2: Update for Client Libraries

I have just uploaded new onedb client libraries with version number 0.0.2. The new client libraries mainly incorporate an advice from Java API expert Lukas Eder (check out JOOQ - a neat way to access SQL databases using a fluent Java API): All callback methods in the core

By Max Rohde 13 May 2012
onedb Tutorial: Getting Started and First Steps

onedb Tutorial: Getting Started and First Steps

onedb is the database engine at the heart of the appjangle platform. This tutorial gives an overview of a number of capabilities of the onedb engine. The following topics are discussed in this tutorial: Part I: Set Up 1. Getting an API key 2. Download the client library 3. Linking

By Max Rohde 06 May 2012
Introducing onedb: Connect Small Data in the Cloud

Introducing onedb: Connect Small Data in the Cloud

Data is growing bigger. The increased scale of contemporary applications is often measured in the currencies of terabytes and thousands of transactions per second. An amazing array of tremendous new and old technologies help in dealing with this increased scale: reaching from clouds in various shapes to scalable NoSQL databases

By Max Rohde 05 May 2012
onedb Architecture and Design

onedb Architecture and Design

This article gives a brief overview of a number of key design concepts underlying the onedb service: * Architecture Overview * Core Data Model * Realms * Core Operations * Client Sessions * Synchronization For an introduction to onedb and the motivation for this service, please check the article "Introducing onedb: Connect Small Data in

By Max Rohde 05 May 2012
Small Data is Beautiful: A Case for Connected Applications

Small Data is Beautiful: A Case for Connected Applications

Think about getting the persistence back-end of your next web app right ... sharding, replication, mapping, partitioning, consistency, latency, indices, durability, atomicity, isolation ... any terms familiar? Familar maybe, but certainly not pleasant. Modern database systems (e.g. RDMBS/Object DB/Graph DB) are easily one of the most complex aspects of

By Max Rohde 05 May 2012
UNIX Bash: Create incrementally numbered directories

UNIX Bash: Create incrementally numbered directories

The Problem You would like to be able to create UNIX directories with numerical names, which increase incrementally, for instance: 0000 0001 0002 0003 etc. The Solution Just execute the following bash script in a directory, which contains at least the subdirectory '0000'. The script will create a

By Max Rohde 28 Apr 2012
Run a Background Unix Process (even if user is disconnected)

Run a Background Unix Process (even if user is disconnected)

Given we have a script test.sh, it is easy to run this script in the background while continuing to work in the current shell session. The most cited way is by adding '&' to the end of the command: ./test.sh & However, this approach has one

By Max Rohde 17 Apr 2012
Java NIO HttpClients

Java NIO HttpClients

Java's non-blocking IO (NIO) is a complex, yet amazingly powerful addition to Java to build scalable and performant network applications. The capabilities of Java NIO are particularly impressive if compared with alternative ways in the JRE to connect to web resources over http. Here is a small collection

By Max Rohde 02 Apr 2012
Debugging StackOverflowExceptions in Java

Debugging StackOverflowExceptions in Java

Problem StackOverflowExceptions in Java and in other programming languages can be notoriously difficult to debug. The most troublesome attribute of these exceptions is that they occur in no specific place in the application. In specific, the location (class+line number) in which the exception is thrown does only point indirectly

By Max Rohde 27 Mar 2012
GWT: ‘A widget that has an existing parent widget may not be added to the detach list’

GWT: ‘A widget that has an existing parent widget may not be added to the detach list’

Problem When wrapping an existing DOM element with a GWT widget (e.g. Button.wrap(…), HTML.wrap(…), etc), the GWT module will not load and report the exception like the following: java.lang.AssertionError: A widget that has an existing parent widget may not be added to the detach list

By Max Rohde 16 Mar 2012
See all
MAX BUILD SPEED

MAX BUILD SPEED

be calm & code.

MAX BUILD SPEED
  • Sign up
Powered by Ghost

MAX BUILD SPEED

be calm & code.