vote up 1 vote down star

I've been working in struts2 framework for the past year and a half. As I look around SO it seems like struts2 questions get the least amount of hits. At first I thought it was because the SO community is not much into struts2, but this is the case in other forums as well. Only the struts2 mailing list is pretty active.

I think struts2 is slowly becoming a dinosaur framework and I want to move on. I've dabbled a little with other stuff like RoR, Grails, Django, .NET MVC but I've never really committed and made a pact with myself to sit down and learn these. Maybe its the fact that I dont know the languages that these frameworks are built on. Spending a day or two with RoR makes me want to choke some of the JAR files and struts2 html tags and .NET MVC looks promising but not knowing c# ties me back.

My question is, have you been on the same path? Did anyone used to do struts2 before and now changed to something new? What would you suggest I learn after Struts2? And lastly, as a developer how do you motivate yourself to learn a new framework, or a language? for me, just typing the code provided in the book is dead boring.

flag

6 Answers

vote up 3 vote down check

I don't think Struts2 is dead, I just think that many people are starting to ride the Spring bandwagon. Struts2 is a fine framework with many improvements over the original version of Struts. I just think the project leaders made a mistake by naming it Struts2 as it is conceptually different than the original Struts and began as a different project.

link|flag
I agree with the fact that the naming may have been a mistake. I know that personally, I didn't take much of a look at Struts2 simply because I did not particularly care for the approach used by Struts. – mmc Jun 3 at 17:07
vote up 1 vote down

Struts 2 isn't dead. You may want to check out Spring MVC though.

link|flag
not quite so in our area since we deal mainly in govt. contracts but out in the world I dont see lot of people using struts2. – Omnipresent Jun 2 at 12:24
vote up 0 vote down

I was a big fan of Struts but somehow I ended up skipping Struts 2 and going straight to Spring Web MVC. But I've recently started to adopt Spring Web Flow and that has been the greatest leap forward for me developing interactive web applications. You still need to know Spring Web MVC since that is what Spring Web Flow is built on.

link|flag
vote up 0 vote down

Give GRAILS more time to grow on you. The fact that you can still mix Java code with your Groovy provides a gradual learning curve.

link|flag
vote up 0 vote down

Not dead. In fact, Struts 2 is so different (better) than Struts Classic, it should not even have taken on the name Struts 2. If you have not explored it, I would advise you to have a look.

Peace, Scott

link|flag
cool. stanlick, now that you have joined SO...struts2 questions will start to get answered around here :) – Omnipresent Jun 12 at 11:42
vote up 0 vote down

It seems that big organisations are moving towards JSF. I don't like it particularly but it makes sense from the following management selling points all based on JSF being a standard:

  • it is a standard for components - reuse possibilities
  • the level of abstraction is higher (which I personally don't like....)
  • tool support (GUI WYSIWYG editors incorporating arbitrary components etc)
  • its complexity ensures that every need is catered for
  • it integrates more nicely with the portlet API

Among the other competitors I think Struts 2 is a rather good and solid choice. If in doubt I would look at Wicket, GWT and Grails in the Java world and Rails (Ruby) and Django (Python) elsewhere.

link|flag

Your Answer

Get an OpenID
or

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