On Sun, 7 Oct 2001, [big5] �H�R�L wrote: > I had developed some custom tags about adding output XML functions for > cooperated with <sql:resultSet> tag and <sql:connection> tag.
Funny how timing works; I just raised a very similar idea, concerning persistent XML caching of ResultSets, to some other folks in the JSR-052 expert group. Two questions, if you've got a second: 1) Does the XML that your tags output correspond to any particular standard mechanism for representing results? (I can't tell just from the code.) For instance, is there a DTD or Schema that's widely used for ResultSet representation? (There's some work, which I believe is being done by the JDBC expert group, concerning a subclass of CachedRowSet called WebRowSet that can be represented as an XML document, but I don't know how far the work has proceeded.) 2) Do Jakarta Taglibs developers think this form of ResultSet caching would be convenient or widely used? As far as I'm concerned, neither of these questions is particularly important for Jakarta Taglibs alone; for purposes of experimentation and innovation, I'm +1 for adding them here. But if you (or anyone else) has more information about this sort of XML-cached ResultSet, I think it would make good background information for the JSR-052 group. Thanks, Shawn
