Hello,
I am currently working on a tool that uses a java representation of a metamodel to generate code. ( http://www.mia-software.com )
This tool already manages several UML formats (like Rational Rose's mdl, or XMI) using a given framework for the java representation of the metamodel.
As I have to extend this tool to support XML Schema format, I found JaxMe particulary interresting, but the java code generated uses a different framework (the JaxMe JavaSource Framework). So, I need to modify JaxMe to have it generates Java code "as I want it to be".
I think the JS library is still good as it is, and i guess i'll have to modify only JaxMe's use of this library.
So far, so good, but I'm quite lost in JaxMe's architecture.
Do you have a guideline (or web ressource) that could help me ?
Thanks for your consideration,
Best regards,
Kevin POCHAT
- JAXME : customize code generation KPochat
- Re: JAXME : customize code generation Jochen Wiedmann
