I recently came across Relaxer, a tool that supposedly compiles .RNG to Java classes. However, it seems like the website is no longer active.
Q1:
I'm curious if Relaxer is still being maintained and whether it actually works as intended. Is it practical to generate Java classes from .RNG files?
Q2:
Does anyone know if there is a similar tool like Relaxer for .NET? Is there a way to generate C# classes from RelaxNG schemas?
Q3: Has anyone come across a tool similar to Relaxer for JavaScript?
And lastly...
Q4:
Is RelaxNG still relevant and useful in today's world of REST and JSON APIs? Are people still utilizing this technology or has it become obsolete? I've noticed only a handful of RelaxNG questions on platforms like stackoverflow, which makes me question its relevance. If not RelaxNG, then what alternative should be considered? WADL? Or maybe nothing at all?
Check out Maintaining Consistency Between JavaScript and C# Object Models for a related discussion.