Continuum vs. Hudson and Triggering Hudson Builds with a Subversion Post Commit Hook Script
A little discussion on Continuum vs Hudson and How to trigger a continuous integration build on the Hudson server from a subversion post-commit hook script.
Log4J Configuration on Tomcat
How to turn on logging , lower logging level for a particular package
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 thought I would document it here.
Days Since Javascript
Some simple javascript to calculate number of days since and months and days since a given date.
Sample or Example Tomcat MySQL DBCP (Database Connection Pool) Configuration Settings
I have had a hard time finding DBCP settings that worked well and I have found few examples of full configuration
I have had a hard time finding DBCP settings that worked well and I have found few examples of full configuration, so here is what were using hope it helps
JavaRebel-Compiling and Reloading Java Code on the fly. Is much easier in Unexploded Format
Unexploded Format Development with JavaRebel is alot easier than exploded format.
Comparison of 2 Java Excel APIs on Large Workbooks/Worksheets
Comparison of Apache POI and JExcelApi
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 mechanism similar to Itext, however it turns out that I could not. If someone has different information please let me know.
