Sure, the "Getting Started (java)" page in the documentation details all the maveney goodness you could ever want:
http://akka.io/docs/akka/2.0-M2/intro/getting-started-first-java.html#getting-started-first-java And the overall content page for the M2 documentation: http://akka.io/docs/akka/2.0-M2/ It's also worth signing up to the user group, then you can easily report any bugs that crop up whilst you're kicking the types (it *is* a milestone, after all). The focus is mostly Scala-centric, but folk will happy field questions about the Java API as well: https://groups.google.com/forum/?hl=en#!forum/akka-user On 3 January 2012 12:21, Fabrizio Giudici <[email protected]>wrote: > On Tue, 03 Jan 2012 12:47:12 +0100, Kevin Wright <[email protected]> > wrote: > > What version of Akka are you evaluating, and what's your time to market? >> >> If it's far enough away, your best bet is to look at the M2 release of >> Akka >> 2.0. In particular, the Event Bus: >> >> http://akka.io/docs/akka/2.0-**M2/java/event-bus.html<http://akka.io/docs/akka/2.0-M2/java/event-bus.html> >> >> I wish I could tell you a final release date, but we're at milestones >> already and I know the guys are working flat out in the thing. I'd also >> be >> very surprised if it wasn't done and dusted by April at the absolute >> latest; in time for ScalaDays 2012. >> > > This looks great, I didn't spot that page. It's very similar to the > interface of the stuff I've internally developed (a very rough stuff) and > I'd like to get rid of. > > For the timing, it could be ok. I don't have a strict deadline, actors is > part of the stuff I'd like to push to my customers this year, and I don't > know whether they will accept it or not. So the thing is "sooner is > better"... is there some alpha/beta code that can be tried now? > > > > > -- > Fabrizio Giudici - Java Architect, Project Manager > Tidalwave s.a.s. - "We make Java work. Everywhere." > [email protected] > http://tidalwave.it - http://fabriziogiudici.it > -- Kevin Wright mail: [email protected] gtalk / msn : [email protected] quora: http://www.quora.com/Kevin-Wright google+: http://gplus.to/thecoda <[email protected]> twitter: @thecoda vibe / skype: kev.lee.wright steam: kev_lee_wright "My point today is that, if we wish to count lines of code, we should not regard them as "lines produced" but as "lines spent": the current conventional wisdom is so foolish as to book that count on the wrong side of the ledger" ~ Dijkstra -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
