Hi folks! I know this project is no longer active, but seems to be the only library that i can use to achieve my needs.
I have a full GWT (GXT actually but doesnt matter) client - server webapp and i want to create a simple mobile service (GWT & GXT do not give enough "mobile" feel to me) to retrive / send some data.
This library actually breaks the GWT requirement on client, but i still need to use java, afaik. What i need is a way to call those server methods with ajax in a jQuery-mobile client context.
Obviously i dont want my dirty work done, but just the right info to get it done. What i need to do?
I've looked into this, but there are no concrete answers.
http://www.coderanch.com/t/580197/GWT/Exposing-GreetingServiceImpl-web-serviceTLDR
gwtrpccommlayer frees gwt servlet from a gwt client...how can i access those methods with a plain ajax call?
PS
possibly i don't want to touch my rpc methods...but i can add more services/methods that call those existing servlet, acting like a "bridge", if that's what is needed.
Thanks for any help!