On Jan 30, 2009, at 11:21 AM, Tycon wrote:
> > Is there a Rails-like framework for Java ? > The Java Wicket framework is intended to provide rapid web development ala Rails, that might be the closest thing. If you just want to run on the JVM and are willing to take a performance hit from regular Java, you could use Rails via JRuby, or Grails via Groovy or even Django or Pylons via Jython (Pylons 0.9.7 has initial support for Jython 2.5). JRuby is slower than regular Java, but at this point is probably better for most things (particularly long running server side apps) than normal Ruby 1.8 (MRI). There's also Scala's Lift web framework. Scala should perform close to normal Java. Granted I'm talking about the performance of these language runtimes compared to Java -- the performance of the frameworks themselves may matter as well. -- Philip Jenvey --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
