Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [emf-dev] Sample/Tutorial - Codegeneration

hi ,

jaxb can create java code and objects.
download this package. run ant bind-choice directory. it will create example
directory with java objects.
http://java.sun.com/webservices/downloads/webservicespack.html

regards
alex

----- Original Message -----
From: "Andy Scherzinger" <andy.scherzinger@xxxxxxxxxxxxxxx>
To: <emf-dev@xxxxxxxxxxx>
Sent: Thursday, April 01, 2004 10:34 AM
Subject: [emf-dev] Sample/Tutorial - Codegeneration


> Hi,
>
> is there any tutorial/sample available for codegeneration (possibly
> standalone).
> I have a XML Schema and some XML instances and want to create the
> classes and interfaces to access the data of the xml files.
>
> any tips?
>
> regards,
> Andy
>
> _______________________________________________
> emf-dev mailing list
> emf-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/emf-dev
>


Back to the top