Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SmartGWT with Google App Engine

    Hello,

    I am newbie in smartGWT and GAE low level API.

    Can any one help me in understanding the RPCManager mechanism used for GAE or suggest some good links which will be helpful for understanding the things?

    #2
    Hey anyone have any idea about customdatasource + google app engine????

    Please answer i just got stuck in project.

    Comment


      #3
      I have just begun

      Hi,

      I have made some progress with SmarGWT and App Engine backend...
      I use GWT-RPC , hence use custom datasource to connect up with the backend.

      Things are working fine...I used Objectify instead of AppEngine Datastore APIs directly...

      Let me know about your travails.

      Strawman

      Comment


        #4
        Can you post/share your code?

        Actually i am not getting clarified how to write custom datasource for GAE. Right now i am using low level APIs for dynamic creation of entities.

        How to use custom datasource without .ds.xml file? It will be great if you share your code. Then i can question more things.

        Thanks.

        Comment


          #5
          Waiting for reply.

          Comment


            #6
            Does it mean it is not possible to use GAE with low level API?

            Comment


              #7
              standard stuff

              Use GWTRPCDatasource to connect with the GWT-RPC services written. In each of those service implementations you can use Datastore APIs to get things done. I used Objectify because it was easier..that's all

              Comment

              Working...
              X