Return-Path: Delivered-To: apmail-wicket-dev-archive@www.apache.org Received: (qmail 79457 invoked from network); 2 Oct 2009 21:11:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Oct 2009 21:11:39 -0000 Received: (qmail 54440 invoked by uid 500); 2 Oct 2009 21:11:39 -0000 Delivered-To: apmail-wicket-dev-archive@wicket.apache.org Received: (qmail 54405 invoked by uid 500); 2 Oct 2009 21:11:39 -0000 Mailing-List: contact dev-help@wicket.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@wicket.apache.org Delivered-To: mailing list dev@wicket.apache.org Received: (qmail 54392 invoked by uid 99); 2 Oct 2009 21:11:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2009 21:11:39 +0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [66.111.4.25] (HELO out1.smtp.messagingengine.com) (66.111.4.25) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2009 21:11:28 +0000 Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 93E1B78E1E for ; Fri, 2 Oct 2009 17:11:06 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 02 Oct 2009 17:11:06 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:from:to:subject:message-id:in-reply-to:references:mime-version:content-type:content-transfer-encoding; s=smtpout; bh=b334oWxu8gLYWVIuO0S+lFuKnzc=; b=Cz0Z+Urnt+TkIlGytg17Tbho0Blcja1khao6XhdOE8HaePAw+PrilDVAEt2nR7kvqoSuRXzXA5I2wdcxGyo8S+KEVjOLHzZBA2Pyr9lDUQjV2ODuqGCN3eNNImxf8fida72NW0W8WkYCYoT9+m6ui+OLd/0Fpb1+ko0flGFLdmg= X-Sasl-enc: 9ZIXuOViBeYpTI7W50m8kSXbCt0aqdQsYMm9OQ8NHSFR 1254517866 Received: from gutenbook (DSL01.83.171.188.36.ip-pool.NEFkom.net [83.171.188.36]) by mail.messagingengine.com (Postfix) with ESMTPSA id 06F4C1B3FD for ; Fri, 2 Oct 2009 17:11:05 -0400 (EDT) Date: Fri, 2 Oct 2009 23:10:58 +0200 From: Carl-Eric Menzel To: dev@wicket.apache.org Subject: Re: [wicket 1.5] removing page version manager Message-ID: <20091002231058.6f16c2a4@gutenbook> In-Reply-To: <23eb48360910021403n51a98129sca687aaadcafece6@mail.gmail.com> References: <23eb48360910021403n51a98129sca687aaadcafece6@mail.gmail.com> X-Mailer: Claws Mail 3.6.1 (GTK+ 2.16.1; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Fri, 2 Oct 2009 14:03:05 -0700 Igor Vaynberg wrote: > can we yank ipageversionmanager and ichange out of 1.5? it has always > been broken because no one implements ichange objects to keep the page > state consistent. How exactly is it broken? Just that nobody uses it, or that it actually doesn't work, or causes more headaches than it's worth? > the downside is that if someone is using httpsessionstore they will > take a bigger hit on session usage because every version is serialized > in its entirety. the up side is that it will actually work and the > code can be vastly simplified. > > any concerns? Only that I've just written a few pages about how to use it, for our book ;-) Carl-Eric