Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Remove
    • This operation remove plugin jar file from the application tmp directory and mark database record as "deleted". After this operation jar views aren't active.

...

  • Install
    • This operation move plugin jar file from the application tmp directory to the application context and change database record status to the "active". After this operation server is restarted. When server starts up plugin jar file is deployed. After this operation jar views are active.

...

  • Deactivate
    • This operation change database record status to the "installed". After this operation jar views aren't active.

...

  • Activate
    • This operation change database record status to the "active". After this operation jar views are active.

...

  • Uninstall
    • This operation remove plugin jar file and its deployed resources from the application context and mark database record as "deleted".
      After this operation server is restarted and jar views aren't active.

...

  • Update
    • This operation check the plugin version, if its version is lower than in plugin jar file, operation can update plugin. After this check old plugin jar file and its deployed resources are removed from the application context. New plugin jar is downloaded to the application context and database record version is changed to this from plugin jar file. Plugin status is exactly the same as before update. After this operation server is restarted. When server starts up plugin jar file is deployed. After deploy jar views are active.