Java binding functionality
Posted: Fri Mar 24, 2006 4:55 pm
One thing that would be really useful to me -- but I'm just learning about this so I may be naive -- would be a "Convert schema to Java classes..." functionality.
You could argue that this functionality belings in a Java IDE, not in an xml editor. Well, maybe so. But maybe it belongs both places.
I've been looking around at various xml-Java data binidng frameworks. There's JAXB, of course. But there seems to be much enthusiasm about JIBX (http://jibx.sourceforge.net), and the way that JIBX works (specifying bindings using a specification document that is itself and cml instance) seems well suited to use in an xml editing environment.
Could you comment about ways you might provide user interface hooks and backend plumbing to allow oxygen to easily interoperate with JIBX (or whatever other binding framework you like)?
John
You could argue that this functionality belings in a Java IDE, not in an xml editor. Well, maybe so. But maybe it belongs both places.
I've been looking around at various xml-Java data binidng frameworks. There's JAXB, of course. But there seems to be much enthusiasm about JIBX (http://jibx.sourceforge.net), and the way that JIBX works (specifying bindings using a specification document that is itself and cml instance) seems well suited to use in an xml editing environment.
Could you comment about ways you might provide user interface hooks and backend plumbing to allow oxygen to easily interoperate with JIBX (or whatever other binding framework you like)?
John