RSS feed
Home

Search results

"tag:jruby"


Title and summary Date/time
1
extra 5 minutes of fun; JRuby and Velocity
As promised, this time I am showing you a very simple way to play with Velocity templating language in JRuby. jvel.rb # A simple JRuby Velocity integration demo # Notes: # - save this script as 'jvel.rb'.# - in the folder from where you're executing ...
6-Nov-2009
2
5 minutes of fun: JRuby and StringTemplate
If you like to explore some stuff on templating, and I highly recommend StringTemplate, this is how you can do it from JRuby. jrst.rb # A simple JRuby StringTemplate integration demo # Notes: # - save this script as 'jrst.rb'.# - in the folder from ...
4-Nov-2009
3
JRuby actions in JPublish
As some of you already know, JPublish can execute actions written in JRuby. This is all possible through the magic of the BSF :) I received a lot of questions about how can a JRuby Action use the java objects available in the JPublishContext? There's ...
17-Jul-2007