Hi I am new to App Engine and a beginner in web services world.
I want to create a service with GET method in my GWT project and I
want to call that service from my JavaScript. I am using Eclipse IDE with GWT
plugin. I have started with that greeting services pages. But how to create a REST
model web service there?
Hi I am new to App Engine and a beginner in web services world.
Share
Thanks Michael & Stivlo.
I understand that GWT is a toolkit that helps me to code in java, compiles it and the result(.war) I can deploy in Google App Engine.
Now I found “Restlet” to be useful for creating Rest services and I am on it.