Hello World Plugin Example
Hello World Plugin This plugin will add the string, "Hello world", to the context so that you can print out that string in your templates. Coding the Plugin The following {{HelloWorldPlugin.java}} file should be placed in a package called {{org.blojsom.plugin.example}} and compiled. package org.blojsom.plugin.example ... Other labels:
example, plugin