Re: Detect and warn of poor internet connection

2016-05-06 Thread JumpStart
Thank you Felix. I will look into that. > On 3 May 2016, at 5:43 PM, Felix Gonschorek wrote: > > HI Geoff, > > we successfuly used Offline ( https://github.com/hubspot/offline ) to > support that in our apps. > > Cheers > Felix > > 2016-05-03 10:52 GMT+02:00 JumpStart

What pattern to use for service disambiguation based on String input?

2016-05-06 Thread Rafael Bugajewski
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,