Skip to content

bean names should not be meaningful #94

@egh

Description

@egh

It seems that it is not a good idea to use the bean name in spring to provide configuration. This is an issue with accesspoints: the configuration,

<bean name="8080:wayback" class="org.archive.wayback.webapp.AccessPoint">

means, I believe, that the accesspoint should use port 8080 and the path /wayback/. The bean name should not have any bearing on the configuration of the access point.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions