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

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 :