users@jaxb.java.net

Re: SchemaGen XSD Generation

From: Kostis Anagnostopoulos <ankostis_at_gmail.com>
Date: Tue, 3 Apr 2007 17:43:17 +0300

Hi Rajesh,


First, have a look at Hyperjaxb3 for mapping of XSD --> POJOs --> HBM --> DB
  https://hyperjaxb3.dev.java.net/

If what this project is doing fits your needs, then go ahead with it!

Regards,
  Kostis


On Tuesday 03 April 2007 17:24, rjain wrote:
> Hi
>
> I have Hibernate generated POJO's with @Entity Annotations. I would like to
> use SchemaGen to generate XSD Schema's and then use XJC to generate same
> POJO's with Entity and JAXB Annotations?
> Alternatively, I would like to generate only POJO's with JAXB so I can
> marshal/unmarshal
>
> My questions is : Is it possible to do this?
> Or I am going down a wrong path?
>
> regards
> Rajesh