<rant>Yes, the whole table. This report shows the cash-type trades done in London and grouped by currency type. 39 currency types.1:07 minutes to run.6,722 rows of data.20.4 MB Excel file (when exported). It’s a reporting…
Tag: work
According to My Calculations…
We have an data object that contains:1. $principle (Long) – Principle2. $days (int) – Number of Days Interest3. $basis (int) – Basis (how many days in a year)4. $dailyInterest (Long) – Daily Interest Average Rate…
Interfaces and Implementations.
Which style to you prefer when you use Interfaces and Implementations? A) Separate them.projectName/dao/ Blah.java projectName/dao/impl/ BlahThis.java BlahThat.java B) Keep them together, and identify:projectName/dao/ IBlah.java BlahThisJdbc.java BlahThatJdbc.java I like B, just because the interfaces are…
Project Estimation: Help Me.
It seems like the estimates we make are always written in stone and no matter how many times we re-estimate, we never get it right. The plan team always want an earlier finish date and…
CTRL + SHIFT + F, *uck Me.
We’ve been planning to use some type of data connection pooling for quite a while and decided to use the commons-dbcp from Apache. In our applicationContext-jbdc.xml, we specify the url. I’m using Eclipse, so I…