Return-Path: Delivered-To: apmail-tapestry-dev-archive@www.apache.org Received: (qmail 71527 invoked from network); 7 Dec 2010 01:37:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Dec 2010 01:37:31 -0000 Received: (qmail 17032 invoked by uid 500); 7 Dec 2010 01:37:31 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 16986 invoked by uid 500); 7 Dec 2010 01:37:30 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 16979 invoked by uid 99); 7 Dec 2010 01:37:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Dec 2010 01:37:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Dec 2010 01:37:30 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB71b9sP010840 for ; Tue, 7 Dec 2010 01:37:09 GMT Message-ID: <33269561.13111291685829568.JavaMail.jira@thor> Date: Mon, 6 Dec 2010 20:37:09 -0500 (EST) From: "Howard M. Lewis Ship (JIRA)" To: commits@tapestry.apache.org Subject: [jira] Commented: (TAP5-1364) Documentation about ExtJS integration In-Reply-To: <3104317.114721291530550864.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TAP5-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968532#action_12968532 ] Howard M. Lewis Ship commented on TAP5-1364: -------------------------------------------- The main problem I've seen is the conflict between Prototype's addition of Function.defer() and ExtJS's addition of an incompatible Function.defer(). I go through a tedious and error-prone process of renaming ExtJS's addition to "xdefer". It underscores that you can layer JavaScript, but not always JavaScript Libraries. > Documentation about ExtJS integration > ------------------------------------- > > Key: TAP5-1364 > URL: https://issues.apache.org/jira/browse/TAP5-1364 > Project: Tapestry 5 > Issue Type: Improvement > Components: documentation > Reporter: Borut Bolcina > > Maybe there should be some docs about integrating with other JS libraries at the http://tapestry.apache.org/user-guide.html. Maybe the chapter "Ajax & JavaScript" should be separated. Some clear examples of how to include other js libs would be very helpful. > I saw a very short email on the user list about extjs integration issue (http://tapestry.markmail.org/thread/6zz7zz7ewuzkengv), but I doubt this "hidden" info will be found early enough for someone trying to start with T5 and extjs, before he/she gets in the bad mood. > I am writing this beforehand - I haven't even tried T5 & ExtJS web app yet, but I am doing a field research as what troubles I might have. I just bought a book "ExtJS in action" so there will be plenty of info from the Extjs side, now I wish there would be some from the T5 side also. > Thanks! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.