Projects
On this page you can find all the things I released to the public. They are categorized into projects, utilities and tests. While projects need a certain size to be called a project, utilities are small, little things that help you with a very specific task. At last there’re the tests I wrote: pieces of code that test a new technology or just an idea.
If you’re searching for everything WordPress have a look at this page.
Projects
- WordPress ThickBox plugin
- This WordPress plugin helps you to embed ThickBox into any post or page
- WordPress SmoothGallery plugin
- This WordPress plugin helps you to embed JonDesign's SmoothGallery inside a post or page
- WordPress Extension Manager
- This plugin lets you install, update, delete and search plugins and themes from various locations
- Christian's WordPress Utils
- This plugin collects useful code for WordPress which in turn eases plugin and theme development
- BibSonomyExporter
- This tool helps you to export your BibSonomy posts into other social bookmarking sites like del.icio.us, Mister Wong, Furl, you name it
- Confluence BibSonomy plugin
- This plugin helps you to display your BibSonomy tags, publications and more in Confluence
- WordPress BibSonomy plugin
- This plugin helps you to embed BibSonomy in your WordPress blog
Utils
- CharacterCounter
- CharacterCounter is a tool written in Java that helps you to count characters contained in text files and to print statistics
- WebStatsSpammer
- This tool helps you to generate HTTP requests with custom referrers
- LinkStatusChecker
- Checks your bookmarks from BibSonomy and del.icio.us for broken links
- WebChangeMonitor
- WebChangeMonitor monitors any resource on the web for you: websites, news feeds, you name it...
- set-context
- Helps you to upgrade Linux VServer from 2.0 to 2.2
Tests
- Caching with AspectJ
- Shows how to use AspectJ and annotations to implement a simple cache that speeds up your application
- Java Bean mapper performance tests
- Performance comparison between Java Introspector, Commons BeanUtils, Spring BeanUtils and Dozer
- Singletons with AspectJ
- Although I wouldn't recommend it this post shows you how to implement the Singleton-Pattern with AspectJ 5
- Profiling with AspectJ
- This post shows how to profile applications easily with AspectJ
- Logging with AspectJ
- This post shows how to add logging to your application with AspectJ
- Webservices with Hessian and Burlap
- How to develop web services with Hessian and Burlap
- Testing web applications with Jetty
- Shows how to deploy and test your servlets with Jetty - everything inside a JUnit test
- AOP with AspectJ
- This post is about AspectJ and why you might want to use it every day
- Performance tests for introspection of JavaBeans
- Tests the performance of the Java Introspector class
- Comparison between Guice, PicoContainer and Spring
- This post shows my comparison of Google Guice, PicoContainer and Spring
- Performance comparison between Groovy and Java
- Presents a test that compares the performance of Java and Groovy code in several use cases