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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -