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目录中可能是过早的优化。