javascript array’s

I’m currently working on some javascripting code and had some trouble with very basic operations on array’s. This website was a great help: http://www.hunlock.com/blogs/Mastering_Javascript_Arrays

Spring Interceptors

Interceptors are very useful to intercept changes in your web application. Think of switching language, changing user id, … Before Spring you would probably implement this using a filter. Spring has a...

use http gzip compression

Looking for a way to speed up my webapps I found the following article: http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html?page=1 At first I got some nullpointer exceptions using the CacheFilter. Had to change the following line of...