M
boxed wrote:
I have tried migrating my quite large app to WW2, these are my issues with it:
http://wiki.opensymphony.com/space/WebWork+2+Migration+Guide specifies that:
ActionSupport has moved from webwork.ActionSupport to
com.opensymphony.xwork.ActionSupport,
but a deprecated webwork.ActionSupport and webwork.Action have been added
to ease migration. Those classes do not exist. I have attached my implementations of them and a few other migration classes I needed.
You have to do: s/protected String doExecute/public String doExecute/ in all your actions since I cannot override this in a migration class to have a more restrictive
I have not written migration for: webwork.action.CommandDriven webwork.action.Action
com.opensymphony.webwork.ServletActionContext needs its constructor public
As for the docs: There was a lot of hype of how in XW/WW2 documentation would be better. There isn't even an installation doc! At least a list of what files are needed (jars, xml-files, templates, etc) and where to put them would be appreciated.
I am currently at the state of needing to convert my views.properties+webwork.properties files into xwork.xml to map my actions. This should probably be simple to write a little program to do.
I have only added ParameterAware and SessionAware as empty interfaces for now to get it to compile, but I've understood it's supposed to be simple to do with interceptors.
Anders Hovmöller [EMAIL PROTECTED]
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork