Re: Splitting client code

2012-12-17 Thread David Arthur
On 12/17/12 6:05 AM, ben fleis wrote: As a somewhat related follow up, what are the team's intentions wrt releasing jar files, period? I see source tarballs, but no precompiled, ready-to-run jars in the download section. Is this in the roadmap, easily obtained, etc? For some deployment (like m

Re: Splitting client code

2012-12-17 Thread ben fleis
As a somewhat related follow up, what are the team's intentions wrt releasing jar files, period? I see source tarballs, but no precompiled, ready-to-run jars in the download section. Is this in the roadmap, easily obtained, etc? For some deployment (like mine, where my client is in another langu

Re: Splitting client code

2012-12-14 Thread Jay Kreps
Definitely no plans in 0.8, we are trying to get it out the door so we really want to change as little as possible. We haven't had huge discussions around 0.9 yet, but some of us have had an interest in simplifying the client implementation. To me this would mean (1) move the consumer co-ordinatio

Splitting client code

2012-12-14 Thread David Arthur
Seems to be a commonly discussed topic. What do people thing about this? Are there any plans for it in 0.8? When I've done stuff like this in the past for projects, it's been a combination of reorganizing code and configuring a build tool like Ivy using sub-modules. Does sbt support modules in