On Tue, 10 Apr 2001, Bip Thelin wrote:
> "Craig R. McClanahan" wrote:
> >
> > [...]
> >
> > A couple of quick notes:
> >
> > - Would it be possible to flesh out the rest of the JavaDoc comments?
> > I would like us to maintain the high quality level of JavaDocs that
> > Tomcat 4 is known for :-)
>
> Flesh out? As in enhance the comments? Yes that's possible, when I'm
> done I could write up a little Howto on how to use it and how it
> works, a'la JDBCRealm.
>
I was mostly concerned about the Javadocs that were missing on some of the
methods. However, user docs are useful too.
A good place for the details on configuration would be in the "Server
Configuration" section of the Catalina documentation tree (directory
"catalina/docs/config" in the source repository). We'll need to add a
section for the <Store> directive similar to the others.
> > - Would it be possible to parameterize the SQL statements used to
> > access the database? The idea would be that we can adapt to different
> > table and column names (like JDBCRealm does on the authentication side).
>
> Yes, and I acctually have some refactoring I would like to try out.
>
Cool ... I look forward to seeing this.
> Thanks for the comments and suggestions.
>
> ..bip
>
Craig