Broadly speaking, there are two ways to handle errors as they pass from layer to layer in software: throwing exceptions and returning status codes. Almost ...Broadly speaking, there are two ways to handle errors as they pass from layer to layer in software: throwing exceptions and returning status codes. Almost everyone agrees that exceptions are the better way to do it, but some people still prefer status returns. This article shows why exceptions are better.
to blog status returns exceptions programming c++ by cschenk on Jun 17, 2008, 7:45 AMIf you'd like to compare the files from two directories you may want to try xRecurseDiff that comes with a German translation now
to windows blog diff programming christian schenk website translation by cschenk on May 6, 2008, 9:25 AMThis post summarizes the functionality of Lambda Probe: the ultimate tool for monitoring and management of Apache Tomcat instance in real time
to christian apache tomcat blog schenk lambda-probe monitoring programming by cschenk and 2 other people on Apr 5, 2008, 8:05 AMI present a simple cache written in Java that can be used to store objects of any kind
to java cache programming blog schenk christian by cschenk on Apr 5, 2008, 8:05 AMShows how to use AspectJ and annotations to implement a simple cache that speeds up your application
to aop christian cache programming java schenk blog aspectj by cschenk on Apr 5, 2008, 8:05 AMIn this post I present a solution with dynamic proxy classes to cache methods so they will return faster in the future
to java proxy blog christian schenk cache programming by cschenk on Apr 5, 2008, 8:05 AMThis post shows how to setup your own security realm with Tomcat
to christian tomcat security schenk realm blog howto programming documentation by cschenk on Apr 5, 2008, 8:04 AMPresents a test that compares the performance of Java and Groovy code in several use cases
to schenk christian blog performance groovy programming comparison by cschenk on Apr 5, 2008, 8:04 AMThis post shows my comparison of Google Guice, PicoContainer and Spring
to picocontainer comparison dependency-injection google guice schenk blog inversion-of-control programming christian spring by cschenk on Apr 5, 2008, 8:04 AMTests the performance of the Java Introspector class
to reflection beans christian performance schenk comparison blog programming introspection by cschenk on Apr 5, 2008, 8:04 AMThis post is about AspectJ and why you might want to use it every day
to programming blog aspectj aop christian aspectwerkz schenk by cschenk on Apr 5, 2008, 8:04 AMShows how to deploy and test your servlets with Jetty - everything inside a JUnit test
to testing junit christian programming blog schenk servlets jetty webapps howto by cschenk on Apr 5, 2008, 8:04 AMHow to develop web services with Hessian and Burlap
to burlap blog programming schenk christian webservices hessian jetty by cschenk on Apr 5, 2008, 8:04 AMThis post shows how to add logging to your application with AspectJ
to aspectj logging schenk programming blog aop howto christian by cschenk on Apr 5, 2008, 8:04 AMThis post shows how to profile applications easily with AspectJ
to performance aspectj blog christian programming profiling aop schenk howto by cschenk on Apr 5, 2008, 8:04 AMAlthough I wouldn't recommend it this post shows you how to implement the Singleton-Pattern with AspectJ 5
to aop aspectj howto blog pattern programming singleton schenk christian by cschenk on Apr 5, 2008, 8:04 AMPerformance comparison between Java Introspector, Commons BeanUtils, Spring BeanUtils and Dozer
to comparison schenk blog beans christian dozer performance spring programming by cschenk on Apr 5, 2008, 8:04 AMShows how to suppress logging for Velocity altogether by implementing LogSystem or LogChute
to programming blog christian velocity suppress logging schenk howto by cschenk on Apr 5, 2008, 8:04 AM- to smoothgallery prototype wordpress christian plugin schenk blog programming by cschenk on Apr 5, 2008, 8:04 AM
Evaluates the fastest method to iterate over the characters in a string with Java
to christian characters programming blog schenk string java test performance by cschenk on Apr 5, 2008, 8:04 AM