Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのフレームワーク (Spring Web Flow) に興味があり、Spring Flow を使用するのが最適な時期と、Spring Flow が役立つかどうかを知りたいです。
また、他の解決策はありますか?
よろしく
アプリケーションが特定の種類のフローに従って何かを達成する場合は、Spring webflow を使用する必要があります。それ以外の場合、単純なアプリケーションでは必要ありません。
たとえば、以下のように複数のステップでユーザー登録プロセスを実行する必要がある場合。
各ステップのデータを別のステップで取得する必要がある場合は、Spring Webflow を使用できます。
これがお役に立てば幸いです。乾杯。