MAX BUILD SPEED
  • Home
  • About
Sign in Subscribe

Max Rohde

Max Rohde
Callbacks in JavaScript

Callbacks in JavaScript

From many a Java programmer's perspective, JavaScript has one serious limitation: within the browser applications written in JavaScript limited to only a single thread (with the exception of web workers as part of 'HTML5'). As with many other 'limitations' any programming environment provides, also

By Max Rohde 09 Jul 2012
Maven Module for gwt-exporter

Maven Module for gwt-exporter

gwt-exporter is an awesome library to generate usable JavaScript APIs for Google Web Toolkit applications. It allows writing powerful libraries in Java and reuse the features these libraries provide in JavaScript applications! I have assembled a small Maven Module for gwt-exporter 2.4 (M1), which readily configures gwt-exporter to be

By Max Rohde 08 Jul 2012
Missing Name After . Operation

Missing Name After . Operation

Problem While accessing a GWT/Java class using the JSNI interface from JavaScript, GWT reports an exception along the lines of 'missing name after . operation'. This might also happen when using the automated Java à JavaScript API converter gwt-exporter. Analysis This problem is caused by invalid JavaScript statements.

By Max Rohde 08 Jul 2012
New Repository for OSGi-ready Maven Artifacts

New Repository for OSGi-ready Maven Artifacts

UPDATE 2015: For good repositories for OSGi artifacts also check: SpringSource Enterprise Bundle Repository Eclipse Bundle Recipes Project Here the original post: Although the onedb libraries are currently deployed as vanilla Java JAR files (onedb downloads), I have used the PDE tooling of eclipse heavily in the development process. One

By Max Rohde 27 May 2012
Threads in GWT?

Threads in GWT?

While it is widely reported that Google Web Toolkit does not support Java Threads and multi-threading, a number of aspects of concurrent applications can be emulated in GWT's single thread JavaScript world. The particular features that are relatively easy to emulate are: * Timers * Background Execution * Locks * 'Thread-safe&

By Max Rohde 26 May 2012
Eclipse and Github Tutorial

Eclipse and Github Tutorial

Github is an awesome repository to share your source code. Although there are numerous tutorials discussing how to use git and eclipse, I got stuck again today while trying to upload an existing eclipse project to github. This tutorial walks thus through all the steps from signing up for github

By Max Rohde 25 May 2012
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
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.