All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.dynamicextensionsalfresco.controlpanel.Bundles.index.get.html.ftl Maven / Gradle / Ivy

Go to download

Adds an OSGi container to alfresco repository supporting dynamic code reloading, classpath isolation and a bunch of other useful features

There is a newer version: 3.1.0
Show newest version
<#import "templates/html-macros.inc.ftl" as html>
<@html.document title="Bundles - Dynamic Extensions" active="bundles">

  <#if installedBundle??>
    <@html.alert type="success">
      Installed bundle ${installedBundle.name} ${installedBundle.version}.
    
  

  

Extension bundles

<@html.bundleTable bundles = extensionBundles />

Framework bundles

<@html.bundleTable bundles = frameworkBundles /> <#if configuration.hotDeployEnabled>

Repository bundles

Select JAR file Select JAR file

The bundle file will be stored in:
/Company Home/Data Dictionary/Dynamic Extensions/Bundles

Bundles stored in the repository can be deleted from the bundle detail pages. (Deleting the bundle files using Alfresco Share or Alfresco Explorer will not uninstall them from the OSGi container.)

<#else>

Managing OSGi bundles after startup is disabled. Change osgi.container.control-panel.bundle-install to enable.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy