On Thu, Jan 30, 2014 at 9:24 AM, Woonsan Ko <[email protected]> wrote:
> AFAIK, SCXML allows ad hoc elements from arbitrary namespaces inside > blocks of executable content (see section 4.10) [1]. > So, I guess JAXB couldn't work very well or not really worth for in this > context? > Why not? JAXB is supposed to process pretty much any XML Schema you feed it and SCXML has an XSD schema, so... ;) Gary > > [1] http://www.w3.org/TR/scxml/ > > > > > > On Wednesday, January 29, 2014 5:33 PM, Gary Gregory < > [email protected]> wrote: > > > Hi All: > > > > I was surprised to see that JAXB is not used for XML IO. > > > > Any reason? > > > > Gary > > > > -- > > E-Mail: [email protected] | [email protected] > > Java Persistence with Hibernate, Second > > Edition<http://www.manning.com/bauer3/> > > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > > Spring Batch in Action <http://www.manning.com/templier/> > > Blog: http://garygregory.wordpress.com > > Home: http://garygregory.com/ > > Tweet! http://twitter.com/GaryGregory > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
