Google Web Toolkit (GWT) + Google App Engine (GAE) + Detached Data Persistence

后端 未结 11 2060
旧时难觅i
旧时难觅i 2020-12-23 11:03

I would like to develop a web-app requiring data persistence using GWT and GAE. As I understand it, my only (or at least by far the most convenient) option for data persiste

11条回答
  •  情话喂你
    2020-12-23 11:26

    I believe Google's official answer for this is GWT 2.1 RequestFactory. Given that you are using GWT and GAE, I'd suggest you stick to the official Google framework... I have a similar GWT / GAE based app and that's what I am doing.

    By the way, setting up RequestFactory is a bit of pain in the ass. The current Eclipse plug-in doesn't include all the jars but I was able to find the help I needed, in Stackoverflow

提交回复
热议问题