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., intoweb/html/de/<plural-entity-name>/for German language adaption. - Columns-configuration output location:
web/html/<plural-entity-name>/; default language, copy the filecolumns.cfg, e.g., intoweb/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 configurationcfg/routing.xml. - Entity bean:
src/planted/beetroot/handler/<plural-entity-name>/; move the entity class your desired java package.
-
ClassesClassDescriptionFertilizer for plant.FieldSet<K>Field-set does some typical ordering for fields shown in an UI.PLANT - beetRoot CRUD Generator.Extract translatable text from templates.