-
JAXB performance (2 messages)
- Posted by: lalitha prasad
- Posted on: December 24 2003 09:25 EST
we have performance problem with JAXB . how can we overcomeThreaded Messages (2)
- JAXB performance by ashish verma on December 27 2003 21:25 EST
- Improving performance by Pavel Sumarokov on February 05 2009 11:54 EST
-
JAXB performance[ Go to top ]
- Posted by: ashish verma
- Posted on: December 27 2003 21:25 EST
- in response to lalitha prasad
Please do provide more details of the problems, with this info ........ i will have another problems !^^!. -
Improving performance[ Go to top ]
- Posted by: Pavel Sumarokov
- Posted on: February 05 2009 11:54 EST
- in response to ashish verma
I would guess that you keep whole processed DTO object in memory. The best way to solve this is to marshal data chunk by chunk and demarshal using combination of SAX and Jaxb. Here is an article about export of domain model using Jaxb. Hope it will help.