You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Michael Elman (JIRA)" <ji...@apache.org> on 2009/07/06 12:48:15 UTC

[jira] Updated: (WINK-42) Rename init-params, classes and files to eliminate "symphony"

     [ https://issues.apache.org/jira/browse/WINK-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Elman updated WINK-42:
------------------------------

    Description: 
The servlet init-params should not start with "Symphony". Actually init-params should be unique within a servlet, so they may not have a project name prefix. So the changes will be:

{code}
symphony.propertiesLocation - > propertiesLocation
symphony.applicationConfigLocation - > applicationConfigLocation
symphony.deploymentConfiguration - > deploymentConfiguration
symphony.requestProcessorAttribute -> requestProcessorAttribute
{code}

In addition we need to change all classes and other resources that include the word "Symphony":

*Classes:*
{code}
AbstractSymphonyServlet -> AbstractRestServlet
SymphonyApplication -> WinkApplication
ServletSymphonyApplication ->ServletWinkApplication
SimpleSymphonyApplication -> SimpleWinkApplication
{code}
*Unit Tests:*
{code}
SymphonyApplicationMock
ServletSymphonyApplicationTest
SimpleSymphonyApplicationTest
{code}
*Other resources:*
{code}
symphony.app -> wink-providers
configuration-default.properties -> wink-default.properties
symphonyCoreContext-server.xml
symphony_hp.css -> wink-default.css
symphony-alternateShortcutsMap.properties -> wink-alternate-shortcuts.properties
symphonyCoreContext-server.xml -> wink-core-context.xml
{code}

there are also pdfs, docs, jpgs...

  was:
The servlet init-params should not start with "Symphony". Actually init-params should be unique within a servlet, so they may not have a project name prefix. So the changes will be:

{code}
symphony.propertiesLocation - > propertiesLocation
symphony.applicationConfigLocation - > applicationConfigLocation
symphony.deploymentConfiguration - > deploymentConfiguration 
{code}

In addition we need to change all classes and other resources that include the word "Symphony":

*Classes:*
{code}
    AbstractSymphonyServlet
    ServletSymphonyApplication
    SimpleSymphonyApplication
    SymphonyApplication
{code}
*Unit Tests:*
{code}
    SymphonyApplicationMock
    ServletSymphonyApplicationTest
    SimpleSymphonyApplicationTest
{code}
*Other resources:*
{code}
   symphony.app
   symphonyCoreContext-server.xml
   symphony_hp.css
{code}

there are also pdf, docs, jpgs...

        Summary: Rename init-params, classes and files to eliminate "symphony"  (was: Rename servlet's init-param to start with wink instead of symphony)

> Rename init-params, classes and files to eliminate "symphony"
> -------------------------------------------------------------
>
>                 Key: WINK-42
>                 URL: https://issues.apache.org/jira/browse/WINK-42
>             Project: Wink
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.1
>            Reporter: Michael Elman
>            Assignee: Michael Elman
>
> The servlet init-params should not start with "Symphony". Actually init-params should be unique within a servlet, so they may not have a project name prefix. So the changes will be:
> {code}
> symphony.propertiesLocation - > propertiesLocation
> symphony.applicationConfigLocation - > applicationConfigLocation
> symphony.deploymentConfiguration - > deploymentConfiguration
> symphony.requestProcessorAttribute -> requestProcessorAttribute
> {code}
> In addition we need to change all classes and other resources that include the word "Symphony":
> *Classes:*
> {code}
> AbstractSymphonyServlet -> AbstractRestServlet
> SymphonyApplication -> WinkApplication
> ServletSymphonyApplication ->ServletWinkApplication
> SimpleSymphonyApplication -> SimpleWinkApplication
> {code}
> *Unit Tests:*
> {code}
> SymphonyApplicationMock
> ServletSymphonyApplicationTest
> SimpleSymphonyApplicationTest
> {code}
> *Other resources:*
> {code}
> symphony.app -> wink-providers
> configuration-default.properties -> wink-default.properties
> symphonyCoreContext-server.xml
> symphony_hp.css -> wink-default.css
> symphony-alternateShortcutsMap.properties -> wink-alternate-shortcuts.properties
> symphonyCoreContext-server.xml -> wink-core-context.xml
> {code}
> there are also pdfs, docs, jpgs...

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