I've been working on getting support for running fantom code in a servlet environment, and it's now in good shape. It uses the fantom web API, so it's pretty easy to drop in any WebMods you might have lying around. I've written up some brief instructions, and the code is available at http://bitbucket.org/liamstask/fanlet. Suggestions/feedback always welcome.
Thanks to bsf and katox in #fantom for helping out.
liamstask Wed 9 Jun 2010
I've been working on getting support for running fantom code in a servlet environment, and it's now in good shape. It uses the fantom web API, so it's pretty easy to drop in any WebMods you might have lying around. I've written up some brief instructions, and the code is available at http://bitbucket.org/liamstask/fanlet. Suggestions/feedback always welcome.
Thanks to bsf and katox in #fantom for helping out.
brian Wed 9 Jun 2010
Awesome!
dfreire Wed 9 Jun 2010
will keep this under my radar :-)
tcolar Wed 9 Jun 2010
Cool, I've kinda wanted to have that for a while.