[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

   - http://code.google.com/p/objectify-appengine/wiki/Concepts?tm=6

Once you've read all of those, hopefully you will have some more direct 
questions to ask.

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 
https://groups.google.com/d/msg/google-appengine-java/-/Z512REMLoK8J.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[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  wrote:
> Hi,
>
> Is their anyone well aware of the DataStore using Java ?
>
> Regards,
> Suresh

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[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  wrote:
> 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_S...
>
>    -http://code.google.com/p/objectify-appengine/wiki/Concepts?tm=6
>
> Once you've read all of those, hopefully you will have some more direct
> questions to ask.
>
> Cheers,
> Simon

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[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 
https://groups.google.com/d/msg/google-appengine-java/-/GHftT15awtUJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



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

2011-12-28 Thread suresh ashok
Hi Sundar,

It seems that link is fine to learn GAE basics, but their is nothing
related to Java Data Store in that  url.

Regards,
Suresh

On Dec 28, 11:27 am,  wrote:
> Hi Suresh,
>
> Refer this site "vogella.de"
>
> I found this site with great- hands on sample code for google apps. including 
> both java as well as python.
>
> http://www.vogella.de/articles/GoogleAppEngineJava/article.html#todo_...
>
> Hope it will be adding blend for your search.
>
> Thanks
> Sundar
>
>
>
> -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.. 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  wrote:
> > 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_S...
>
> >    -http://code.google.com/p/objectify-appengine/wiki/Concepts?tm=6
>
> > Once you've read all of those, hopefully you will have some more direct
> > questions to ask.
>
> > Cheers,
> > Simon
>
> --
> 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 google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-appengine-java?hl=en.- Hide quoted 
> text -
>
> - Show quoted text -

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[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 (convert?) and store (then get...) Strings 
containing non-alphanumeric characters with LLAPI?

Many Thanks
Doug

-- 
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 
https://groups.google.com/d/msg/google-appengine-java/-/Whb8noU7rZMJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[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 example 
of using JDO.  Please put a little bit of effort into searching for info! 
 In 2 seconds I pulled up a list of links with other sample apps using 
Objectify - 
http://code.google.com/p/objectify-appengine/wiki/BestPractices#Interesting_discussions_related_to_Objectify

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 
https://groups.google.com/d/msg/google-appengine-java/-/a8Dh2C2MzA0J.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



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

2011-12-28 Thread sundarrajan.srgm
Hi Suresh,

Refer this site "vogella.de"

I found this site with great- hands on sample code for google apps. including 
both java as well as python.

http://www.vogella.de/articles/GoogleAppEngineJava/article.html#todo_overview


Hope it will be adding blend for your search.

Thanks
Sundar

-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.. 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  wrote:
> 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_S...
>
>-http://code.google.com/p/objectify-appengine/wiki/Concepts?tm=6
>
> Once you've read all of those, hopefully you will have some more direct
> questions to ask.
>
> Cheers,
> Simon

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



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  wrote:
> 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 (convert?) and store (then get...) Strings
> containing non-alphanumeric characters with LLAPI?
>
> Many Thanks
> Doug
>
> --
> 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
> https://groups.google.com/d/msg/google-appengine-java/-/Whb8noU7rZMJ.
>
> To post to this group, send email to google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.



-- 
We are the 20%

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.