Code Search for Developers
 
 
  

grid-object.xml from GridBlocks at Krugle


Show grid-object.xml syntax highlighted

<?xml version="1.0" encoding="UTF-8"?>
<deployments>
   <deployment>
      <parent-ref/>
      <if-exists>overwrite</if-exists>
      <portal>
         <portal-name>grid</portal-name>
         <properties>
            <!-- Set the layout for the default portal -->
            <!-- see also portal-layouts.xml -->
            <property>
               <name>layout.id</name>
               <value>generic</value>
            </property>
            <!-- Set the theme for the default portal -->
            <!-- see also portal-themes.xml -->
            <property>
               <name>theme.id</name>
                 <value>gb</value>
            </property>
            <!-- set the default render set name (used by the render tag in layouts) -->
            <!-- see also portal-renderSet.xml -->
            <property>
               <name>theme.renderSetId</name>
               <value>divRenderer</value>
            </property>
            <!-- set the default strategy name (used by the strategy interceptor) -->
            <!-- see also portal-strategies.xml -->
            <property>
               <name>layout.strategyId</name>
               <value>maximizedRegion</value>
            </property>
         </properties>
         <supported-modes>
            <mode>view</mode>
            <mode>edit</mode>
            <mode>help</mode>
         </supported-modes>
         <supported-window-states>
            <window-state>normal</window-state>
            <window-state>minimized</window-state>
            <window-state>maximized</window-state>
         </supported-window-states>
         <page>
            <page-name>default</page-name>
            <properties/>
	         <window>
	            <window-name>CatalogPortletWindow</window-name>
	            <instance-ref>CatalogPortletInstance</instance-ref>
	            <region>left</region>
	            <height>0</height>
	         </window>
	         <window>
	            <window-name>UserPortletWindow</window-name>
	            <instance-ref>UserPortletInstance</instance-ref>
	            <region>left</region>
	            <height>1</height>
	         </window>
	         <window>
	            <window-name>JobSubmissionPortletWindow</window-name>
	            <instance-ref>JobSubmissionPortletInstance</instance-ref>
	            <region>center</region>
	            <height>0</height>
	         </window>
	         <window>
	            <window-name>ResultsBrowserPortletWindow</window-name>
	            <instance-ref>ResultsBrowserPortletInstance</instance-ref>
	            <region>center</region>
	            <height>1</height>
	         </window>
	         <window>
	            <window-name>CredentialPortletWindow</window-name>
	            <instance-ref>CredentialPortletInstance</instance-ref>
	            <region>left</region>
	            <height>2</height>
	         </window>
         </page>
      </portal>
   </deployment>
   <deployment>
      <if-exists>overwrite</if-exists>
      <parent-ref>grid</parent-ref>
      <page>
         <page-name>disk</page-name>
         <window>
            <window-name>CatalogPortletWindow</window-name>
            <instance-ref>CatalogPortletInstance</instance-ref>
            <region>left</region>
            <height>0</height>
         </window>
         <window>
            <window-name>UserPortletWindow</window-name>
            <instance-ref>UserPortletInstance</instance-ref>
            <region>left</region>
            <height>1</height>
         </window>
         <window>
            <window-name>CatalogPortletWindow</window-name>
            <instance-ref>CatalogPortletInstance</instance-ref>
            <region>left</region>
            <height>0</height>
         </window>         
         <window>
            <window-name>DiskPortletWindow</window-name>
            <instance-ref>DiskPortletInstance</instance-ref>
            <region>center</region>
            <height>0</height>
         </window>
         <window>
            <window-name>LocalDiskPortletWindow</window-name>
            <instance-ref>LocalDiskPortletInstance</instance-ref>
            <region>center</region>
            <height>2</height>
         </window>
         <window>
            <window-name>UploadPortletWindow</window-name>
            <instance-ref>UploadPortletInstance</instance-ref>
            <region>left</region>
            <height>0</height>
         </window>
      </page>
   </deployment>
</deployments>



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