struts2 - Conversation Plugin vs ActionFlow -
Does anyone have the Straits 2 conversation plugin and the Action Flow plugin and when should I choose one or the other? >
Regards
These are completely different plugins for different purposes Use plugins when you want to add to your application. conversations < / Code> Plugin adds conversation field to your code ActionFlow plugin helps you create wizards with such tasks, where keeping one's data in some scope is just one of the features With action flow you can define the sequence of verbs (i.e. current verb Which action will be taken later). With conversation , you can define which data will be inserted into conversations and when the conversation begins and ends.
Comments
Post a Comment