Hi Richard,
I wrote a number of plugins of JAXB, maybe that'll help you to get started:
https://github.com/highsource/jaxb2-basics/
You may also find this post useful:
http://stackoverflow.com/questions/9247730/what-is-the-role-of-classoutline-jclass-cclass-in-codemodel
Generating code for non-Java environments is totally feasible. For example,
see Jsonix Schema Compiler a tool which generates XML<->JS mappings for
JavaScript:
https://github.com/highsource/jsonix-schema-compiler
It is based on an XJC plugin.
Best wishes,
Alexey
On Thu, Jul 21, 2016 at 8:29 PM, Richard Wicks <rich_wicks_at_yahoo.com> wrote:
> Oh, thank you very much, and I am very glad you have moved off from CVS! :)
>
> I know that post is very old, but it was the only thing I could find. I'm
> looking forward to making a new backend for C++, and I'm very thankful I
> don't have to write a parser for my XSD.
>
> -Rich
>
>
> On Thursday, July 21, 2016 12:48 AM, Pavel Bucek <pavel.bucek_at_oracle.com>
> wrote:
>
>
> or you can go to
> https://jaxb.java.net/
> click on the "Contribute -> Source Code" in the menu on the left side and
> see that the repository is no longer CVS, but git. On the right side, there
> is "Checkout URL" link, which reads:
>
> ssh://<<USERNAME>>@git.java.net/jaxb~v2
>
> Regards,
> Pavel
>
> ps.: that blog post is more than 10 years old..
>
> On 21/07/16 00:52, rich_wicks_at_yahoo.com wrote:
>
> https://community.oracle.com/blogs/kohsuke/2005/06/01/writing-plug-jaxb
> -ri-really-easy
>
> Tells me to go to:
> https://jaxb.dev.java.net/source20-gateway/click-through.html
>
> to get access to CVS and to go here:
> https://jaxb.dev.java.net/servlets/ProjectMailingListList
>
> to join a mailing list.
>
> So, "kohsuke", if you're reading this, let me know where I can get
> started. I don't want to write a parser myself.
>
>
>
>
>