code separation between components and example
Hi, This code is great, The only dropwizard-openid integration that works fine. Well done.
I was wondering if you were planning to separate the reusable components from the actual implementation for the sample app that you provide. For example User could be an interface for anyone to be able to inject their own model implementation, and the package structure could show some separation between core code and the example app.
I have moved some classes around on my local clone, but I was wondering if you would find it interesting or if you were planning for other people to be able to build on top of this.
Cheers, Alberto.
Thanks for looking at it, and I'm glad it worked - I'll update the project info to that effect.
It is only a rough hack that I knocked together as a quick demo for another project I'm working on. However, you make some good points and if you'd like to offer up a pull request for changes I'd be happy to review it.