Code First - Static
If a resource representation is static you don't need
a program to implement an accessor.
Instead simply refer to the resource representation in the
mapping rule.
For example, the following mapping rule
<rewrite>
<match>ffcpl:/helloworld-text</match>
<to>ffcpl:/helloworld.txt</to>
</rewrite>
will cause NetKernel to use the ffcpl: scheme accessor to
retrieve the physical resource in the file helloworld.txt.
Run this version at the address
http://localhost:8080/tutorial/helloworld-text
.