Nathan Maves <[EMAIL PROTECTED]> writes: > Stick with java.sql.Date. Try never to use java.util.Date.
Why? The Ibatis datamapper doc (2.0, page 31) says: "The use of java.sql.date types is discouraged. It is a best practice to use java.util.Date instead." I'm tending to go with the author of the framework here...