Re: [appengine-java] Processing large xml-files with JAXB in app engine

2010-12-21 Thread Hariharan Anantharaman
Hi, I have used xpath for xml processing in GAE and it worked well. Once you know how to query ,it works well. I guess it uses sax parsers. Thanks Hari On Dec 21, 2010 3:37 PM, "androidDeveloper" wrote: Hi all, I need to parse large xml files. My first try was using JAXB. It works ok for small

[appengine-java] Processing large xml-files with JAXB in app engine

2010-12-21 Thread androidDeveloper
Hi all, I need to parse large xml files. My first try was using JAXB. It works ok for smaller xml files, but when a large xml is parsed, I get an DeadlineExceededException and the quota on app engine seems to raise up very fast... Furthermore the new JAXB2 jar (JAXB2_20101209.jar) is too large to