|
All content with label dispatcher.
Related Labels:
blojsom, template, velocity, bean, jsp, scripting, freemarker, framework, groovy, webmacro, bsf
BSF Dispatcher
(blojsom 3.0)
Other labels:
blojsom, template, bsf, bean, scripting, framework
|
WebMacro Dispatcher
(blojsom 3.0)
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
(blojsom 3.0)
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
(blojsom 3.0)
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
(blojsom 3.0)
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
(blojsom 3.0)
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
|
|
|