[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[eclipselink-users] MOXy & JPA
|
- From: Roger Varley <roger.varley@xxxxxxxxxxxxxx>
- Date: Wed, 23 Sep 2009 16:32:43 +0300
- Delivered-to: eclipselink-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=GsSB4jaeYXjq5ewF/UV6mtb3+TNXmrdnCvrEy0uzNGo=; b=dBCiBMJ0Kuvamw8ReUgGaKyaYafNhOSI07CvQcq4mf7+4EiH0USr5VWh4Obbz9QuvP SAoFi0jWfx5iLWzI/1EIRTh939bi2/SXBi7EjYV3SMJ6wvXiPDV+3m2zpmjRVnuZNbYb rVyEhgZXq5Plli4zlBYfNjdA2F50eXLH3tc/M=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=liDlW2e7Quz5KGLoGq5kIuinzqb+YsUyw8mCJK2NY5OcWfsi/R92ZNqMjF+5xGfOVt wTqEo+zY/1e8ACnRdzejOLoAAQu5lZgG21Fq0nuTEE6N1NNl1fqhAQyfnfiKYd3o93ft 5DLL6K7Cy3h37kLhgs6nu4fieARTIgy7LcREY=
Hi
I've just started experimenting with MOXy and I've now managed to get
my java classes generated from an .xsd file. It's been a bit hit &
miss and I was wondering if there were any good tutorials on setting
up a MOXy project within Eclipse.
Now that I've got my @Xml annotated Java classes, can I now add JPA
annotations to them as well? Assuming that the answer is yes, is it
actually a good idea or would I be better to maintain a seperate set
of JPA .java files and use one of the Bean libraries to transfer data
between them?
Regards