据我所知,谷歌应用引擎与谷歌网络工具包有一个客户端和服务器端组件。客户端被编译成JavaScript,而服务器端则保留为Java代码。
我如何知道哪些Java函数/类可以在客户端使用,哪些必须在服务器端实现,因为它们没有JavaScript等价物?
更新: 我忘了提到,我也想知道我可以使用Java的特性。例如,异常、泛型、类继承等。
http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html
an article
Compatibility with the Java Language and Libraries