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 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.

Use plugins when you want to add to your application.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -