简体   繁体   中英

Eclipse Luna, Google Web Kit - Create GWT RemoteService

Previously, we were using eclipse Galileo for our GWT project. Now, we want to upgrade and using 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.

GWT RemoteServicer

We are not getting this option in 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?

We are using Luna and I've never seen those options. 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.

You must install the GWT plugin. When you upgrade eclipse to a new major version, plugins have to be reinstalled.

See this site for GWT plugin details.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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