As a java programmer I'm quite comfortable with using JAXB and similar, for example to construct object from a XML spec.
I'm sure I can make JAXB work nice in scala, but I wonder if that is the scala way of doing it, or if there is some better/smarter way, especially since XML is almost part of the language / it's internal libraries.
So, given that I want to create a set of object form a XML spec, what's the recommended way to do this in scala?