From: Post Tudbc Date: 2008-11-28T13:09:04+09:00 Subject: Re: eRuby/erb outside of Rails Jonny Noog wrote: > Post Tudbc wrote: >> Try the free tool TudbcJRubyServlet >> >> http://www.tudbc.org/tudbcjrubyservlet >> >> which is backed by the robustness of any Java EE Servers (e.g. >> GlassFish, Tomcat, Resin, etc.) > > Thanks for the suggestion. From reading a bit on your site, it sounds > really cool. But honestly, I'm not sure if my current knowledge would be > up to a trip through the Java world. I've never had any exposure to > JRuby or Tomcat or really anything directly related to Java. How > involved is setting up and using JRuby + Tomcat + tudbcjrubyservlet + > Rails or erb compared to say, MRI + apache + mongrel + Rails (which I do > have experience with)? The setup is simple (see the web site for step-by-step instruction), basically: Java JDK, Tomcat, JRuby, and TudbcJRubyServlet. After that you don't even need to know anything about Java or Tomcat. You just need to know Ruby (note: JRuby is a pure Ruby implementation). You can look at the live demos, and they are all pure Ruby codes. Best of all, it is much faster (sometimes many times faster, see http://www.tudbc.org/jrubywebapp for comparisons) and more realiable. Later on, if you like the Java EE environment, there is also Quercus which is a Java port of PHP. -- Posted via http://www.ruby-forum.com/.