Noor
Noor

Reputation: 20178

GWT issues when using RPC

I have spend more than one day trying to create a very simple hello world application in GWT but I am not being successful. I am trying to get a hello string from the server through RPC and display it on the client.

Thanks

Upvotes: 2

Views: 196

Answers (1)

Bogdan
Bogdan

Reputation: 5406

  • Download a fresh copy of Eclipse Helios for java EE
  • Install the appropriate GWT Eclipse plugin
  • Start Eclipse, go to File->New Project, search for Google/Web Application Project
  • Project properties, Run As... Web Application

At this point you should have a fully functional GWT application.

Upvotes: 2

Related Questions