Thursday, March 11, 2004

Enter The JBoss Matrix... marc fleury's blog?
cleaned a lot of bugs in the new codebase today... new message filters much, much more stable and flexible now! yipee! oras na para yakapin ang malupit kong unan...
bug hunting and unit testing madness... hey its only 1 am... time for some COFFEE!!!
UserFriendly Strip Comments hilarious as always...

Tuesday, March 09, 2004

ONJava.com: Best Practices for Exception Handling [Nov. 19, 2003]: "public void dataAccessCode(){ try{ ..some code that throws SQLException }catch(SQLException ex){ throw new RuntimeException(ex); } }"
The BileBlog some interesting thoughts here...

Sunday, March 07, 2004

Java 2 on FreeBSD... encountered problems regarding pthread issues on FreeBSD 5.2.x... the solution was to replace all references to -lpthread to -lc_r... sadly the latest patchset 6 for jdk1.4.2 doesnt support this... anyway i have a working jdk1.4.2 now ;)
Personality Tests and Community... will get back to this later... for now hackathon is on top priority!