简体   繁体   中英

How do I use GWT Google Web Toolkit in my own Java project without GAE?

I would like to see if I can use GWT in my already existing Servlet-site using the Resin web-server, however I am having problems locating any decent guides that can help me out

Does anyone have a hands-on tutorial/guide on how to use GWT outside an "GWT project" or without using Google App Engine (GAE)?

I am still using Eclipse and have GWT plugins enabled and added the GWT support for the project, but I am unsure how to connect all the components together without using GAE.

First of all, you dont need GAE for GWT. I have been using GWT nearly for two years. I do not need to install GAE sdk..

I recommend your to read this document . It explains how to configure application servers to integrate with gwt..

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