Great. Thanks Viktor Klang.
3 Jars (akka_2.8.0-0.10.jar, scala-library.jar and akka-
core_2.8.0-0.10.jar) and I was set.
> > This is mostly interesting for
> > a projects without remote actors I am working on. I've read the boot
> > class [1] from Vasil Remeniuk, which complements his blog post on
> > Actors that instrumentate the registry[2], and wondered if this is
> > enough, or if there is a more traditional way to accomplish this.
>
> Accomplish what?
This. In more words: get started witha minimal akka actor example in
java, with minimal dependencies. For now this suffices. In time I am
planning to set up simple method that sets up actors to accomplish the
canonical map-reduce example (word count), and compare the performance
gains with a equivalent sequential version. If it all goes well, use
it in production.
Thanks a lot,
- Daniel Ribeiro
On Dec 11, 9:19 pm, √iktor Klang <
viktor.kl...@gmail.com> wrote:
> On Sat, Dec 11, 2010 at 11:17 PM, Daniel Ribeiro <
dan...@gmail.com> wrote:
> > Hi,
>
> Hi Daniel,
>
>
>
> > Is it possible to start Akka without the microkernel, as standalone
> > library, without a servelet container?
>
> If you don't use the microkernel or the servlet container, there's really
> nothing you need to start, just add the akka dependencies you need and
> you're done.
>
>
> Cheers,
>
>
>
>
>
> > Refs:
> > [1]
> >
https://github.com/remeniuk/akka-easyscale/blob/master/src/main/scala...
> >
akka-user+...@googlegroups.com<
akka-user%2Bunsu...@googlegroups.com>
> > .
> Work: Scalable Solutions <
http://www.scalablesolutions.se>