PHP MVC (symfony/Zend) vs ASP MVC vs Spring MVC vs Ruby on Rails? - Stack Overflow most recent 30 from stackoverflow.com2009-12-20T19:42:47Zhttp://stackoverflow.com/feeds/question/253785http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/253785/php-mvc-symfony-zend-vs-asp-mvc-vs-spring-mvc-vs-ruby-on-rails7PHP MVC (symfony/Zend) vs ASP MVC vs Spring MVC vs Ruby on Rails?orj2008-10-31T14:48:55Z2008-12-01T19:43:22Z
<p>I'm paralyzed by choice. </p>
<p>I know PHP, C# and Java fairly well as languages. Most of my web development in the past has been in PHP (with my own or other OSS frameworks). I've spent the last 2-3 years developing desktop GUI apps in C#. Before that I was doing desktop GUI apps in Java (with a little Servlets/JSP).</p>
<p>I want to develop a social web 2.0 site (in my own time) and in the process also add to my "salable" skill set (ie, what people would hire me for).</p>
<p>Do I:</p>
<ol>
<li>Go with what I know best and do it in PHP but use the latest OSS frameworks (eg, Zend).</li>
<li>Learn ASP MVC and extend my most recently acquired skill set to include web technologies.</li>
<li>Return to Java and learn something like Spring MVC.</li>
<li>Go with something entirely new like Ruby on Rails.</li>
</ol>
http://stackoverflow.com/questions/253785/php-mvc-symfony-zend-vs-asp-mvc-vs-spring-mvc-vs-ruby-on-rails/253821#2538214Answer by Noah Goodrich for PHP MVC (symfony/Zend) vs ASP MVC vs Spring MVC vs Ruby on Rails?Noah Goodrich2008-10-31T14:58:50Z2008-10-31T14:58:50Z<p>If this is going to be something in your spare time, I would recommend that you consider what languages you enjoy working in. If you find one or the other a chore to work in, then I would cross it off the list.</p>
<p>Second, I would consider what I was hoping to gain at the end of the project. If it is simply another tick on the skill set list, then do something that you've never made time for previously but would like to learn which would seem to suggest either ASP MVC, Ruby or Spring MVC. </p>
<p>Just because I hate Microsoft I would probably choose Java over C# (though C# is what I actually currently know). </p>
<p>Third, depending on your overall requirements, I would choose the tool best suited to your needs. Does a particular language or framework bring something to the table that will be particularly advantageous in this project? I view languages and frameworks a lot like tools in a tool belt, use the one that seems to best fit the problem that you want to address.</p>
http://stackoverflow.com/questions/253785/php-mvc-symfony-zend-vs-asp-mvc-vs-spring-mvc-vs-ruby-on-rails/253857#2538570Answer by sneg for PHP MVC (symfony/Zend) vs ASP MVC vs Spring MVC vs Ruby on Rails?sneg2008-10-31T15:08:46Z2008-10-31T15:22:09Z<p>You need to pick your main goal: is it acquire a new skill or build a successful project?<br />
If first - go with C#, if second - go with PHP.<br />
If money is an issue - definitely go with something that is <a href="http://en.wikipedia.org/wiki/Free_and_open_source_software" rel="nofollow">FOSS</a>.</p>
<p>PS: It is only based on what you say you know best and not on advantages or disadvantages of languages themselves.</p>
http://stackoverflow.com/questions/253785/php-mvc-symfony-zend-vs-asp-mvc-vs-spring-mvc-vs-ruby-on-rails/253880#2538800Answer by Saab for PHP MVC (symfony/Zend) vs ASP MVC vs Spring MVC vs Ruby on Rails?Saab2008-10-31T15:15:34Z2008-10-31T15:15:34Z<p>Personally I'd go with ASP.NET MVC. I really like the way Microsoft is working close with developers to make it a nice thing. And off course this site is proof that it's already a very useable framework. Besides that it's a fact that ASP.NET is a very rich framework for creating websites/webapplications. When it comes to productivity I'd either go for ASP.NET or Ruby on Rails. </p>
<p>But there is just not one right answer on your question. I really depends on what you're trying to achieve. First you have to answers a couple of questions:</p>
<ul>
<li>What platform do you want it to run
on? (Windows, Unix, Linux) </li>
<li>Do you want to use Silverlight/Flash/JavaFX? </li>
<li>Do you prefer statically or dynamically typed languages?</li>
</ul>
http://stackoverflow.com/questions/253785/php-mvc-symfony-zend-vs-asp-mvc-vs-spring-mvc-vs-ruby-on-rails/331919#3319191Answer by orip for PHP MVC (symfony/Zend) vs ASP MVC vs Spring MVC vs Ruby on Rails?orip2008-12-01T19:31:24Z2008-12-01T19:31:24Z<p>Good framework options for all environments:</p>
<ul>
<li><a href="http://grails.org/" rel="nofollow">Grails</a> for Groovy/JVM</li>
<li>RoR and <a href="http://merbivore.com/" rel="nofollow">Merb</a> for Ruby</li>
<li>Symfony/Zend for PHP</li>
<li><a href="http://www.asp.net/mvc/" rel="nofollow">ASP.NET MVC</a> and <a href="http://www.castleproject.org/MonoRail/" rel="nofollow">Castle Monorail</a> for C#/.NET</li>
</ul>
<p>Since it's for your spare time, you can take the opportunity to learn a new language. Also look for good communities to help you adjust to the framework and paradigm.</p>
<p>From what I've seen so far, crossing over from one web MVC framework to another is easy, and they share many of the same ideas.</p>
http://stackoverflow.com/questions/253785/php-mvc-symfony-zend-vs-asp-mvc-vs-spring-mvc-vs-ruby-on-rails/331949#3319491Answer by mwilliams for PHP MVC (symfony/Zend) vs ASP MVC vs Spring MVC vs Ruby on Rails?mwilliams2008-12-01T19:43:22Z2008-12-01T19:43:22Z<p>Open yourself up to new horizons and give Rails a shot.</p>
<p>I'm not sure how much time you've spent with REST or testing in any of the previous work you've done but the Rails framework really puts you in the right direction.</p>
<p>I would suggest watching the obligatory <a href="http://rubyonrails.org/screencasts" rel="nofollow">"Create a blog in 15 minutes"</a> screencast.</p>
<p>In that 15 minute screencast, you'll see...</p>
<blockquote>
<p>In 15 minutes, we go from scratch to
complete weblog engine with comments,
ajax, an ATOM feed, an XML and JSON
API, tests, an administrative
interface, and much more! </p>
</blockquote>
<p>It's very impressive to see.</p>
<p>Then I would head over to <a href="http://railscasts.com/" rel="nofollow">http://www.railscasts.com</a> and watch a few episodes that catch your interest. Each week there's a free screencast (anywhere from 4-10 minutes long) demonstrating a feature or technique in Rails. The production quality is very high and the content is priceless.</p>
<p>I think you'll find it a little bit refreshing to work outside of Visual Studio. And you'll be amazed at how quickly you go from a blank slate to a production application.</p>
<p>Good luck!</p>