I have the following data:
User System SubSystem
user1 System1 SubSystem1
user2 System1 SubSystem2
user3 N/A N/A
and i need to be able to determine the system/subsystem tuple from the user. I must be able to add users at any time without rebuilding and redeploying the system
I know the database would be the best option here but I cannot use a database table.
I currently have it mapped using a hash map but i dont want it to be hard coded. I was think ing about using a properties file but i can't visualize how i would implement it. Anyone else have any suggestions?
Not that it matters but i'm using JAVA, on weblogic 10.3