user2288516
user2288516

Reputation: 11

Easiest way to get a GWT project (with RPC) online?



I have a GWT program with RPCs that works great in Development Mode. It reads/writes from a .txt file in the war folder. I'd like to get it online so, for example, somebody else could visit it on their iPhone using a URL. I own a GoDaddy hosting account.

I've never used Tomcat before. I'm looking for the fastest and easiest way to get my project online. Please help if you can!

Upvotes: 1

Views: 116

Answers (1)

Rene Herget
Rene Herget

Reputation: 1526

If you dont have a Server with a running tomcat/jetty instance and you dont want to host it by yourself, then you should take a look into Google App Engine.

You can find here a very good tutorial, how to publish a GWT-Application to the Google App Engine.

Upvotes: 1

Related Questions