I'm getting started with Castor JDO and have successfully persistified 
my Java classes.  Now to move on to something more challenging:  some of 
my java classes have dynamic properties.  I'm thinking of using the 
Jakarta project's DynaClass for this (the actual package isn't important though):

http://jakarta.apache.org/commons/beanutils/api/org/apache/commons/beanutils/package-summary.html#package_description

DynaClass allows me to have bean properties that are not predeclared in 
the Java class (though they can be).  I would like to use Castor to map 
these DynaClass properties to SQL.

Can someone tell me how I would go about this?  The DynaClass can list 
its properties and has a get and set.  I notice the mapping file can 
specify a get and set method for field, but I don't believe this will 
work since an argument is required.  Do I need to modify Castor source?

Thanks for the help.

Brian.




-- 
   __o 
 _-\<,_   Brian
(_)/ (_)  [EMAIL PROTECTED]  x503
 

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to