Re: [appengine-java] populate datastore with a new kind

2010-07-18 Thread John Patterson


On 19 Jul 2010, at 01:23, emmanuel harel wrote:

Thank you for the address but my tortoise svn is telling me this is  
not the address of the trunk

Do i have to use TortoiseHG to check out this project ?


Click on the link and all will be revealed

--
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-j...@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] populate datastore with a new kind

2010-07-18 Thread emmanuel harel
Thank you for the address but my tortoise svn is telling me this is not the
address of the trunk
Do i have to use TortoiseHG to check out this project ?


2010/7/18 John Patterson 

>
>
> On 18 Jul 2010, at 06:11, emmanuel harel wrote:
>
> Thanks John !
> Is it possible to have a svn check out repository address ?
> Regards
>
>
> http://code.google.com/p/remote-datastore/
>
>  --
> 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-j...@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-j...@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] populate datastore with a new kind

2010-07-18 Thread John Patterson



On 18 Jul 2010, at 06:11, emmanuel harel wrote:


Thanks John !
Is it possible to have a svn check out repository address ?
Regards


http://code.google.com/p/remote-datastore/

--
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-j...@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] populate datastore with a new kind

2010-07-17 Thread emmanuel harel
Thanks John !
Is it possible to have a svn check out repository address ?
Regards


2010/7/5 John Patterson 

> You can upload and download data using the RemoteDatastore:
>
> http://code.google.com/p/remote-datastore/
>
> It works at the binary level so you can use it with JDO, Twig, Objectify,
> low-level API etc
>
>
> On 4 Jul 2010, at 16:00, dukefan wrote:
>
>  Hello,
>> Does anybody have a procedure to create a kind in the datastore (in
>> development and production mode) using a script ?
>> The new step is for example to upload data reference to the datastore,
>> in python it is possible using
>> http://code.google.com/intl/fr/appengine/docs/python/tools/uploadingdata.html
>> I would like to know if in java there is an equivalent ?
>> Regards
>>
>>
>> --
>> 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-j...@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-j...@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-j...@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] populate datastore with a new kind

2010-07-05 Thread John Patterson

You can upload and download data using the RemoteDatastore:

http://code.google.com/p/remote-datastore/

It works at the binary level so you can use it with JDO, Twig,  
Objectify, low-level API etc


On 4 Jul 2010, at 16:00, dukefan wrote:


Hello,
Does anybody have a procedure to create a kind in the datastore (in
development and production mode) using a script ?
The new step is for example to upload data reference to the datastore,
in python it is possible using 
http://code.google.com/intl/fr/appengine/docs/python/tools/uploadingdata.html
I would like to know if in java there is an equivalent ?
Regards


--
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-j...@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] populate datastore with a new kind

2010-07-05 Thread dukefan
Hello,
Does anybody have a procedure to create a kind in the datastore (in
development and production mode) using a script ?
The new step is for example to upload data reference to the datastore,
in python it is possible using 
http://code.google.com/intl/fr/appengine/docs/python/tools/uploadingdata.html
I would like to know if in java there is an equivalent ?
Regards


-- 
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-j...@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.