Almost all of my experience has been in writing applications in java, with a little experience in C++ and very little in ruby.

Now, I am interested in writing some web applications and could use some suggestions on what frameworks / languages / technologies to learn and why; e.g., grails, rails etc.

I am not only interested in something that will be easy for me to learn. More importantly, I want to learn a paradigm that will be valuable for work and future projects etc.

link|improve this question
Why not use Java on the server side (Servlets etc.), if you already know how to write Java applications? – Chris Lercher Feb 12 '11 at 15:09
feedback

3 Answers

I recommend Lift because the language (Scala) should be very different from used so far, while still having a reasonable chance to get some real world relevance

link|improve this answer
feedback

PHP / JavaScript+AJAX / CSS is a very good choice for web development. And it definitely be handy in your future projects.

link|improve this answer
feedback

I recommend Grails, because Groovy is very similar to Java, but has some syntax improvements and you are free to use dynamic typing if you prefer that. In fact you can start out writing standard Java code and gradually use more Groovy features. I have seen job openings for Grails on the web. I don't know whether this is a temporary thing, but it is promising for the future.

Another plus is that Grails allows rapid application development and is integrated with Spring and Hibernate from the start. Also there is a large number of Grails plugins, so you can easily extend your application capabilities.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.