Hello, I use tapestry-ioc in a Jersey JAX-RS application to access my Tapestry services. I have a LicenseService that generates a software license with the help of another service. This LicenseGeneratorService has implementations for different products Product1LicenseGeneratorServiceImpl, Product2LicenseGeneratorServiceImpl, ….
Based on a String input parameter I want tapestry-ioc to let the LicenseServiceImpl use the correct LicenseGeneratorService implementation. What’s the cleanest way / pattern to approach this problem with the help of tapestry-ioc? Best, Rafael --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org