Return-Path: Delivered-To: apmail-incubator-isis-dev-archive@minotaur.apache.org Received: (qmail 67065 invoked from network); 7 Apr 2011 14:13:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2011 14:13:59 -0000 Received: (qmail 58333 invoked by uid 500); 7 Apr 2011 14:13:59 -0000 Delivered-To: apmail-incubator-isis-dev-archive@incubator.apache.org Received: (qmail 58300 invoked by uid 500); 7 Apr 2011 14:13:59 -0000 Mailing-List: contact isis-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-dev@incubator.apache.org Received: (qmail 58292 invoked by uid 99); 7 Apr 2011 14:13:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 14:13:59 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [173.193.5.181] (HELO server27.01domain.net) (173.193.5.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 14:13:54 +0000 Received: from localhost.localdomain ([127.0.0.1] helo=webmail.kmz.co.za) by server27.01domain.net with esmtpa (Exim 4.69) (envelope-from ) id 1Q7pxl-0003fe-8r for isis-dev@incubator.apache.org; Thu, 07 Apr 2011 09:13:33 -0500 Received: from 41.160.19.166 ([41.160.19.166]) (proxying for 41.160.19.166) (SquirrelMail authenticated user kevin@kmz.co.za) by webmail.kmz.co.za with HTTP; Thu, 7 Apr 2011 16:13:33 +0200 Message-ID: <852effc1c0a2b26664f46a000fd8d22f.squirrel@webmail.kmz.co.za> Date: Thu, 7 Apr 2011 16:13:33 +0200 Subject: AJAX in HTML viewers,, From: "Kevin Meyer" To: "Isis Dev" User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server27.01domain.net X-AntiAbuse: Original Domain - incubator.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - kmz.co.za X-Source: X-Source-Args: X-Source-Dir: I was talking to a vendor rep this morning who is considering re-implementing their product. Naturally, I'm suggesting they use Isis (and focus their efforts on the business domain layer). One question that was raised was: how does Isis HTML-based viewers handle 1) auto-completion / suggestions in fields and 2) altering remaining content based on prior content values? For (1), this smacks of Ajax? [1] For (2), the UI should disable certain remaining fields if, for example, a prior field is set to "false" (checkbox cleared). I realise that this means shunting some "isDisabled"-type checks into script in the UI, and not relying on the metamodel(?) / framework.. I suggested that in this case, the information would have to be captured over multiple "pages", as the business logic is exercised...? Dan - sounds like your "process wizard" (?) as referenced in your book... [1] http://www.wicket-library.com/wicket-examples/ajax/choice?1