Component Tutorials

Here XML component tutorials :

  • Helloword tutorial : this tutorial learn to you to create HelloWord XML component, which is able to generate a file with Hello $user! content. Template used has user parameter type of String.
  • XML model tutorial : this tutorial learn to you to create XML component with XML model. The XML component is able to generate UserBean Java class with XML Hibernate mapping. Template has doc parameter type of xml (the Hibernate mapping).
  • Tutorial Script : this tutorial improve the XML component of previous tutorial by using scripts in order to set automaticly output file name to generate with class name field and output base directory with keyworded package.
  • Java model tutorial : this tutorial learn to you to create XML component with Java model. The XML component is able to generate XML Hibernate mapping with Java class model. Template has pojo parameter type of class Java.