Properties example

This example shows different mechanisms of configuring properties.

adrian@adrian-srv01:~/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/properties> ant
Buildfile: build.xml

compile:
    [javac] Compiling 1 source file to /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/properties/build

dist:
     [copy] Copying 1 file to /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/properties/build
      [jar] Building jar: /home/adrian/jboss-head/workspace/kernel/output/microcontainer-1.0.0/examples/properties/dist/example-properties.beans

run:
     [java] PropertiesBean()
     [java] setLink: http://www.jboss.org
     [java] setSubTitle: null
     [java] setTitle: JBoss Microcontainer property example
     [java] setNumber: 4 type=java.lang.Long
     [java] setSubTitle: null
     [java] setTitle: null
     [java] setLink: null

BUILD SUCCESSFUL
Total time: 6 seconds
