Skip to content
Advertisement

Tag: ab-testing

best ways to dynamically load config in java?

i am designing a web service in java where i need to do a sort of AB testing with requests in java. Basically I’m looking for ways to easily configure parameters which will be dynamically loaded by a request handler to determine the code path based on config values. for example, let’s say i need to get some data either

Advertisement