RSS feed
All(28) Eclipse(4) Java(5) JDBC(5) JSP(3) Maven(7) Personal (1) Spring(3) Tomcat(5)
<< Previous | Home

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.

Read more...

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.

Read more...

Tags :

Days Since Javascript

Some simple javascript to calculate number of days since  and months and days since a given date.

Read more...

Tags :

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

Read more...

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.

Read more...

Tags :

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.

Read more...

Tags :