Monday March 6, 2006
DynaBeans Rock
What do you do, if you’re stuck with a proprietary class model (such as webMethods’ internal datastructure)?
I can only recommend DynaBeans. It took me a good 2 hours to write a DynaBean (and DynaClass) implementation (sorry, no opensource) which recursively wraps webMethods datastructure (IData) object models. That way, its possible to use the result of webMethods services in my favourite taglib Displaytag as well as a range of other for data mapping, such as JXPath without any intermediate class model.
Posted on Mar 6, 2006 at 21:05 (MET) | Permalink | 2 comments