2
Fork 0

wip made remote ejb working over http

This commit is contained in:
Willem Cazander 2012-11-21 20:45:08 +01:00
parent d4e537a2bf
commit 2a0d992642
393 changed files with 8916 additions and 3872 deletions

View file

@ -11,7 +11,11 @@
<h3><span><h:outputText value="Vasc Demo Admin" /></span></h3>
<p>Here is is possible to edit all editable tables.</p>
<p>
<h:outputLink value="#{contextPathController.rootPath}/vasc/VascEntry/list.jsf"><h:outputText value="VascEnties"/></h:outputLink>
<ul>
<li><h:outputLink value="#{contextPathController.rootPath}/vasc/VascEntry/list.jsf"><h:outputText value="VascEnties"/></h:outputLink></li>
<li><h:outputLink value="#{contextPathController.rootPath}/_css/default/jawr/default.css?refreshKey=jawr_refresh"><h:outputText value="Refresh JS/CSS"/></h:outputLink></li>
<li><h:outputLink value="#{contextPathController.rootPath}/html/admin/debug-style.jsf"><h:outputText value="Debug Style"/></h:outputLink></li>
</ul>
</p>
</div>
<div>
@ -19,8 +23,18 @@
<p>Check all resources in jndi tree's.</p>
<p>
<ul>
<li><h:outputLink value="#{contextPathController.rootPath}/debug/jndi/view"><h:outputText value="Jndi Tree "/></h:outputLink></li>
<li><h:outputLink value="#{contextPathController.rootPath}/debug/jndi/view/global"><h:outputText value="Jndi Tree Global"/></h:outputLink></li>
<li>
<h:outputLink value="#{contextPathController.rootPath}/debug/jndi/view/java"><h:outputText value="Jndi Tree Java"/></h:outputLink>
-(<h:outputLink value="#{contextPathController.rootPath}/debug/jndi/view/java?type=text"><h:outputText value="text"/></h:outputLink>)
</li>
<li>
<h:outputLink value="#{contextPathController.rootPath}/debug/jndi/view/global"><h:outputText value="Jndi Tree Global"/></h:outputLink>
-(<h:outputLink value="#{contextPathController.rootPath}/debug/jndi/view/global?type=text"><h:outputText value="text"/></h:outputLink>)
</li>
<li>
<h:outputLink value="#{contextPathController.rootPath}/debug/jndi/view/openejb"><h:outputText value="Jndi Tree OpenEjb"/></h:outputLink>
-(<h:outputLink value="#{contextPathController.rootPath}/debug/jndi/view/openejb?type=text"><h:outputText value="text"/></h:outputLink>)
</li>
</ul>
</p>
</div>
@ -28,7 +42,12 @@
<h3><span><h:outputText value="Jdbc" /></span></h3>
<p>Raw access to the embedded db.</p>
<p>
<h:outputLink value="#{contextPathController.rootPath}/debug/jdbc/console/"><h:outputText value="(H2) Jdbc Console"/></h:outputLink>
<ul>
<li>
<h:outputLink value="#{contextPathController.rootPath}/debug/jdbc/console/"><h:outputText value="(H2) Jdbc Console"/></h:outputLink>
</li>
</ul>
</p>
</div>
<div>