Tagged Questions
1
vote
0answers
87 views
GWT + JDO = ClassCastException
I am using GWT + Google App Engine and JDO to store objects in the App Engine datastore.
I create the object below on the client-side via web interface and pass it via RemoteProcedureCall to the ...
0
votes
0answers
46 views
How can I store data given by the user into the GAE datastore from a GWT interface? [closed]
I have a simple application (in the client package) in which I tried to create a simple registration form using the google web toolkit. I created a simple interface that takes as input the email and a ...
1
vote
0answers
102 views
Google App Engine with Eclipse using Google Data Store
I have used JDO for storing my data on google data Store for a application written in Java with Eclipse using GWT. In which it makes GWT RPC call for following service functions
public String ...
0
votes
1answer
94 views
Too many AppEngine Datastore reads from GWT client
I have a problem related to Google AppEngine datastore and a GWT client.
I have started from a template project "Android Connected AppEngine " in Eclipse ( using GPE) and advanced by implementing ...
1
vote
0answers
337 views
gwt-rpc + appengine + persistence using restlet throws exception
I was trying to rebuild the Restlet sample Application for GWT + GAE ( http://wiki.restlet.org/docs_2.1/13-restlet/21-restlet/318-restlet/303-restlet.html ) .
I changed it a bit, since I am planning ...
0
votes
2answers
741 views
Save gwt entities to google application engine datastore with jdo, using rpc
Hello iam new to GWT framework. I want to persist my domain objects/entities to google application engine datastore using rpc. A simple implementation to test if i can make multiple rpc calls ( ...
1
vote
2answers
852 views
GWT: Where (how) to define POJOs to make em available for client and server? (and to use datastore on serverside)
I try to get an application running which should interact with a server via RPC (JDO in Google DataStore). So I defined a persistent POJO on the server-side to get it put in the datastore via the ...
3
votes
4answers
1k views
GWT RPC and persistent Java objects
First of all,
many thanks to Craig for the excellent answer below which I found very useful when searching my original issue...
ref: ...