Jul 23 2007
DbFit now also for Java
I’ve uploaded the first version of DbFit 4 Java on SourceForge. Download the binaries from:
http://dbfit.svn.sourceforge.net/svnroot/dbfit/dbfit/dist/dbfit-j-0_1.zip.
This initial release brings support for executing queries, statements and stored procedures, reading/writing into symbols and bulk inserting. Stored functions are not yet implemented, and for stored procs all parameters must be listed in the correct order.
All data types except LOBs and cursors are implemented. Standalone fixtures (which can be mixed with java code) are also available in the package.
Syntax is 100% compatible with the .Net version, described in Getting Fit with Oracle for .Net, including symbol operations (<< and >> and the “fail” keyword).
The zip contains dbfit binaries and a wiki site with examples how to use various features (see the NewJava namespace, also see DotNet namespace for more examples).
update: quick note for people trying to work through .net examples - you’ll need to define the fixture path differently (!path commands). see the NewJava namespace in the wiki example and copy those lines into your tests/suites
Add to Del.Icio.Us bookmarks

