[
Lists Home |
Date Index |
Thread Index
]
- To: xml-dev@lists.xml.org
- Subject: Preferred object to xml mapping tool?
- From: "James Carr" <james.r.carr@gmail.com>
- Date: Tue, 21 Feb 2006 08:14:05 -0600
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NbBd97UvMU28QGqJ7u0qSkzzBDAJY3voidOYoBQD4fOzupMjdgj8D+W/45nXWvZp2i8KzmIqtkIAXre0K3FFGxq0jJX7lNzZc5/3KoBMyJDDQSrAjCpAEYcjQxx2HmJ+6PHLBlc5QObA2B4hINqYBZGhEtowD1X0zp/lvfd2tQQ=
Hi,
Besides cooking up your own xml mapping framework, what are some of
the most standard tools out there that are usefull for mapping objects
(and object graphs) to xml in the java world that avoid imposing
object design standards on you (i.e. forcing attributes to be public,
for example, rathyer than allowing you to draw data from methods)?
So far I've found Castor, any others worth exploring?
Thanks,
JC
|