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

.main.admingui.console-jdbc-plugin.4.1.1.source-code.jdbcTreeNode.jsf Maven / Gradle / Ivy




    
	
	    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}");
	
	
	    
	
    
    





© 2015 - 2025 Weber Informatics LLC | Privacy Policy