Ok I'm looking for some advice on migrating and existing web application to struts 2. I've seen a lot of stuff online on migrating from struts 1 or from Web Works but not much on migrating an app that isn't in any existing framework.
What we currently have is a web app that uses a custom Ajax implementation, Tiles, maybe a dozen servlets, a lot of JSPs, one applet, and a ton JavaScript files It's not a form heavy application and that's why I'm hesitant to move to struts 2. From what I've read it seems to be more geared towards apps that are heavy on the form side and need a lot of flow control. Our app isn't like that nor do I see it being like that in the near future. I just don't want to spend tons of time converting this app to struts 2 only to find out it doesn't offer us that much over what we are doing right now. Any advice anyone could offer or any websites they could point me to would be much appreciated. Thanks