[appengine-java] Re: Google Tech Talk + appengine ja night #10のお知らせ

2010-08-17 Thread kazunori_279
Hi all, Sorry for mis-posting! This should only be posted to Japanese GAE ML. Thanks, Kaz On 8月18日, 午後12:57, kazunori_279 wrote: > スティルハウス佐藤です。 > > Google Tech Talk + appengine ja night #10のお知らせです。 > > 今回は、GoogleのJohn Woodelさんの呼びかけにより、Google App Engineの最新動向をテーマとしたTech > Talk(技術講演会)を開催することになりまし

[appengine-java] Google Tech Talk + appengine ja nig ht #10のお知らせ

2010-08-17 Thread kazunori_279
スティルハウス佐藤です。 Google Tech Talk + appengine ja night #10のお知らせです。 今回は、GoogleのJohn Woodelさんの呼びかけにより、Google App Engineの最新動向をテーマとしたTech Talk(技術講演会)を開催することになりました。また今回で10回目となるApp Engineエンジニアのコミュニティイベント appengine ja nightも同時に開催いたします。会場はGoogle東京オフィス(六本木ヒルズ)です。 参加スピーカーは、ひがやすをさんをはじめ、JRubyのCharles Nutter、Goo

Re: [appengine-java] Re: Google Web Application problem in Eclipse Helios

2010-08-17 Thread Dave Watts
> Hi Rahul, The fix described above did not seem to work. > I also tried deleting the eclipse directory then followed your > directions, > Dave, how did you manage to bypass this problem? did you just keep on > creating servlets manually and adding them to your web.xml? I didn't bypass the problem

[appengine-java] Re: Google Web Application problem in Eclipse Helios

2010-08-17 Thread asfh
Hi Rahul, The fix described above did not seem to work. I also tried deleting the eclipse directory then followed your directions, Dave, how did you manage to bypass this problem? did you just keep on creating servlets manually and adding them to your web.xml? Thanks, Asaf. On Aug 3, 9:00 pm, Rah

[appengine-java] Persisting my pojo using appengine

2010-08-17 Thread HIRAK
Hi all, Need a little help in using the persistence of appengine. First of all the code: Feed.java = @PersistenceCapable(identityType = IdentityType.APPLICATION) public class Feed { @Persistent final String title; @Persistent final String

[appengine-java] SDK 1.3.6 released!

2010-08-17 Thread Ikai L (Google)
Hey guys, This is just a heads up that App Engine SDK version 1.3.6 is officially released! Read more about it here: http://googleappengine.blogspot.com/2010/08/multi-tenancy-support-high-performance_17.html Release notes for Java are below: Version 1.3.6 - August 17, 2010 - Multitenancy is

Re: [appengine-java] Caching feed

2010-08-17 Thread Ikai L (Google)
You want to use App Engine cron: http://code.google.com/appengine/docs/java/config/cron.html On Mon, Aug 16, 2010 at 6:57 PM, HIRAK wrote: > Hi, > I am trying to implement a feed reader of my own using google app > engine. > Now, I dont want to parse the feed xml each time I get a request. >

[appengine-java] Query on list properties not working within unit tests using mock LocalServiceTestHelper datastore.

2010-08-17 Thread Starman
Hello all and thank you for reading this. I am using JPA. I have implemented free text search using list properties (Set). Using the same datastore content (local_db.bin), my free text search is working fine when I run the app, but returns nothing if I run the query in unit tests. I am using Loc

[appengine-java] Caching feed

2010-08-17 Thread HIRAK
Hi, I am trying to implement a feed reader of my own using google app engine. Now, I dont want to parse the feed xml each time I get a request. So there should be some kind of caching of feeds. For caching, I am using the JDO persistencemanager. But I am facing problem, trying to refresh the cach

[appengine-java] connect to non trust server

2010-08-17 Thread Andrei
Can I connect to server from gae over ssl on port 8443, if server uses self signed certificate? Thanks -- 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

[appengine-java] Class XXX has collection field x and this has no mapping in the table for the element class YYY owner field y

2010-08-17 Thread cghersi
Hi to everybody, I'm new to JDO and Google App Engine, and I'm facing a show-stopper problem right now. I've got two classes, TPUser and TPContact, and TPUser has a list of TPContacts. Here there are the code snippets: @PersistenceCapable(identityType = IdentityType.APPLICATION, detachable = "true

Re: [appengine-java] Bulk loader and JPQL query

2010-08-17 Thread Deepika M
I found where I went wrong, I should upload the list values (multi-valued attribute) within double quotes like "1,4" instead of [1,4]. Thanks, Deepika On Fri, Aug 13, 2010 at 6:21 PM, Deepika M wrote: > Ok. Thank you. > > I'd like to know how to upload the list, in a way that can be used as > A

[appengine-java] Re: How can i measure my apps performance in Appstats?

2010-08-17 Thread ingo
Hi Don, thank you so much for the input. It helped me alot to understand what appstats is for. Can anyone tell me how to setup DevAppServer for profiling with an external profiling tool? Normally i just run it from eclipse. I forgot to mention that my server code heavily relies on reflection i.e