Live data from Hacker News

Ask HN: For new web developer, Java Spring, Ruby on Rails, or something else?

news.ycombinator.com

11–12 of 12 posts

Re: Ask HN: For new web developer, Java Spring, Ruby on Rails, or something else?

#11
If you're really comfortable with Java, and you want to get something out of the door, it may not be the best choice to switch languages (as would be the case for rails). If you already know ruby, then go rails by all means.

Instead, you might consider a of Java-rooted option:

The play framework is pretty slick (http://www.playframework.org). The APIs are fairly light and easy to pick up, and the templating system is rather powerful. The documentation is solid, and it's not like you'll need to spend hours in tutorials to get started Play does both Java and Scala, and works fine with either. I'd actually recommend you stick to Play 1.x, as the 2.x docs and stuff aren't as mature and are much more targeted to Scala developers.

Oh, and heroku loves play. https://devcenter.heroku.com/articles/play

Re: Ask HN: For new web developer, Java Spring, Ruby on Rails, or something else?

#12
Spring and Java EE will make you hate life and those who participate in it. Java alone is a great language, and I've heard great things about Wicket, http://en.wikipedia.org/wiki/Apache_Wicket . I personally like GWT but no one seems to use it and even less seem to use it professionally.
Post reply on HN