[appengine-java] Re: Any inputs for How to use the DataStore for Java?

2011-12-29 Thread Simon Knott
Suresh, Based on your previous comments about web services and also this one, you're either incredibly lazy or are simply a very junior developer and completely lost. The very first demo application on that link has an example of using JDO with GAE, and many of the other apps have some

[appengine-java] Re: Any inputs for How to use the DataStore for Java?

2011-12-28 Thread Simon Knott
Hi Suresh, It might be worth having a look through some of Brandon's examples at http://code.google.com/p/gwt-examples/ Cheers, Simon -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit

Re: [appengine-java] Re: Any inputs for How to use the DataStore for Java?

2011-12-28 Thread sundarrajan.srgm
-Original Message- From: suresh ashok Sent: Wednesday, December 28, 2011 11:14 AM To: Google App Engine for Java Subject: [appengine-java] Re: Any inputs for How to use the DataStore for Java? Hi, I can able to get the details about Java Data Store in Google Application Engine

[appengine-java] Re: Any inputs for How to use the DataStore for Java?

2011-12-28 Thread suresh ashok
Engine for Java Subject: [appengine-java] Re: Any inputs for How to use the DataStore for Java? Hi, I can able to get the details about Java Data Store in Google Application Engine.. But is their any hands-on sample to demonstrate the Java Data Store in GAE. Regards, Suresh On Dec 27

[appengine-java] Re: Any inputs for How to use the DataStore for Java?

2011-12-28 Thread Doug
Those are all great references indeed. However, I'm still stumped on this one which should be basic. Using the Low Level API, I still cannot why String Properties break on special characters. thisEntity.setProperty(stringDescription ,Save 20% Off anything in store); A little help on how to

Re: [appengine-java] Re: Any inputs for How to use the DataStore for Java?

2011-12-28 Thread Jeff Schnitzer
It won't be a problem with the Low-Level API. It works just fine with exotic unicode strings. Your problem is somewhere else in your app, probably somewhere that you are generating the string or rendering it. Jeff On Wed, Dec 28, 2011 at 10:59 AM, Doug douganderson...@gmail.com wrote: Those

[appengine-java] Re: Any inputs for How to use the DataStore for Java?

2011-12-27 Thread Simon Knott
Hi, I highly recommend that you read all of the documentation at: - http://code.google.com/appengine/docs/java/datastore/overview.html - http://code.google.com/p/twig-persist/wiki/Comparison#Objectify_and_SimpleDS -

[appengine-java] Re: Any inputs for How to use the DataStore for Java?

2011-12-27 Thread suresh ashok
Hi, Any inputs or hands-on for DataStore using Java are welcomed. Regards, Suresh On Dec 27, 2:23 pm, suresh ashok suresh@gmail.com wrote: Hi, Is their anyone well aware of the DataStore using Java ? Regards, Suresh -- You received this message because you are subscribed to the

[appengine-java] Re: Any inputs for How to use the DataStore for Java?

2011-12-27 Thread suresh ashok
Hi, I can able to get the details about Java Data Store in Google Application Engine.. But is their any hands-on sample to demonstrate the Java Data Store in GAE. Regards, Suresh On Dec 27, 3:53 pm, Simon Knott knott.si...@gmail.com wrote: Hi, I highly recommend that you read all of the