Without even trying to start a fiery war between the Rails / Ruby guys and Java. I do not want to discuss why, but I want to rewrite / migrate my existing rails application in Java.
Here is what I need to find alternatives for:
- PostgreSQL I can use any database, but with capable ORM in Java, which is comparable to ActiveRecord.
- Resque For background processing in a Rails application. I need to find a similar solution in Java.
- MVC Although strictly not as elegant as Rails MVC, everything closer to it in Java will be fine.
Any expert views on this?
EDIT: I want to develop in the Java language (so this excludes Scala, Groovy, JRuby and similar languages)
source share