Software

Manchmal bleibt von Spielereien a PC etwas übrig, hier einige Links..

Cloud und Android Experiment
Aus 2011. Ein GAE (Google App Engine) Server liefert Daten für eine Android App
server: Java mit playframework, läuft auf Google GAE in der Cloud. Json Datentransfer
client: Java Android App,
Screenshots und Beschreibung PDF
PDF Only


myStartStop.rb: GUI enables remote server boot and shutdown (ruby)
I wrote this in 2009. It enables my wife to start and stop my server remotly from her laptop.
It is a really basic ruby script with a simple wxRuby gui and uses WakeOnLan to start the server, a ssh login and a shutdown command to turn it down.
I am by no means a rubyist, so please do not comment about the code, but it works on windowsXP and ubuntu.
requirements/usage: ruby, gems: wxRuby and net-ssh
download the script
GPL


BetAtWork 2006
I wrote this during the wm 2006. The web application took bets for the wm final and was used at work (ebase)
technical overkill it used a beta of hibernate annotations (similar ejb3 !) for persistance mapping, jasper reports for excel and pdf reports, struts, log4j, and jcifs for ntml authentication and maven2 as build system. Worked with mysql and oracle databases.
requirements/usage: deployed as war into a servlet engine (tomcat)
download betAtWork
LGPL


JdniSimpleConfig (for jboss)
a jmx service mbean that allows configuration of jndi entries.
hot deployment is possible. The solution consists of an .jar file with the mbean and a service-description (.xml) where the mbean and the jndi-entries are to be configured.
requirements/usage: jboss 3.0.1 and above (hopefully)
download v0.1a
LGPL


Includer
A program to include parts of other file into one master. I use this for my Java course documents. In my ant build I compile the samples first ensuring correctness and than include the interesting parts into my docbook master file.
Usage: stand alone or with included ant task
download includer

Extractor
A program to extract lines from one ore more source files into a new file. Selection criteria is a regular expression. I use this during development to extract @todo marked lines from source and doc files - generating an accurate todo-list.
Usage: stand alone or with included ant task
download includer (packaged together with includer classes)

..