Hacker News new | ask | show | jobs
by alexAME 3678 days ago
Well first of all, all the mentioned frameworks are great frameworks, I do like all of time, it always depends what I'm trying to achieve, I decide the framework based on the project/customer and MONEY.

What asp.net MVC and Rails got in common, is that they are heavily opinionated how things should work, this can create many problems if you need a solution to a specific problem which is outside of the typical CRUD scope, it's very hard to break conventions and do things differently. This lead my many times to just start over the whole project.

Let's start with asp.net MVC, they open sourced it, that's good news, but the deployment options are still bad, as far as I know, there are a few community driven web servers, which aren't production ready in my opinion.

ASP.NET MVC:

works great, if you use the other MS tools like MSSQL, ISS etc, but if you are trying to replace one of those components, you are in a world of pain. So basically asp.net mvc, is on hold for a while.

Spring:

I'd love to sum up why I prefer Play over Spring but Yevgeniy Brikman did a great job doing that.

https://www.quora.com/Which-is-better-Play-Framework-or-Spri...

Rails:

is ... the perfect framework for smaller CRUD applications, that's all I can say.

> I've been considering jumping into the Java/Play ecosystem for awhile but have been hesitant so far. Analysis paralysis at its worst!

What's your background ?

1 comments

Thanks for the detailed reply!

> What's your background ?

I went something like game dev (C++) -> enterprise client/server apps (C++/Qt) -> web dev (Python/Django)

Django, like Rails is fantastic for hashing out small-med sized apps, but I've been looking to add another tool to the box. Something statically typed, more performant relative to Python, and with a large ecosystem to draw from to get stuff done quick.

I've been using Java on and off since the late 90s... it's overly verbose but it seems like it's gotten a bit better w/ Java 8 and the code gen features available in IntelliJ. I've also avoided J2EE/JEE like the plague. Coming from Django, and not wanting anything to do with JEE makes Play a rather appealing choice on the surface.

Go seems like the only viable alternative as I do not want to switch to a MS hosting stack to host .NET.

Of course there are all of those other JVM languages to poke at!

> Django, like Rails is fantastic for hashing out small-med sized apps, but I've been looking to add another tool to the box. Something statically typed, more performant relative to Python, and with a large ecosystem to draw from to get stuff done quick.

I guess the JVM is your best bet at this point, there is a huge eco system out there, the best thing about it, is that it's very mature.

Well if you got any questions about Play, just drop me a line.