Is it possible to implement a program written in Java on a website coded using Ruby? Currently developing a website where data from a form must be taken in, parsed, and used to fill out objects in the application. Currently a Java Programmer which is why using Java to develop the application would be much easier. However, Ruby is similar enough that it will work if need be.
I know that there are applications such as JRuby that allow Ruby to be used in Java. Is the reverse true, and if so, how does it work?