September 1, 2008
Generation 5 » Stop Catching Exceptions! – A strategy that (i) uses finally as the first resort for containing corrupting and maintaining invariants, (ii) uses catch locally when the exceptions thrown in an area are completely understood, and (iii) surrounds independent units of work with try-catch blocks is an effective basis for using exceptions
Reverse-engineer Source [...]
Read the full article →
July 12, 2008
Open Source LDAP Server in Java Released : Ludo's sketches – The OpenDS development team is very please to announce the release of OpenDS 1.0.0. OpenDS 1.0.0 delivers a fully compliant LDAPv3 server (*) that passes all of the compliance, interoperability and security tests suites
SQLite Example for Adobe AIR–Working with local SQL databases(with source [...]
Read the full article →