425 reputation
1414
bio website
location United States
age 35
visits member for 4 years
seen Mar 27 at 23:35
stats profile views 167

I have to think about it!! Lets see next time :)


Oct
19
revised Fastest and best way to transform large XML docs from one format to another
deleted 3 characters in body
Oct
18
comment How to Improve Performance when Persisting Large Collections using Spring EntityManager Hibernate
- Create PreparedStatement for each table insert once and re-use them over and over. 2) Make it Multi-Threaded app.
Oct
18
awarded  Teacher
Oct
18
awarded  Yearling
Oct
10
accepted Fastest and best way to transform large XML docs from one format to another
Oct
10
answered Fastest and best way to transform large XML docs from one format to another
Oct
10
comment Fastest and best way to transform large XML docs from one format to another
Thanks @MarkElliot for your suggestion. We achieved above requirement by using Saxon-EE.
Oct
4
answered How to Improve Performance when Persisting Large Collections using Spring EntityManager Hibernate
Sep
20
comment Fastest and best way to transform large XML docs from one format to another
@home performance is the main problem and also want to check with experts if they have some better solution for this kind of transformation.
Sep
18
comment Fastest and best way to transform large XML docs from one format to another
@MarkElliot I think Saxon XSLT engine is not free. Only basic version is free.
Sep
18
comment Fastest and best way to transform large XML docs from one format to another
@svz I didn't think about splitting so far. Please give more information on splitting if you have done this before and code running is production.
Sep
18
comment Fastest and best way to transform large XML docs from one format to another
oh yes you are right, it is JAXP
Sep
18
comment Fastest and best way to transform large XML docs from one format to another
Honestly we have written same code as you have posted here. Waiting for more suggestion from experts.
Sep
18
comment Fastest and best way to transform large XML docs from one format to another
Thanks Michael for your suggestion, appreciate it.
Sep
18
comment Fastest and best way to transform large XML docs from one format to another
Thanks for your suggestion.
Sep
18
comment Fastest and best way to transform large XML docs from one format to another
We are using JAXB.
Sep
18
comment Fastest and best way to transform large XML docs from one format to another
yes, currently we are using XSLT. But performance is not good when xmls are more than 1 GB....
Sep
18
asked Fastest and best way to transform large XML docs from one format to another
Apr
3
comment When and why I should use NamedNativeQuery or NamedQuery annotation
Thanks @NayanWadekar
Apr
3
awarded  Critic