migrating from struts2, looking for a new framework

Posted by adhg on Programmers See other posts from Programmers or by adhg
Published on 2012-06-11T02:55:02Z Indexed on 2012/06/11 4:46 UTC
Read the original article Hit count: 280

Filed under:
|
|
|

We are supposed to start a relatively big project that will require lots of computation and analysis. Presentation (UI) for the end user is very crucial (graphs, tabels...)

So far we've been using struts2. It's ok+. It has some drawbacks (specially if you work with tiles and all that XML) but if you get the lingo - you're ok. One option on the table is to continue using struts2 with jquery and all the other stuff that we've been doing for so long.

Alternatively, I think we have an opportunity to learn something new and maybe a bit better then struts2. My question is this: Anyone has migrated from struts2 to something new and can share the experience. Or had some great experience witha particular java framework.

Many thanks for any pointers.

© Programmers or respective owner

Related posts about java

Related posts about learning