Hi all,
has anybody experience with creating a recursive object model in J2EE and export this via WebServices to WebDynpro as source for a tree?
We need trees to be filled with objects from the J2EE backend. If WebServices won't work, is there another solution?
Thanks for your answer and best regards,
Christian
Hi Christian,
I don“t know how to solve your problem using a Web Service but you can use the EJB inside a controller and fill the context by your own.
Have a look at for Details about accessing EJBs directly.
Regards
Helmut
Add a comment