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.
@Inject を使用して Guice サービスをページ/パネル クラスに注入できるように、Apache クリック Web フレームワークを Google Guice と統合する方法はありますか?
web.xml で guice フィルターを使用し、guice サーブレット モジュールに ClickServlet を追加しました。次に、クリック サーブレットの newPageInstance() メソッドをオーバーライドし、injector.injectMembers(page) を呼び出して、新しく作成されたページにすべての依存関係を注入しました。