users@jaxb.java.net

Re: Generating java objects from xml with no pre-compiling or external tools.

From: Abel Perez <ablperez_at_pacbell.net>
Date: Fri, 16 May 2003 09:53:49 -0700

Hi Kohsuke,

>Kohsuke wrote:
> If you can somehow map a large number of different schemas
> into one set of interfaces, maybe it will.

Yeah, this would layout the logical context for a set of services to
interoperate.

> For me, the primary benefit of deferring the impl generation is to hide
> impl code, and also to avoid compatibility issue among different
> versions of the compiler.

I agree.

Cheers,
Abel Perez.


----- Original Message -----
From: "Kohsuke Kawaguchi" <Kohsuke.Kawaguchi_at_Sun.COM>
To: <JAXB-INTEREST_at_JAVA.SUN.COM>
Sent: Friday, May 16, 2003 8:01 AM
Subject: Re: Generating java objects from xml with no pre-compiling or
external tools.


> Technically what's you are describing is not hard at all.
>
> But since you still need to generate interfaces beforehand, I'm not that
> sure if this would achieve such a benefit as you describe. If you can
> somehow map a large number of different schemas into one set of
> interfaces, maybe it will.
>
> For me, the primary benefit of deferring the impl generation is to hide
> impl code, and also to avoid compatibility issue among different
> versions of the compiler.
>
> regards,
> --
> Kohsuke KAWAGUCHI 408-276-7063 (x17063)
> Sun Microsystems kohsuke.kawaguchi_at_sun.com