Jacques Le Roux wrote:
> I suppose it's related to HTML checkboxes (null or true) but this is more a 
> guessing...

Checkboxes are done with a isSet or empty, not a Y/N.  And radio is done
as a choice of possible values.

HTML forms(and parameters) are all sent as strings, and converted to a
java representation.  JDBC should be handled the same way.

If both of these external systems had their own conversion layers, and
gave the java code the same set of value objects to deal with, then
application programmers would only need to be concerned with dealing
with java objects.

Reply via email to