Displaying 1 result from an estimated 1 matches for "webrowset".
2006 May 31
1
Advice needed: Rails generating Java WebRowSet style XML
All,
My Rails app. is required to interface with some pre-existing stuff that
consumes the XML output of a Java 1.5 WebRowSet. If you''ve never seen
once of these beasts, it is basically an XML-ized version of SQL data,
chock full of table and column specific metadata.
I should be able to generate this without too much trouble, but wondered
in anyone had any advice for me about how to handle generating it in...