Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Directory relative to base dir

Explanation

./api/

Provided by installer; overridden during installation and update; do not touch!

Feel encouraged to browse through for inspiration, thou.

./plugins/

All your custom code belongs here.

See Plugins below.

./callback/

./custom/

./shared/

./wizard/

These are legacy custom code locations and should not be used anymore.

Plugins

All custom code must be organized in Plugins. Each plugin must have a unique (Java package) name. E.g.:

  • de.pinuts.tutorial (Haken)

  • foo.bar (Haken)

  • de.demo-project (Minus) Invalid name: only alphanumeric and dots allowed

  • com.acme.foo (Minus) Invalid: com..., net... and org... denote reserved namespaces and can not be used as top-level package names

Scopes