Periklis Tsirakidis wrote:
> Hi,
>
> i am trying to figure out how powerful the BeanUtil is and read couple
> of articles on the net, as well as the article on wso2.org. The BeanUtil
> class is as far as i understood the api from the java-docs able to
> create an OMElement from a bean and also deserialize an OMElement to Bean.
>
> Unfortunately i found only examples where the beans are quite simple
> with properties of the set of primitives datatypes. Is BeanUtil then
> also able to handle a nested object structure like this:
>
> Sheet (Sheet.java)
> ---> name
> ---> date
> ---> List of Sections (Section.java)
>       -> Section 1
>        ----> List of Positions (Position.java)
>       .
>       .
>       .
>       -> Section n
>
> If not, what i assume, what is the best practice with axis to expose
> such a bean in a service?
>   
yes , it does support that . Why don't you write a sample application
and see what happen ?

Thanks
Deepal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to