vote up 0 vote down star
1

The last time I looked at web applications, the consensus seemed to be Struts/J2EE. Now, it looks like Spring MVC/J2EE or Struts/J2EE are both viable solutions. Is this generally correct? Or is Spring MVC now the consensus choice over Struts? We have at least one guy who has worked with Struts before and wants to go with that. I'm more familiar with Struts as well, having reviewed in the past. Also, is J2EE still considered the viable solution for handling remote components? Or are there alternatives?

flag

76% accept rate

2 Answers

vote up 0 vote down

All those solutions are perfectly viable. Unless you are just looking to pick up a new technology, go with struts since it's what you know.

link|flag
vote up 0 vote down

IMO, there is no real consensus for the presentation layer which is to me still a "throwaway" part of a J2EE application. The mentioned solutions don't suffer from a big drawback or design problem and could do the job. I'd just add Wicket and Stripes to the list (the last being maybe the less mature but my preferred one because I like Convention over Configuration). Just pick one of them (the one you know the most seems to be a decent choice).

FYI, Matt Raible has done some nice comparisons of Web Presentation Frameworks that are not totally outdated and still interesting. Check it out.

link|flag

Your Answer

Get an OpenID
or

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