Thanks! The article looks great.
I just tried the code, but it doesn't seem to generate getters and setters dynamically, which seem to be needed by the JavaBeans Introspector to recognize properties. Roshan -----Original Message----- From: Ole Ersoy [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 2:03 PM To: Jakarta Commons Users List Subject: Re: BeanUtils and Introspector Hi Roshan, I just happened to see this, and the JavaBeans Introspector stuff is completely new to me. However both Eclipse EMF beans / modeled classes and Apache Tuscany SDO (Service Data Objects) support adding properties dynamically. There's a really good article on how to do it using EMF here: http://www.devx.com/Java/Article/29093 Sorry I could not give you a more direct answer. Cheers, - Ole Roshan A. Punnoose wrote: > Hi, > > > > I didn't see this on the User Guide, but is it possible to add dynamic > properties to a JavaBean and have the JavaBeans Introspector pick it up? > For example, if I have an Object Temporary, and at runtime, I want to > add properties (getter and setter methods) to it, then use the > Introspector class to get these dynamic properties, is that possible? > > > > Roshan > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
