Take a look at my Simper package, which does basically this:

http://www.netmeme.org/simper

Still rough around the edges, but within a week or so, I hope to make a
polished project out of it (hosted at SourceForge). I've been saying
"within a week or so" for about a month now :( but will really try to
get to it soon. In the meantime it's downloadable and usable in it's
current form. Please read the README first, it explains what the whole
project is about.

Bryan


On Fri, 2002-02-15 at 04:11, Peter Pilgrim wrote:

    HI
    
    I have had a look Jan Sorenson's  Dynamic Properties contribution
    
    http://husted.com/struts/resources/DynamicProperties.htm
    
    How useful is this code for reading from and writing to arbitary database
    tables. It sounds like I can map any database column name to
    an action form property.
    
    For example given the SQL table
    
    create table COFFEE (
         coffee_id integer,
         coffee_name    varchar(null),
         coffee_desc    varchar(null),
         . . . )
    
    Mapped to action form accessor and mutator
    
         public int getCoffee_Id() ;
         public void  setCoffee_Id( int ) ;
         . . .
    
    It looks a bit nasty especially the underscores but I think it could work.
    
    Comments
    
    --
    Peter Pilgrim                 ++44 (0)207-545-9923
    
    ............................................ Swamped under electionic mails
    
    
    --
    
    This e-mail may contain confidential and/or privileged information. If you are not 
the intended recipient (or have received this e-mail in error) please notify the 
sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.
    
    
    
    --
    To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
    For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
    
    
    

Reply via email to