Ruby with Java Servlets

My requirement is as follows:

I have a JSP page which interacts with a servlet, which then interacts
with some service does some post, get and returns some data back to
another jsp.

I need to create a Ruby class/object which replaces the JSP, i.e. i’ll
need to talk to the servlets directly skipping the UI since it reduces
time.

Can any one help me out.

For some time we’ve been using quite successfully the Ruby-Java Bridge
to integrate code in these languages. JRuby is another option to be
considered. I don’t know if this is what you’re looking for; hope it
helps.

[1] http://rjb.rubyforge.org/
[2] http://jruby.codehaus.org/

Greetings,
Andrew

El vie, 04-05-2007 a las 04:25 +0900, [email protected]
escribió:> My requirement is as follows: