users
[Top] [All Lists]

Re: RE: [cinjug-users] Java to XML

To: "Schneider, Michael" <scmikes@xxxxxxx>
Subject: Re: RE: [cinjug-users] Java to XML
From: <twcrone@xxxxxxxxxxxxx>
Date: Wed, 25 Oct 2006 16:48:04 -0400
Cc: users@xxxxxxxxxx
Delivered-to: mailing list users@cinjug.org
In-reply-to: <49336C35F4B12E4FA1B5D9B63B187C2D013D7421@USCIMPLM004.net.plm.eds.com>
Mailing-list: contact users-help@cinjug.org; run by ezmlm
Priority: normal
References: <453E73FE.7000907@digilore.com> <dff556200610242026u3042be78u33ef6370a88c175f@mail.gmail.com> <fc8ec4c117412.453f28f9@insightbb.com> <49336C35F4B12E4FA1B5D9B63B187C2D013D7421@USCIMPLM004.net.plm.eds.com>
Actually I am trying to come up with a quick and cheap XSD file to use as a starting point for file submission of some data currently captured via some web pages in some domain objects.  In the past, the XSD is usually defined independent so it will be more general usage but I need to build the process to load it and return confirmation/validation errors by January.  Generating from existing domain model and using some existing validators seemed the cheapest/quickest route.

- Todd

----- Original Message -----
From: "Schneider, Michael" <scmikes@xxxxxxx>
Date: Wednesday, October 25, 2006 10:05
Subject: RE: [cinjug-users] Java to XML
To: twcrone@xxxxxxxxxxxxx, users@xxxxxxxxxx

> Todd,
>  
> Not sure what you mean by XML schema, that tends to be an
> overloaded word.
>  
> If you are looking for something to serialize/unserialize your
> java object model to/from xml, then take a look at xmlstream.
>  
> http://xstream.codehaus.org/
>  
> xmlstream is very easy to use, and has few dependencies.
>  
> have fun coding,
> Mike
>
> ________________________________
>
> From: twcrone@xxxxxxxxxxxxx [mailto:twcrone@xxxxxxxxxxxxx]
> Sent: Wed 10/25/2006 9:06 AM
> To: users@xxxxxxxxxx
> Subject: [cinjug-users] Java to XML
>
>
> Is there a good tool for generating  an XML schema
> from  a Java class hierarchy?
>
> - Todd
>
>
<Prev in Thread] Current Thread [Next in Thread>