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.
「clent」パッケージ内にあるクラス(Bean)がサーバー側で正常に機能する理由がわかりません。GWTモジュールの「クライアント」パッケージで、 <source path='client'/>
<source path='client'/>
私はいつも自分のクラスをSharedパッケージに配置する必要があると思っています。
それは本当に単なる慣習です。クラスが単なるBeanであり、サーバーでも使用できる場合は、必ず、に入れてsharedください。
shared
ただし、一部のBeanは実際にはサーバーで使用されない場合があるため、それらをsharedディレクトリに配置するのは時期尚早の最適化である可能性があります。