You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by mo...@apache.org on 2001/08/09 20:45:34 UTC

cvs commit: jakarta-taglibs/dbtags/xml developers-notes.html dbtags.xml

morgand     01/08/09 11:45:34

  Modified:    dbtags/xml dbtags.xml
  Added:       dbtags/xml developers-notes.html
  Log:
  added support for a "developers' notes" section in the docs
  
  Revision  Changes    Path
  1.3       +2 -0      jakarta-taglibs/dbtags/xml/dbtags.xml
  
  Index: dbtags.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/dbtags/xml/dbtags.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dbtags.xml	2001/08/06 22:54:55	1.2
  +++ dbtags.xml	2001/08/09 18:45:34	1.3
  @@ -75,6 +75,8 @@
       </doctoc>
       <docs uri="../../dbtags/xml/documentation.html"/>
     </documentation>
  +  
  +  <developers-notes last-updated="08/09/2001" uri="../../dbtags/xml/developers-notes.html"/>
   
     <tagtoc name="Connection Tags">
   
  
  
  
  1.1                  jakarta-taglibs/dbtags/xml/developers-notes.html
  
  Index: developers-notes.html
  ===================================================================
  <div id="developers-notes">
  
    <h4>On the radar screen</h4>
  
    <p>
      Here's a list of what's cooking with DBTags.  If you've made a suggestion
      or contributed a patch that you think we've missed, send a note to 
      <i>taglibs-user@jakarta.apache.org</i>.
    </p>
  
    <p>
      To-do:
      <ul>
        <li><b>Add support for RowSets.</b> (considering several contributions)</li>
      </ul>
    </p>
  
    <p>
      Under consideration:
      <ul>
        <li>
          <b>ResultSet/RowSet "paging".</b> (Ciot submitted some code to do this, which
          we plan to review and see if it's a sufficiently general solution.)
        </li>
      </ul>
    </p>
  
    <p>
      On the back burner:
      <ul>
        <li>
          <b>Connection management.</b>  There has been some discussion lately
          on if/how to terminate connections upon a JSP page error without 
          making the usage too clunky.  I think we're still waiting for that spark
          of inspiration.
        </li>
      </ul>
    </p>
  
  </div>