Skip to content

Feature: Settings #12

Open
Open
@oxplay2

Description

@oxplay2

As discussed, we need to desgin a way to pass Monkey-Netty Settings.

There are multiple ways like:

  • Use JME AppSettings
    Disadvantage with this solution is that someone would not know that he can configure it there, unless he will read Monkey-Netty wiki.

  • use Java Properties
    Its String->String, instead String->Object so IMO bad solution for this one.

  • use own HashMap Settings class utility
    Disadvantage that we need additional class instead of using ready2use solutions.

Im not sure what would be your decision, but for me options 1 and 3 are fine.
If you have more options for Settings, please tell

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureUse when having a awesome idea

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions