JWebUtil: small utility to display session and request info for Java web apps

I just wrote a little helper utility for a web app I was debugging and decided it might be useful to others. While that may be presumptuous (being useful) I am still willing to throw it out there and let real java experts take a look.

The utility is called JWebUtil ¥mainly because I plan on adding other related stuff to it later¤ and basically it dumps the HTTP session and request objects in a table for debugging and info purposes©

Yeah yeah, its simple, and I am no java expert but I find it pretty darn useful (actually I am more of a PHP programmer and I have several utility PHP functions that use the var_dump() function to display session, post and get vars in a nice format, again for debugging while building a web app, I tried to recreate that in Java.)

Checkit via the link.   jWebUtil