From: Peter G. <pet...@gr...> - 2011-04-03 14:37:23
|
Hi, I started a bachelor project where one of the tasks is to compile java interfaces or value-object classes to c#. I found that XMLVM does the job pretty good but there are some more features I'm missing and I'm not sure if they are provided or under development or if I have to implement them by myself. In this case I would be of course happy to share them afterwards with you. First, I found out, that only the wp7 branch has an option to create c# code from .xmlvm files, is this still correct and why is this feature missing in the XMLVM-trunk? And here the features I'm missing: * Support for generics * Using the correct names of the parameters * Generating c# enums instead of trying to rebuild the java enum class, but this should be rather easy by just changing the xmlvm2csharp.xsl Thanks for your answers Cheers Peter Ps: if I would implement one or even all features by myself, what do I have to do, to merge them into the repository??? |