You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Borut Bolcina (JIRA)" <ji...@apache.org> on 2010/12/05 07:29:10 UTC

[jira] Created: (TAP5-1364) Documentation about ExtJS integration

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.


[jira] Commented: (TAP5-1364) Documentation about ExtJS integration

Posted by "Borut Bolcina (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968625#action_12968625 ] 

Borut Bolcina commented on TAP5-1364:
-------------------------------------

In Chapter 1.5.1 of the ExtJS book the author explains the content of the distribution. There is a folder "adapter" and what it does is:

"Contains the ext-base.js, which is the base Ext JS library, which is used for an all-Ext JS
setup. It also contains necessary adapters and supported versions of Prototype, jQuery,
or YUI libraries if you want to use any of those as a base."

And chapter 1.5.3 talks about configuring  ExtJS with other libraries:

<link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all.css" />
<script type="text/javascript" src="extjs/adapter/prototype/prototype.js"></script>
<script type="text/javascript" src="extjs/adapter/prototype/scriptaculous.js?load=effects.js"></script>
<script type="text/javascript" src="extjs/adapter/prototype/ext-prototype-adapter-debug.js"></script>
<script type="text/javascript" src="extjs/ext-all-debug.js"></script>

and follows with:

"As you can see, this is like the generic Ext JS setup with two additional JS files. The Prototype
and Scriptaculous libraries take the place of ext-base, and ext-prototypeadapter.
js maps the external library methods to Ext."

How can this help with T5 integration?

> 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.


[jira] Commented: (TAP5-1364) Documentation about ExtJS integration

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Commented: (TAP5-1364) Documentation about ExtJS integration

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Commented: (TAP5-1364) Documentation about ExtJS integration

Posted by "Borut Bolcina (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968625#action_12968625 ] 

Borut Bolcina commented on TAP5-1364:
-------------------------------------

In Chapter 1.5.1 of the ExtJS book the author explains the content of the distribution. There is a folder "adapter" and what it does is:

"Contains the ext-base.js, which is the base Ext JS library, which is used for an all-Ext JS
setup. It also contains necessary adapters and supported versions of Prototype, jQuery,
or YUI libraries if you want to use any of those as a base."

And chapter 1.5.3 talks about configuring  ExtJS with other libraries:

<link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all.css" />
<script type="text/javascript" src="extjs/adapter/prototype/prototype.js"></script>
<script type="text/javascript" src="extjs/adapter/prototype/scriptaculous.js?load=effects.js"></script>
<script type="text/javascript" src="extjs/adapter/prototype/ext-prototype-adapter-debug.js"></script>
<script type="text/javascript" src="extjs/ext-all-debug.js"></script>

and follows with:

"As you can see, this is like the generic Ext JS setup with two additional JS files. The Prototype
and Scriptaculous libraries take the place of ext-base, and ext-prototypeadapter.
js maps the external library methods to Ext."

How can this help with T5 integration?

> 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.