Hi! 2010/4/27 Thato Selebogo <[email protected]>
> Has anyone used AJAX to enable client RPC requests using JAVA. On the > Google App Engine website Paul Peavyhouse does exactly the same thing but he > is using Python. Does anyone know how to do the same thing but using JAVA? > Maybe I am not understanding you right, but AJAX requests in a java app are more or less just http calls with a decoding step afterwards, depending on your requested content type. Have you checked: http://firestormws.sourceforge.net/ or other libraries that offer for example "client side" rest support for java? -- Bye, Patrick Cornelißen http://www.openprojectguide.org http://www.pcornelissen.de http://code.google.com/p/gloudy/ -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
