Here are some of our projects

We love code...

h2zero

Generate those time consuming POJOs for databases in less time than it takes to read this sentence.

backblaze b2 java api

S3 like service from the world's favourite backup service

templar

templating engine, ultra light-weight, fast, simple - choose all three

templar gen

generate sites with templar - hmmmm, templar

linode api

Hey! - we are the official provider of the linode API SDK

scaleway java api

Hey! - we also provide a Scaleway API for java

gradle plugin creator in java

Create the scaffolding for a gradle plugin in java

recipease

Recipes with ease, JSON -> PDF

routemaster

Simple, extensible Web Server built in Java

h2zero

an easy to use object relationship mapper (ORM) code generator for Java and MySQL

  1. No boring hand generation of POJOs to map to the database
  2. No ugly and inefficient SQL queries
  3. No exceptions (unless you want them)
Because not everybody has that much time...

For one of our production systems: h2zero just saved you typing 519 files!

[             SUMMARY ] [  INFO ] h2zero just generated code for 40 tables!
[             SUMMARY ] [  INFO ] h2zero just saved you typing 519 files!  Messages [ warn: 0, fatal: 0 ]
[             SUMMARY ] [  INFO ]      1 .sql file
[             SUMMARY ] [  INFO ]      1 .tld file
[             SUMMARY ] [  INFO ]      517 .java files

backblaze b2 java api

Java API for the fabulous backblaze B2 API

Need connectivity to the B2 api from java? Look no further.

We must be doing something right!

This is the base integration piece for multiple java B2 connectivity pieces

We thoroughly recommend either cyberduck or mountainduck which includes this code for the awesome BackBlaze storage service.

templar

easy to use, ultra light-weight, templating engine

  1. light-weight - absolutely no dependencies
  2. whitespace is important - we (sometimes) care about newlines, spaces and tabs
  3. easy to use
  4. just powerful enough

h2zero is powered by templar - and it generates beautiful code in an instant.

templar gen

page generation with the templar templating language

Need to quickly generate some static pages?

linode Java API

The official Java API for linode

Linode - High performance SSD Linux servers for all of your infrastructure needs, and now with the power of a Java API!

We are The official provider for the java API for linode - you can now programmatically generate and query:

  • Linodes (i.e. virtual machines)
  • Node balancers
  • StackScripts
  • DNS entries
  • Account details
  • Availability of datacentres, distributions, kernels, plans, node balancers and stack scripts

Scaleway java API

Programmatically deploy BareMetal SSD cloud servers in seconds through the Java API

The Scaleway API allows you to manage servers and resources in a simple, programmatic way using conventional HTTP requests. All features you will find in the web control panel are also available through the API.

gradle plugin creator in java

Create the scaffolding for a gradle plugin in java

We love gradle, and we love making everyone's life easier.

For some of those automatable tasks - we create plugins, here are some plugins that we have created:

We have created enough plugins, that we can abstract away the generic scaffolding that is required to write a plugin for gradle in Java. So, we created the project to generate the scaffolding for any new plugins that we want - nice!

recipease

Recipe generation with ease

Generate a mobile and desktop recipe book that you can carry around on your phone or tablet.

Also, what better way to share your recipes, than through an open source code repository?

routemaster

Simple, extensible Web Server in Java, including RESTful routing

When you need a simple web server, and you want routing as well.

This is based on the truly excellent nanoHTTPd project, and extends the functionality by providing:

  • Simple routing
  • RESTful routing
  • Static File Serving
  • Classpath File Serving
  • Simple File Listing
  • Handlers

The Simple File Serving above is the easiest way to have a web server that serves up the directory listing of the filesystem.