- The top Java beginner's mistakes and anti-patterns
- Static analysis to look for bugs in Java code.
- Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Althou...Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems. The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context.
- 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.
- If you'd like to compare the files from two directories you may want to try xRecurseDiff that comes with a German translation now
- This post summarizes the functionality of Lambda Probe: the ultimate tool for monitoring and management of Apache Tomcat instance in real time
- I present a simple cache written in Java that can be used to store objects of any kind
- Shows how to use AspectJ and annotations to implement a simple cache that speeds up your application
- In this post I present a solution with dynamic proxy classes to cache methods so they will return faster in the future
- This post shows how to setup your own security realm with Tomcat
- Presents a test that compares the performance of Java and Groovy code in several use cases
- This post shows my comparison of Google Guice, PicoContainer and Spring
- Tests the performance of the Java Introspector class
- This post is about AspectJ and why you might want to use it every day
- Shows how to deploy and test your servlets with Jetty - everything inside a JUnit test
- How to develop web services with Hessian and Burlap
- This post shows how to add logging to your application with AspectJ
- InfoQ, (2007)
- Int. Sym. Wikis, page 177-183. ACM, (2007)
- (February 1995)
- Manning, (July 2003)ISBN-10: 1930110936 ISBN-13: 978-1930110939 .


user