Homepage » Archive :

The following file(s) can be downloaded :
  • My Curriculum Vita as PDF file.
  • A PDF file containing my M.Sc. Thesis on "Methods for Handling Exceptions in Object-oriented Programming Languages" (1995).  The thesis discuss methods for implementing EH, show their advantages and disadvantages and propose a new unified and very efficient method. As a major part of this thesis, a compiler was developed featuring an object-oriented programming language incorporating handling of exceptions using this method.
  • Software development tool CodeGenClipse - CodeGenJostraca. Eclipse plugins for the Jostraca code generator and more (offsite). I have written this as a free tool for software developers that are using Eclipse and are interested in leveraging code generation to help improve quality and save time & effort by reducing redundancy and drudge work. Jostraca, the embedded code generator, is template based and supports Java as well as Ruby, Python and many other languages.
  • Software development tool Railscheck. A semi-static quality assurance tool for Ruby on Rails projects. Delivered as a Ruby gem it provides a shell command task "railscheck" that you can run against your Rails projects to test for a number of typical bugs and inconsistencies.