.main.admingui.console-jdbc-plugin.7.0.4.source-code.jdbcTreeNode.jsf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-jdbc-plugin Show documentation
Show all versions of console-jdbc-plugin Show documentation
JDBC plugin bundle for GlassFish Admin Console
gf.restRequest(endpoint="#{sessionScope.REST_URL}/resources/jdbc-resource.json" method="get" result="#{requestScope.resp}");
setAttribute(key="children" value="#{requestScope.resp.data.extraProperties.childResources}");
gf.restRequest(endpoint="#{sessionScope.REST_URL}/resources/jdbc-connection-pool.json" method="get" result="#{requestScope.resp}");
setAttribute(key="children" value="#{requestScope.resp.data.extraProperties.childResources}");