Package ch.autumo.beetroot.plant


package ch.autumo.beetroot.plant
PLANT CRUD generator for HTML web views and columns-configurations as well as CRUD handlers and entity beans.
  • HTML web views output location: web/html/<plural-entity-name>/; default language, copy the files *.html, e.g., into web/html/de/<plural-entity-name>/ for German language adaption.
  • Columns-configuration output location: web/html/<plural-entity-name>/; default language, copy the file columns.cfg, e.g., into web/html/de/<plural-entity-name>/ for German language adaption.
  • CRUD handlers: src/planted/beetroot/handler/<plural-entity-name>/; move the handler classes your desired java package and don't forget to add/adjust the java packages in the routing configuration cfg/routing.xml.
  • Entity bean: src/planted/beetroot/handler/<plural-entity-name>/; move the entity class your desired java package.
  • Classes
    Class
    Description
    Fertilizer for plant.
    Field-set does some typical ordering for fields shown in an UI.
    PLANT - beetRoot CRUD Generator.
    Extract translatable text from templates.