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.
10 個の入力フィールドを持つフォームがあり、それぞれに AJAX 検証があるとします。Request スコープのバッキング Bean を引き続き使用できますか、それともページのパフォーマンスを維持するために View スコープを使用する必要がありますか? DB クエリが多すぎない場合、各検証要求でバッキング Bean を再作成するのはコストがかかりすぎますか? このような状況で View スコープ Bean を使用する場合のガイドラインはありますか?