> Does that mean we need to rewrite the entire project / application with S2 > ? Can we not reuse the code we have in S1 and try to make it working with > some code changes by upgrading to S2.
You need to pretty much rewrite some of it. If you split up the logic in seperate classes, you can of course reuse those classes. You'll mostly have to rewrite your Action classes, create a new struts.xml (or use convention plugin and annotations) and rework your views where needed and update your web.xml to use the correct filters. I would suggest just trying to do it and if you have more specific questions on how to do specific things in struts2, and you can't find it in the documentation, you can always ask the mailing list. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
