[appengine-java] Can we use the bulkuploader on the local environment?

2011-05-16 Thread ruskyn
Hi All, Ive been through this article and it helps understand the concepts. http://ikaisays.com/2010/06/10/using-the-bulkloader-with-java-app-engine/ However, i do see that this is mostly for production environment. This is not exactly helpful for me when i am working on my local setup. I might

[appengine-java] Can i run a python and java server pointing to the same appspot id but different versions?

2011-04-06 Thread ruskyn
Hi All, I was wondering if this can be done. If so, supposed my datastore uses JDO , how can i provide access to my python counterpart. Apologies if my question sounds bizarre ! -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To

[appengine-java] Can i run a python and java server pointing to the same appspot id but different versions?

2011-04-05 Thread ruskyn
Hi All, I was wondering if this can be done. If so, supposed my datastore uses JDO , how can i provide access to my python counterpart. Apologies if my question sounds bizarre ! -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To

[appengine-java] What are my options in implementing a video upload/streaming functionality in GAE

2011-03-27 Thread ruskyn
Hi, I researched and found two options; but i would appreciate opinions/ experiences 1. Youtube Direct API. I have two problems here - the user who is uploading video has to log into youtube too. If i have a website/ mobile app this becomes a deterrent to users. Is there a work around? Also, the

[appengine-java] Require help in storing List in JPA POJO

2011-02-07 Thread ruskyn
Hi All, I am facing a problem. hope someone can help me. I am writing a User POJO using JPA to persist the object in datastore. i am trying to add a List of tags to users, which gives me error unknown attribute type should not be container. as shown in below line. Can anyone let me know what am