scope strategy - Every Struts2 action I target fails -


struts2 scope plugin no longer compatible latest version of struts2-core (e.g. 2.3.15). successor of struts2 scope plugin? struts2 conversation scope plugin? migration effort? experience?

yes, struts2 conversation plugin. there nothing such migration plan.

best strategy identify annotations old scope plugin. replace them one-by-one new annotations. e.g. find @in/@out annotations , replace them @conversationfield (of course, appropriate)

follow quick-intro here: http://code.google.com/p/struts2-conversation/


Comments