I am considering Fantom for my next web project. To begin with, i've a few questions.
a) Is Wisp stable enough? Would you recommend using Wisp on a production system with decent load (say around 2k users per day)
b) Can Fantom be used with J2EE servers like tomcat, jetty? I Saw the tradewinds project, Is there a tutorial on how to set it up?
c) does Java FFI allow me to call a Fantom code from Java Code? Is there an example for that?
thanks, Kaushik Sathupadi
Is Wisp stable enough? Would you recommend using Wisp on a production system with decent load (say around 2k users per day)
This web site runs on Wisp. It's been running steadily for two years.
Can Fantom be used with J2EE servers like tomcat, jetty? I Saw the tradewinds project, Is there a tutorial on how to set it up?
Not yet. It's on the roadmap. The usual setup is to reverse proxy apache to a wisp server.
does Java FFI allow me to call a Fantom code from Java Code? Is there an example for that?
Not in any obvious way. Not yet at least. While the Java bridge works well, the FFI design is still a work in progress.
Thanks tactics
Login or Signup to reply.
kaushik Fri 8 Jan 2010
I am considering Fantom for my next web project. To begin with, i've a few questions.
a) Is Wisp stable enough? Would you recommend using Wisp on a production system with decent load (say around 2k users per day)
b) Can Fantom be used with J2EE servers like tomcat, jetty? I Saw the tradewinds project, Is there a tutorial on how to set it up?
c) does Java FFI allow me to call a Fantom code from Java Code? Is there an example for that?
thanks, Kaushik Sathupadi
tactics Fri 8 Jan 2010
This web site runs on Wisp. It's been running steadily for two years.
Not yet. It's on the roadmap. The usual setup is to reverse proxy apache to a wisp server.
Not in any obvious way. Not yet at least. While the Java bridge works well, the FFI design is still a work in progress.
kaushik Fri 8 Jan 2010
Thanks tactics