[
https://issues.apache.org/jira/browse/WINK-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Elman closed WINK-42.
-----------------------------
Resolution: Fixed
Fix Version/s: 0.1
I'm closing this issue.
There are still docs, images and pdfs left, but I think they will be solved as
part of site and documentation issues.
> 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
> Fix For: 0.1
>
>
> 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.