This site serves as a repository for information I have found useful during the course of Java Development and various other topics. Here you'll find information about web applications, mysql, tomcat, struts, spring, servlets, jsp, jdbc, eclipse and various other open source technologies and tools. You'll also find some personal stuff around too.
The ideas and opinions posted on this blog are mine. They do not necessarily represent the positions, strategies, or opinions of my employer or my clients.
Log4J Configuration on Tomcat Recently I wanted to turn up the logging level on our connection pooling mechanism in tomcat to determine a problem and it had been a while since I had configured log4j and I had to relearn how to turn on logging for an individual package or class. I ...
Days Since Javascript Some simple javascript to calculate number of days since and months and days since a given date.Read more...Tags : jsp
Comparison of 2 Java Excel APIs on Large Workbooks/Worksheets I have recently had the need to output large excel files from a java web application. So I tried to compare two apis to see the largest spreadsheets I could generate. I was hoping that I could stream the Excel files, or that these apis had a flush ...