Ignore:
Timestamp:
Mar 5, 2010, 6:03:21 PM (14 years ago)
Author:
tobias
Message:

views and data objects of the resource types added.
basic logging with log4j for the beanUtil class.
Configuration and JobSchedule class renamed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/gui/WebContent/WEB-INF/faces-config.xml

    r830 r832  
    66    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd"
    77    version="1.2">
     8        <managed-bean>
     9                <description>backend bean of the configuration tree view</description>
     10                <managed-bean-name>configurationBean</managed-bean-name>
     11                <managed-bean-class>de.dass_it.vanhelsing.gui.ConfigurationBean</managed-bean-class>
     12                <managed-bean-scope>session</managed-bean-scope>
     13        </managed-bean>
     14        <managed-bean>
     15                <description>backend bean of the schedule and job tree view</description>
     16                <managed-bean-name>jobScheduleBean</managed-bean-name>
     17                <managed-bean-class>de.dass_it.vanhelsing.gui.JobScheduleBean</managed-bean-class>
     18                <managed-bean-scope>session</managed-bean-scope>
     19        </managed-bean>
     20        <managed-bean>
     21                <description>backend bean of the topology (server) view</description>
     22                <managed-bean-name>topologyBean</managed-bean-name>
     23                <managed-bean-class>de.dass_it.vanhelsing.gui.TopologyBean</managed-bean-class>
     24                <managed-bean-scope>session</managed-bean-scope>
     25        </managed-bean>
    826
    927</faces-config>
Note: See TracChangeset for help on using the changeset viewer.