Code Search for Developers
 
 
  

faces-config.xml from GridBlocks at Krugle


Show faces-config.xml syntax highlighted

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

<!-- Copyright 2004-2005 Sun Microsystems, Inc.  All rights reserved.  You may not modify, 
use, reproduce, or distribute this software except in compliance with the terms of the License 
at:  http://developer.sun.com/berkeley_license.html
 $Id: faces-config.xml 1075 2006-06-07 12:27:28Z jkarppin $ -->

<!DOCTYPE faces-config PUBLIC
  "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
  "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">

<faces-config>
   <!-- managed bean for GBDisk UI -->
  <managed-bean>
    <managed-bean-name>globalBean</managed-bean-name>
    <managed-bean-class>fi.hip.gb.portlet.disk.GlobalBean</managed-bean-class>
    <managed-bean-scope>session</managed-bean-scope>
  </managed-bean>
  <managed-bean>
    <managed-bean-name>localBean</managed-bean-name>
    <managed-bean-class>fi.hip.gb.portlet.disk.LocalBean</managed-bean-class>
    <managed-bean-scope>request</managed-bean-scope>
  </managed-bean>
  <managed-bean>
    <managed-bean-name>selectedFile</managed-bean-name>
    <managed-bean-class>fi.hip.gb.disk.info.LocalInfoBean</managed-bean-class>
    <managed-bean-scope>session</managed-bean-scope>
  </managed-bean>

  <navigation-rule>
    <from-view-id>/jsp/local_disk.jsp</from-view-id>
    <navigation-case>
      <from-outcome>status</from-outcome>
      <to-view-id>/jsp/status.jsp</to-view-id>
    </navigation-case>
  </navigation-rule>

  <navigation-rule>
    <from-view-id>/jsp/status.jsp</from-view-id>
    <navigation-case>
      <from-outcome>return</from-outcome>
      <to-view-id>/jsp/local_disk.jsp</to-view-id>
    </navigation-case>
  </navigation-rule>
</faces-config>




See more files for this project here

GridBlocks

GridBlocks builds a grid application framework via easy-to-use building blocks in distributed environment. The framework offers components for Grid security, distributed storage, computing, and Portlet web interfaces.

Project homepage: http://sourceforge.net/projects/gridblocks
Programming language(s): Java,JSP,XML
License: other

  classes/
    gb-disk.conf
    gb-portlet.properties
  theme/
    portal-layout.tld
  agent-object.xml
  disk-object.xml
  faces-config.xml
  grid-object.xml
  jboss-app.xml
  jboss-service.xml
  jboss-web.xml
  log4j.xml
  portal-themes.xml
  portlet.tld
  portlet.xml
  web.xml