JDBC Metadata and Column Types

In Java by timfanelli

Today I’ve been testing my data caching module… it’s pretty straight foward, the relevant part for today’s ramblings is that it takes an SQL query, executes that query on some …

Loading Arbitrary Classes from Arbitrary Places in Java

In Java by timfanelli

One of my very favorite things about the JDK is portability… and not just the “compile-once-run-anywhere” portability Java is so famous for, but also the portability across providers. JAAS, JCE, …