Proxy Objects to POJOs

1
Anybody here have a clever way of exporting the Mendix Objects to Pojos? (Plain Java Objects) POJOS allow you to do clever things with Mendix data objects instead of marshaling them into and from XML objects. It only needs to be 2 or 3 levels of child objects deep. We want to optimize the living daylights out of a rules engine and XML presents us with a bottle-neck. I suppose we're looking for something similar to "domain to XML" but instead a "domain to Java Plain Objects" method. Just trying my luck to hear if there are any rocket scientists who have done this already.
asked
1 answers
0

Nope, but I can help you with converting Mendix Objects to json (or, with webservices you can convert them to XML). Jackson can convert XML to Pojo's

answered