|
Content with label dispatcher in blojsom 3.0 (See content from all spaces)
Related Labels:
blojsom, template, groovy, webmacro, bsf, velocity, bean, jsp, scripting, freemarker, framework
BSF Dispatcher
Other labels:
blojsom, template, bsf, bean, scripting, framework
|
WebMacro Dispatcher
Description Allows you to use WebMacro http://www.webmacro.org/ to define page templates for your blog. Installation and Configuration You must download the blojsom addon bundle. It is available as a separate download with each release of blojsom. Unpack the addon bundle ZIP ...
Other labels:
blojsom, template, webmacro
|
Groovy Dispatcher
Description Groovy is an an agile dynamic language for Java and has a simple template engine that allows you to intermix Groovy when defining page templates for your blog. Installation and Configuration You must download the blojsom addon bundle ...
Other labels:
blojsom, template, groovy
|
Freemarker Dispatcher
Description Freemarker http://freemarker.sourceforge.net/ is an alternative to Velocity and this dispatcher allows you to use Freemarker to define page templates for your blog. Installation and Configuration You must download the blojsom addon bundle. It is available as a separate download with each release ...
Other labels:
blojsom, template, freemarker
|
JSP Dispatcher
Description The JSP dispatcher allows you to use JSPs as templates for your blog. Installation and Configuration In your {{/WEBINF/classes/blojsom.xml}} file, add the following: <bean id="jsp" class="org.blojsom.dispatcher.jsp.JSPDispatcher" initmethod="init"> <property name="blojsomProperties"> <ref ...
Other labels:
blojsom, template, jsp
|
Velocity Dispatcher
Description The Velocity dispatcher allows you to use the Velocity http://velocity.apache.org template language in templates for your blog. Installation and Configuration In your {{/WEBINF/classes/blojsom.xml}} file, add the following: <bean id="vm" class="org.blojsom.dispatcher.velocity.VelocityDispatcher" initmethod="init ...
Other labels:
blojsom, template, velocity
|
|
|