As a hobby project, I would like to figure out what it takes to get
JRuby
and Wicket to play together. It has been almost a decade since my
Enterprise Java days, so I am not up to speed with all of the tooling.
My IDE of choice is RubyMine/IntelliJ, but I don’t think that matters.
What
I need to figure out is how to make a Java project that includes JRuby,
Wicket, and bonus points for ActiveRecord with the ability to add gems,
etc. I am thinking that I could coddle together the Maven artifacts
(terminology?) for that?
What exactly do you want to implement in Ruby and what in Java in that
app? Do you just want to write a JRuby app that uses Wicket? Or is
there
other stuff that will be in Java?
Yes, primarily just that. If I could write a JRuby app that uses Wicket,
using Maven or whatever, that would be like my dream setup. I could
figure
out how to add ActiveRecord and such, subsequently.