Steve-- Having that sample would be great, though we've also got JdbcControl samples in the Petstore which basically demonstrate the same things.
Might be more interesting to have a focused JdbcControl sample that runs outside of the container and demonstrates things like calling stored procedures, custom ResultSet mapping, SQL escapes, stored functions, etc. We could even use Derby to demonstrate all of that. Could also demonstrate out-of-container testing, etc. Probably more didactic than another web application. If the system-controls/samples/jdbc sample were brought back, your list would be a good place to start in addition to moving it into the trunk/samples directory. Thoughts? Eddie On 12/7/05, Steve Hanson <[EMAIL PROTECTED]> wrote: > Hey all: > > There are some samples at /trunk/system-controls/samples that could use some > resuscitation. > > Does anyone object to me fixing up the database control? > > Seems to me a fix up requires the following: > > (1) Change the directory structure to match the current netui-blank > structure > (2) Change the .jpf file extensions to .java. > (3) Write doc for the sample > (4) Edit build.dist to ship the sample > > Am I missing anything else? > > -Steve Hanson > >
