The SQLProcessor as a JDBC facade

By Alvin J. Alexander, devdaily.com

I just finished a short tutorial on using an open source tool named SQLProcessor. The SQLProcessor is a facade for some of the JDBC API. It's very cool on a variety of levels, including reducing coding errors, simplifying your Java code, and providing great debug output. The tutorial is available here.


devdaily logo