[appengine-java] jsonengine: a JSON storage that requires no server-side coding

2010-09-06 Thread kazunori_279
Hi all, We have created a JSON storage engine called "jsonengine": - http://code.google.com/p/jsonengine/ jsonengine is a simple and ultra-scalable JSON storage that works on Google App Engine. You do not need any server-side Java/Python coding. Just deploy a jsonengine to App Engine cloud w

[appengine-java] s3blazeds: BlazeDS for GAE/J

2010-08-28 Thread kazunori_279
Hi all, I have created a version of BlazeDS which works on GAE/J without applying any patches: s3blazeds: http://code.google.com/p/s3blazeds/ Now you can build a web app with Flash/Flex client + AMF + GAE/J so easily. Any feedback are welcome. Thanks, Kaz -- You received this message bec

[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

[appengine-java] Re: Task queue not starting the action when expected

2010-03-06 Thread kazunori_279
Hi, I've experienced the same phenomenon so that I added a new issue for this: http://code.google.com/p/googleappengine/issues/detail?id=2924 Thanks, Kaz On Feb 26, 8:05 am, Jerome wrote: > Hello, > > We have been using task queues for a few months without problem. We > handle actions that mu

[appengine-java] Re: Flash arcade game GAE based

2010-03-02 Thread kazunori_279
FYI, I always use another messaging server along with appengine, on EC2 or something, which runs a socket relay server or Tornado (Python based long polling server). And I think WebSockets is the way to go for us in future ultimately :) Thanks, Kaz On Mar 3, 7:51 am, kazunori_279 wrote: >

[appengine-java] Re: Flash arcade game GAE based

2010-03-02 Thread kazunori_279
Tim, But isn't it so expensive to use the AMF/HTTP comet technique on the appengine? CPU usage can be extremely high. Or you have to use AMF/ HTTP polling which is not so responsive for gaming. Thanks, Kaz On Mar 2, 7:43 pm, "tsp...@green20now.com" wrote: > Take a look at GraniteDS or other AM