In the last day or so, Girish Patil, the engineer responsible for
the (brand new!) JAXB tooling in NetBeans IDE 6.0, integrated some
handy code templates. If you type 'jaxbm' in the editor, and you
then press Tab to expand the abbreviation, a snippet of JAXB
marshalling code is generated, with some of the variables
automatically filled in, based on the code available around the
invocation of the template. Similarly, when you type 'jaxbu',
you'll get a snippet of JAXB...