>>1.1 Populate Torque objects, e.g. objects which extend >> BaseObject, automatically from a Map or Hashtable.
This is what BeanUtils is for, isn't it? If you want every object to have populate() method, just make a BaseObject and tell your schema.xml about it. >> 1.2 Allow Torque objects to emit SAX events to a >> Content handler. Bleh. Either do this w/ reflection in a base class or modify BaseObject.vm to generate it yourself. Why impose this on the rest of us? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
