Return-Path: Delivered-To: apmail-incubator-click-dev-archive@minotaur.apache.org Received: (qmail 36767 invoked from network); 3 Jul 2009 18:14:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jul 2009 18:14:35 -0000 Received: (qmail 10795 invoked by uid 500); 3 Jul 2009 18:14:45 -0000 Delivered-To: apmail-incubator-click-dev-archive@incubator.apache.org Received: (qmail 10781 invoked by uid 500); 3 Jul 2009 18:14:45 -0000 Mailing-List: contact click-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-dev@incubator.apache.org Received: (qmail 10773 invoked by uid 99); 3 Jul 2009 18:14:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2009 18:14:45 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sabob1@gmail.com designates 209.85.222.184 as permitted sender) Received: from [209.85.222.184] (HELO mail-pz0-f184.google.com) (209.85.222.184) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2009 18:14:33 +0000 Received: by pzk14 with SMTP id 14so376542pzk.32 for ; Fri, 03 Jul 2009 11:14:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=HyPcGR684EvPc8FP0J4Id7eiNYKOSohZL+aA6yDY3W8=; b=vySCWhlsq4mpdxh6aN8AyV4F6dB32BSfIVY5Y/J4SLMNAXB9KF8DyFu4Ckp/QzAoa2 SKc9AzAzi6HcbO1RQo56Lx4UDz9qCSRTGnkZu/kUBYX0BTgxpIeHp+AhTcgMT6KRcdhR inX4OveMO5RFV6v+1Ia8nY8656eTls8h9gZbg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=YhI1bIT5SyeJB6e5/GGQK0tFA09HD6mlN4FbviwAd/QiZy7pA94wqsiu2kIz5oO2Ej QLyrhmgZonROCJzHNp5yP/Y7CvSXm4Q4GsOytVUee6xYF8J2/7UfcZN0fnYeENsKS1EX wFPFJxEROYbc+0+ySCfJ22qFJ74aiJTOw7kSk= Received: by 10.140.193.15 with SMTP id q15mr96946rvf.229.1246644852398; Fri, 03 Jul 2009 11:14:12 -0700 (PDT) Received: from ?10.0.0.101? (dsl-240-143-168.telkomadsl.co.za [41.240.143.168]) by mx.google.com with ESMTPS id k41sm17166470rvb.57.2009.07.03.11.14.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Jul 2009 11:14:10 -0700 (PDT) Message-ID: <4A4E4A73.9010709@gmail.com> Date: Fri, 03 Jul 2009 20:14:11 +0200 From: Bob Schellink User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: click-dev@incubator.apache.org Subject: Re: [VOTE] Release Click 2.1.0-RC1 References: <4A3918F4.7060501@gmail.com> <525d8e10907010433g6bdd0c9flda7a9c35e533baa0@mail.gmail.com> <4A4BA4C8.6070500@gmail.com> <525d8e10907011406o660dbfeek4537701b82d072cf@mail.gmail.com> <4A4BD157.70003@gmail.com> <525d8e10907011437h5539825bx8e8636c1f22b2e99@mail.gmail.com> <4A4BDE6E.7000408@gmail.com> <249f7ad0907020838r76ff4a31o517c174b575855bb@mail.gmail.com> <4A4CE68F.8010905@gmail.com> In-Reply-To: <4A4CE68F.8010905@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org There is bug in Google App Engine[1] which prevents Serialization of certain Collection classes. In particular HashMap. This has the effect that stateful Pages doesn't work in GAE because Page contains a Map model object. Stateless Pages work fine though. Hope they get this resolved quickly. [1]: http://code.google.com/p/googleappengine/issues/detail?id=1290 bob Bob Schellink wrote: > Hi Ted, > > Ted Husted wrote: >> Bob, >> >> Do you have this checked-in anyplace? I'd love to take a look a the WIP. > > > I've been doing some prototype work with Click, Ajax and JQuery which is > hosted here: > > http://code.google.com/p/clickclick/ > > Currently its a bit of a pain to setup because the project depends on > Click 2.1.0 which haven't been released yet. > > The live demo running on GAE can be seen here: > http://clickclick-jquery.appspot.com > > The demo is really just a bunch of prototypes on how to integrate Click > and jQuery so don't expect too much. > > Over the weekend I plan to do a couple of tests with Cayenne and GAE's JPA. > > kind regards > > bob >