Will enable most schema-aware tools to automatically retrieve the schema and provide
on-the-fly validation and code-completion as you create your context definition.
The main goal of this schema is to provide easy assistance in creating the file, and
basic validation of the syntax. Please feel free to provide updates to the Prana team
if you see any areas to improve.
]]>
the property file looks like:
s1=First string
s2=Second string
Note: the path to the property file is relative to the path of
the application context xml file.
Note: on some servers, the "properties" extension might be
blocked. You can either allow the extension in the server
configuration or add an extra "txt" (or other) prefix that is
allowed to be served:
]]>
and used like:
]]>
Constructor arguments. You can pass in a comma-delimited set of values, or a more complex value.
a keyaanother key1truebc
]]>
The array-collection contains a list of value nodes. Each value node contains a string.
The Object type defines the basic Object that is injected by the IoC container.
Scope can be either prototype or singleton.
Template parameters have a name and a value. Currently only string replacement for parameter values is
allowed.