You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2011/03/28 20:30:06 UTC

[jira] [Created] (TAP5-1485) Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml

Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml
---------------------------------------------------------------------------------------------------------------

                 Key: TAP5-1485
                 URL: https://issues.apache.org/jira/browse/TAP5-1485
             Project: Tapestry 5
          Issue Type: Improvement
          Components: quickstart
    Affects Versions: 5.3.0
            Reporter: Howard M. Lewis Ship


It's a good practice to have a general AppModule, plus additional module(s) for setup restricted to actual production, and an alternate module for overrides needed during development and testing. The support for this, execution modes, was adding in 5.2.  More documentation would be nice, as would an enhanced quickstart archetype that shows how those modes would operation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (TAP5-1485) Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml

Posted by "Massimo Lusetti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Massimo Lusetti resolved TAP5-1485.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3

> Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1485
>                 URL: https://issues.apache.org/jira/browse/TAP5-1485
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: quickstart
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Massimo Lusetti
>             Fix For: 5.3
>
>         Attachments: quickstart.patch
>
>
> It's a good practice to have a general AppModule, plus additional module(s) for setup restricted to actual production, and an alternate module for overrides needed during development and testing. The support for this, execution modes, was adding in 5.2.  More documentation would be nice, as would an enhanced quickstart archetype that shows how those modes would operation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1485) Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml

Posted by "Massimo Lusetti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Massimo Lusetti reassigned TAP5-1485:
-------------------------------------

    Assignee: Massimo Lusetti

> Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1485
>                 URL: https://issues.apache.org/jira/browse/TAP5-1485
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: quickstart
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Massimo Lusetti
>         Attachments: quickstart.patch
>
>
> It's a good practice to have a general AppModule, plus additional module(s) for setup restricted to actual production, and an alternate module for overrides needed during development and testing. The support for this, execution modes, was adding in 5.2.  More documentation would be nice, as would an enhanced quickstart archetype that shows how those modes would operation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TAP5-1485) Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml

Posted by "Emmanuel DEMEY (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel DEMEY updated TAP5-1485:
---------------------------------

    Attachment: quickstart.patch

> Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1485
>                 URL: https://issues.apache.org/jira/browse/TAP5-1485
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: quickstart
>    Affects Versions: 5.3.0
>            Reporter: Howard M. Lewis Ship
>         Attachments: quickstart.patch
>
>
> It's a good practice to have a general AppModule, plus additional module(s) for setup restricted to actual production, and an alternate module for overrides needed during development and testing. The support for this, execution modes, was adding in 5.2.  More documentation would be nice, as would an enhanced quickstart archetype that shows how those modes would operation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TAP5-1485) Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml

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

Hudson commented on TAP5-1485:
------------------------------

Integrated in tapestry-trunk-freestyle #512 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/512/])
    TAP5-1485 Makes the symbol value a constant
TAP5-1485 Specify two execution modes in the quickstart, Development and Qa

mlusetti : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1167259
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/TapestryFilter.java

mlusetti : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1167258
Files : 
* /tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/pom.xml
* /tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/AppModule.java
* /tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/DevelopmentModule.java
* /tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/QaModule.java
* /tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/webapp/WEB-INF/web.xml


> Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1485
>                 URL: https://issues.apache.org/jira/browse/TAP5-1485
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: quickstart
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Massimo Lusetti
>             Fix For: 5.3
>
>         Attachments: quickstart.patch
>
>
> It's a good practice to have a general AppModule, plus additional module(s) for setup restricted to actual production, and an alternate module for overrides needed during development and testing. The support for this, execution modes, was adding in 5.2.  More documentation would be nice, as would an enhanced quickstart archetype that shows how those modes would operation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1485) Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml

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

Hudson commented on TAP5-1485:
------------------------------

Integrated in tapestry-trunk-freestyle #512 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/512/])
    TAP5-1485 Makes the symbol value a constant
TAP5-1485 Specify two execution modes in the quickstart, Development and Qa

mlusetti : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1167259
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/TapestryFilter.java

mlusetti : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1167258
Files : 
* /tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/pom.xml
* /tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/AppModule.java
* /tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/DevelopmentModule.java
* /tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/java/services/QaModule.java
* /tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/webapp/WEB-INF/web.xml


> Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1485
>                 URL: https://issues.apache.org/jira/browse/TAP5-1485
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: quickstart
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Massimo Lusetti
>             Fix For: 5.3
>
>         Attachments: quickstart.patch
>
>
> It's a good practice to have a general AppModule, plus additional module(s) for setup restricted to actual production, and an alternate module for overrides needed during development and testing. The support for this, execution modes, was adding in 5.2.  More documentation would be nice, as would an enhanced quickstart archetype that shows how those modes would operation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1485) Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml

Posted by "Massimo Lusetti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Massimo Lusetti reassigned TAP5-1485:
-------------------------------------

    Assignee: Massimo Lusetti

> Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1485
>                 URL: https://issues.apache.org/jira/browse/TAP5-1485
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: quickstart
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Massimo Lusetti
>         Attachments: quickstart.patch
>
>
> It's a good practice to have a general AppModule, plus additional module(s) for setup restricted to actual production, and an alternate module for overrides needed during development and testing. The support for this, execution modes, was adding in 5.2.  More documentation would be nice, as would an enhanced quickstart archetype that shows how those modes would operation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TAP5-1485) Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml

Posted by "Emmanuel DEMEY (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel DEMEY updated TAP5-1485:
---------------------------------

    Attachment: quickstart.patch

> Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1485
>                 URL: https://issues.apache.org/jira/browse/TAP5-1485
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: quickstart
>    Affects Versions: 5.3.0
>            Reporter: Howard M. Lewis Ship
>         Attachments: quickstart.patch
>
>
> It's a good practice to have a general AppModule, plus additional module(s) for setup restricted to actual production, and an alternate module for overrides needed during development and testing. The support for this, execution modes, was adding in 5.2.  More documentation would be nice, as would an enhanced quickstart archetype that shows how those modes would operation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (TAP5-1485) Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml

Posted by "Massimo Lusetti (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Massimo Lusetti resolved TAP5-1485.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3

> Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1485
>                 URL: https://issues.apache.org/jira/browse/TAP5-1485
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: quickstart
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Massimo Lusetti
>             Fix For: 5.3
>
>         Attachments: quickstart.patch
>
>
> It's a good practice to have a general AppModule, plus additional module(s) for setup restricted to actual production, and an alternate module for overrides needed during development and testing. The support for this, execution modes, was adding in 5.2.  More documentation would be nice, as would an enhanced quickstart archetype that shows how those modes would operation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1485) Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml

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

Emmanuel DEMEY commented on TAP5-1485:
--------------------------------------

This patch adds two new Modules : ProductionModeModule and DevelopmentModeModule. And I created 2 web.xml context-param : tapestry.production-modules (the default param) and tapestry.DevelopmentMode-modules .

If you have any suggestions, please do not hesitate!

Emmanuel

> Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1485
>                 URL: https://issues.apache.org/jira/browse/TAP5-1485
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: quickstart
>    Affects Versions: 5.3.0
>            Reporter: Howard M. Lewis Ship
>         Attachments: quickstart.patch
>
>
> It's a good practice to have a general AppModule, plus additional module(s) for setup restricted to actual production, and an alternate module for overrides needed during development and testing. The support for this, execution modes, was adding in 5.2.  More documentation would be nice, as would an enhanced quickstart archetype that shows how those modes would operation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TAP5-1485) Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml

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

Emmanuel DEMEY commented on TAP5-1485:
--------------------------------------

This patch adds two new Modules : ProductionModeModule and DevelopmentModeModule. And I created 2 web.xml context-param : tapestry.production-modules (the default param) and tapestry.DevelopmentMode-modules .

If you have any suggestions, please do not hesitate!

Emmanuel

> Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1485
>                 URL: https://issues.apache.org/jira/browse/TAP5-1485
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: quickstart
>    Affects Versions: 5.3.0
>            Reporter: Howard M. Lewis Ship
>         Attachments: quickstart.patch
>
>
> It's a good practice to have a general AppModule, plus additional module(s) for setup restricted to actual production, and an alternate module for overrides needed during development and testing. The support for this, execution modes, was adding in 5.2.  More documentation would be nice, as would an enhanced quickstart archetype that shows how those modes would operation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira