Re: Guice for platform modules

2013-09-03 Thread Cédric Beust ♔
On Thu, Aug 29, 2013 at 8:08 AM, Adrian Wilkins wrote: What I didn't see watching the videos or reading anything I've found so far > is the best practise for using modules without referring to them directly ; > I don't want my main build to depend on the Windows versions of the > modules, I just

Re: Guice for platform modules

2013-09-03 Thread Sam Berlin
On Thu, Aug 29, 2013 at 11:08 AM, Adrian Wilkins wrote: > Ok, so my situation is that I have a rich-client Java app that I want to > run on Windows, Mac, and Linux > > The original code for this unfortunately has some horrible > platform-specifisms. > >- The code that works out where the user

Guice for platform modules

2013-09-03 Thread Adrian Wilkins
Ok, so my situation is that I have a rich-client Java app that I want to run on Windows, Mac, and Linux The original code for this unfortunately has some horrible platform-specifisms. - The code that works out where the user configuration is - This isn't too hard to do with a condition