Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipselink-users] Status of MOXy/JAXB - ready for a real project?

Hi Jan,

EclipseLink MOXy can certainly be used for this.  Our JAXB2.0 solution is
included in the MOXy component if you choose to use the JAXB APIs for your
project.    In EclipseLink, the tljaxb.cmd script has been renamed to
jaxb-compiler.cmd and has been updated to use the JAXB2.0 libraries.   We'll
make sure our EclipseLink documentation is updated accordingly to reflect
that.

Importing documents of this size should not be an issue.

EclipseLink 1.0 Milestone 5 can be downloaded here:
http://www.eclipse.org/eclipselink/downloads/index.php

If you have any questions, please feel free to reply.

Regards,
David

-----Original Message-----
From: eclipselink-users-bounces@xxxxxxxxxxx
[mailto:eclipselink-users-bounces@xxxxxxxxxxx]On Behalf Of Jan Vissers
Sent: Thursday, March 27, 2008 8:54 AM
To: eclipselink-users@xxxxxxxxxxx
Subject: [eclipselink-users] Status of MOXy/JAXB - ready for a real
project?


Hi,

We're about to engage in a project which requires loading/importing fairly
large XML files (10MB < x < 100MB). The content in the files needs some
processing, like comparing values with values already stored elsewhere.
I've been looking at Oracle Toplink OXM to do this, which has been donated
to Eclipse as part of EclipseLink MOXy.

Following some of the documentation on the eclipse side, I found myself
reading stuff not in the distribution; like the tljaxb.cmd script. So my
question is: can I use EclipseLink MOXy already for these types of
assignments, or should I look elsewhere (e.g. Toplink OXM, or something
different altogether)?

I already asked the question of whether MOXy would support these large
files on the OTN (Oracle Technology Network forum) and got a positive
reaction on that.

Thanks,
-J.


_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users



Back to the top