JWebUtil: small utility to display session and request info for Java web apps
Submitted by charlie.collins on Tue, 07/10/2001 - 11:54
Tagged:
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







Recent comments
22 weeks 1 day ago
22 weeks 1 day ago
24 weeks 5 days ago
25 weeks 3 days ago
25 weeks 3 days ago
25 weeks 3 days ago
30 weeks 6 hours ago
30 weeks 1 day ago
30 weeks 4 days ago
30 weeks 6 days ago