Simplify the process of adding new endpoints in the .NET stack
--------------------------------------------------------------

                 Key: STONEHENGE-85
                 URL: https://issues.apache.org/jira/browse/STONEHENGE-85
             Project: Stonehenge
          Issue Type: Wish
            Reporter: Avantika Agrawal
            Priority: Minor


Kent and I have been discussing how complicated the procedue for adding new 
endpoints is (after his experience with adding the METRO endpoints).

Here's just a wish list of ideas we had come up with during a brainstorming 
session:
- Eliminate the multiple mappings of the endpoints and the switch statements 
(this is already done in SH-81)
- Perhaps add a table in the database which stores the port number for each 
stack. Then the services table would only store the relative URLs. This would 
allow a user to change the port number in one centralized location for all of 
DOTNET_OPS, OPSSEC, etc. (this may become tedious when the scope of Stonehenge 
expands and we add other kinds of bindings)

Something like this

PLATFORM      | PORT | HOST
DOTNET_BS   | 9000   | localhost
DOTNET_OPS| 8000   | localhost
PHP                   | 8080   | localhost

This is on the wish-list for now - so it is not high priority unless others 
find it useful.

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

Reply via email to