You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2007/11/08 16:51:50 UTC

[jira] Created: (TAPESTRY-1890) Allow Tapestry applications to NOT autoload modules from library

Allow Tapestry applications to NOT autoload modules from library
----------------------------------------------------------------

                 Key: TAPESTRY-1890
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1890
             Project: Tapestry
          Issue Type: Improvement
          Components: tapestry-core
            Reporter: Howard M. Lewis Ship
            Priority: Minor


Once can see circumstances where autoloading of library modules is not desirable: for instance, to use code from a library without using the services in that module.

In that case, there should be an option, a web.xml configuration value, to turn off autoloading of modules.  The application's module can use explicit @SubModule annotations to bring in exactly what's desired.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1890) Allow Tapestry applications to NOT autoload modules from library

Posted by "Paul Cooley (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541073 ] 

Paul Cooley commented on TAPESTRY-1890:
---------------------------------------

The option for autoloading should also be available outside the web.xml configuration so that this can be done in instances where only the IoC is being used (and not the core).

> Allow Tapestry applications to NOT autoload modules from library
> ----------------------------------------------------------------
>
>                 Key: TAPESTRY-1890
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1890
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>
> Once can see circumstances where autoloading of library modules is not desirable: for instance, to use code from a library without using the services in that module.
> In that case, there should be an option, a web.xml configuration value, to turn off autoloading of modules.  The application's module can use explicit @SubModule annotations to bring in exactly what's desired.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1890) Allow Tapestry applications to NOT autoload modules from library

Posted by "Massimo Lusetti (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541077 ] 

Massimo Lusetti commented on TAPESTRY-1890:
-------------------------------------------

Maybe, but if you use it outside you have full control on with modules to pass to the builder...

> Allow Tapestry applications to NOT autoload modules from library
> ----------------------------------------------------------------
>
>                 Key: TAPESTRY-1890
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1890
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>
> Once can see circumstances where autoloading of library modules is not desirable: for instance, to use code from a library without using the services in that module.
> In that case, there should be an option, a web.xml configuration value, to turn off autoloading of modules.  The application's module can use explicit @SubModule annotations to bring in exactly what's desired.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-1890) Allow Tapestry applications to NOT autoload modules from library

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-1890.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.11

> Allow Tapestry applications to NOT autoload modules from library
> ----------------------------------------------------------------
>
>                 Key: TAPESTRY-1890
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1890
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.6
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.11
>
>
> Once can see circumstances where autoloading of library modules is not desirable: for instance, to use code from a library without using the services in that module.
> In that case, there should be an option, a web.xml configuration value, to turn off autoloading of modules.  The application's module can use explicit @SubModule annotations to bring in exactly what's desired.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAPESTRY-1890) Allow Tapestry applications to NOT autoload modules from library

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAPESTRY-1890:
----------------------------------------------

    Assignee: Howard M. Lewis Ship

> Allow Tapestry applications to NOT autoload modules from library
> ----------------------------------------------------------------
>
>                 Key: TAPESTRY-1890
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1890
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.6
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> Once can see circumstances where autoloading of library modules is not desirable: for instance, to use code from a library without using the services in that module.
> In that case, there should be an option, a web.xml configuration value, to turn off autoloading of modules.  The application's module can use explicit @SubModule annotations to bring in exactly what's desired.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1890) Allow Tapestry applications to NOT autoload modules from library

Posted by "Davor Hrg (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541174 ] 

Davor Hrg commented on TAPESTRY-1890:
-------------------------------------

just a reminder,
if multiple modules specify the same submodule, tapestry will break,
I haven't checked this with 5.0.6 though

> Allow Tapestry applications to NOT autoload modules from library
> ----------------------------------------------------------------
>
>                 Key: TAPESTRY-1890
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1890
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>
> Once can see circumstances where autoloading of library modules is not desirable: for instance, to use code from a library without using the services in that module.
> In that case, there should be an option, a web.xml configuration value, to turn off autoloading of modules.  The application's module can use explicit @SubModule annotations to bring in exactly what's desired.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1890) Allow Tapestry applications to NOT autoload modules from library

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-1890:
-------------------------------------------

    Affects Version/s: 5.0.6

> Allow Tapestry applications to NOT autoload modules from library
> ----------------------------------------------------------------
>
>                 Key: TAPESTRY-1890
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1890
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.6
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>
> Once can see circumstances where autoloading of library modules is not desirable: for instance, to use code from a library without using the services in that module.
> In that case, there should be an option, a web.xml configuration value, to turn off autoloading of modules.  The application's module can use explicit @SubModule annotations to bring in exactly what's desired.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org