简体   繁体   English

Eclipse Luna,Google Web Kit-创建GWT RemoteService

[英]Eclipse Luna, Google Web Kit - Create GWT RemoteService

Previously, we were using eclipse Galileo for our GWT project. 以前,我们在GWT项目中使用Eclipse Galileo Now, we want to upgrade and using eclipse Luna . 现在,我们要升级并使用Eclipse Luna

Problem 1:- In eclipse Galileo we use to get option related to Google Web Kit like shown in the following image, through which we use to create the implementation class ie server class along with on client side we use to get the related service and serviceasync interfaces. 问题1:-在Eclipse Galileo中,我们用于获取与Google Web Kit相关的选项,如下图所示,通过它我们用于创建实现类,即服务器类以及客户端,我们用于在客户端获取相关的服务和serviceasync接口。

GWT RemoteServicer

We are not getting this option in eclipse Luna. 我们在Eclipse Luna中未获得此选项。 If we can get help from where do we create GWT Remoteservice from Luna.If there is no direct such option than how to create such classes? 如果我们可以从哪里获得帮助,那么我们可以从Luna创建GWT Remoteservice。

We are using Luna and I've never seen those options. 我们正在使用Luna,但我从未见过这些选项。 We always just create the three files manually. 我们始终只是手动创建三个文件。 The tricky part is adding it to the web.xml file but since it sounds like you have existing code you can use those as examples. 棘手的部分是将其添加到web.xml文件中,但是由于听起来您已有代码,因此可以将其用作示例。

You must install the GWT plugin. 您必须安装GWT插件。 When you upgrade eclipse to a new major version, plugins have to be reinstalled. 当您将eclipse升级到新的主要版本时,必须重新安装插件。

See this site for GWT plugin details. 有关GWT插件的详细信息,请参见此站点

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM