This element defines a variable you can define once and use elsewhere in your Genero Application Server and external application configuration files.
Resources allow you to create resources, or variables, for use within the configuration files and templates. Resources can be defined in the general RESOURCE_LIST element or within individual application or Web service configurations.
A RESOURCE element defines a resource, or variable, that can be used in configuration files and template files. It takes two attributes, an Id attribute and a Source attribute. The Id attribute is the identifier of the resource itself, while the Source attribute tells the Application Server where to find the value of the resource.
<RESOURCE Id="resId" Source="{ INTERNAL | ENVIRON } " > resData </RESOURCE>
$(resId)
<RESOURCE Id="res.dvm.wa" Source="INTERNAL">$(res.fgldir)/bin/fglrun.exe</RESOURCE>
<RESOURCE Id="res.os" Source="ENVIRON">OS</RESOURCE>