On Tuesday, November 12, 2002, at 06:45 PM, h.dietrich@webfair.com wrote:
> Hi Robert,
hi Harald
<snip>
> But anyway I would like to use Betwixt in a more flexible way (e.g. having
> own XMLBeanInfos for some Beans).
<snip>
> But on the other hand, if you are interested in making the way beans are
> written and read more flexible I would like to support you. For example
> what
> is it about the .betwixt files? I could not further information about
> them.
.betwixt files are the way that betwixt allows XMLBeanInfo's to be
customized. you can do things such as deciding which properties are going
to be mapped to xml etc. there is (some) documentation on them on the web
site (http://jakarta.apache.org/commons/betwixt).
since XMLBeanInfo's were supposed to correspond to java.beans.BeanInfo.
BeanInfo supports programmatic implementations. so if you had something
like xxx.yyy.zzz.FooBean then betwixt might look for a
xxx.yyy.zzz.FooBeanXMLBeanInfo class which would be a programmatic
XMLBeanInfo.
i don't know if adding this feature would help you or not.
- robert
--
To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@jakarta.apache.org>
|