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

META-INF.admingui.console-config.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>

<console-config id="jca">
    <integration-point
            id="jcaNodes"
            type="org.glassfish.admingui:navNode"
            priority="200"
            parentId="resources"
            content="jcaTreeNode.jsf"
    />
    <integration-point
            id="raconfigNode"
            type="org.glassfish.admingui:navNode"
            priority="220"
            parentId="resources"
            content="raconfigTreeNode.jsf"
    />

        <!-- add the property sheet for deployment page, specific for app client app -->
    <integration-point
        id="jca_deploy"
        type="org.glassfish.admingui:uploadPropertySheet"
        priority="100"
        parentId="form"
        content="apps/deploymentRar.jsf"
    />
    <integration-point
        id="jca_edit_app"
        type="org.glassfish.admingui:editAppPage"
        content="rar:jca/apps/editRar.jsf"
    />

    <!-- add the dropdown option for selecting the type of app to deploy
         in the form of  label:value
     -->
    <integration-point
        id="jca_deploy_type"
        type="org.glassfish.admingui:appTypeDropdown"
        priority="300"
        parentId="form"
        content="Connector Module ;rar"
    />

</console-config>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy