Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
ANN: Akka 0.6 is released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  19 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jonas Bonér  
View profile  
 More options Jan 5 2010, 8:33 am
From: Jonas Bonér <jo...@jonasboner.com>
Date: Tue, 5 Jan 2010 14:33:03 +0100
Local: Tues, Jan 5 2010 8:33 am
Subject: ANN: Akka 0.6 is released

Hi.

I am proud to announce the release of Akka 0.6. It is a major release in
many ways.
Many people have made this happen. Especially the great
team<http://doc.akkasource.org/team> but
also many of the users on the mailing list.
Thank you all.

Download Akka 0.6
here<http://cloud.github.com/downloads/jboner/akka/akka-0.6.zip>
.

The full release notes is available at
here<http://doc.akkasource.org/release-notes>,
but here is a summary of the highlights.

   - New STM impl with a declarative, a high-order fun and a monadic API
   - New persistence module backends; Redis, Cassandra, MongoDB, works with
   STM
   - Much improved performance; Akka is now 2-3 times faster than Scala
   Actors (both event and thread-based) in
   http://shootout.alioth.debian.org/ benchmark.
   - Much improved memory footprint; an Actor consumes ~600 bytes, can now
   create 6.5 million on 4 G RAM
   - Much improved Remote Actors; reconnect, compression, implicit sender,
   supervision across nodes etc.
   - Comet bindings for Actors
   - REST bindings for Actors
   - Cluster Membership protocol; nodes find each other automatically,
   simple API
   - Security module; HTTP digest and Kerberos
   - Many new Serializers; SBinary, JSON, Protobuf etc.
   - AMQP integration
   - Lift integration
   - Spring integration (in progress)
   - Guice integration
   - Microkernel

New home at http://akkasource.org
<http://akkasource.org>New docs at http://doc.akkasource.org
New tutorial at http://jonasboner.com/2010/01/04/introducing-akka.html

Feedback is most welcome. Join the mailing list and help us make it better.

Thanks.
--
Jonas Bonér

twitter: @jboner
blog:    http://jonasboner.com
work:   http://scalablesolutions.se
code:   http://github.com/jboner
code:   http://akkasource.org
also:    http://letitcrash.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Debasish Ghosh  
View profile  
 More options Jan 5 2010, 8:36 am
From: Debasish Ghosh <ghosh.debas...@gmail.com>
Date: Tue, 5 Jan 2010 19:06:29 +0530
Local: Tues, Jan 5 2010 8:36 am
Subject: Re: [akka-user] ANN: Akka 0.6 is released

Great job Jonas!

- Debasish

--
Debasish Ghosh
http://manning.com/ghosh

Twttr: @debasishg
Blog: http://debasishg.blogspot.com
Code: http://github.com/debasishg


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonas Bonér  
View profile  
 More options Jan 5 2010, 8:39 am
From: Jonas Bonér <jbo...@gmail.com>
Date: Tue, 5 Jan 2010 14:39:58 +0100
Local: Tues, Jan 5 2010 8:39 am
Subject: Re: [akka-user] ANN: Akka 0.6 is released

Thanks.
Great job Debasish!! :-)

2010/1/5 Debasish Ghosh <ghosh.debas...@gmail.com>

--
Jonas Bonér

twitter: @jboner
blog:    http://jonasboner.com
work:   http://scalablesolutions.se
code:   http://github.com/jboner
code:   http://akkasource.org
also:    http://letitcrash.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Viktor Klang  
View profile  
 More options Jan 5 2010, 8:41 am
From: Viktor Klang <viktor.kl...@gmail.com>
Date: Tue, 5 Jan 2010 14:41:11 +0100
Local: Tues, Jan 5 2010 8:41 am
Subject: Re: [akka-user] ANN: Akka 0.6 is released

Wohoo!

Great job guys!

Beers for all!

--
Viktor Klang
| "A complex system that works is invariably
| found to have evolved from a simple system
| that worked." - John Gall

Blog: klangism.blogspot.com
Twttr: twitter.com/viktorklang
Code: github.com/viktorklang


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zach Cox  
View profile  
 More options Jan 5 2010, 9:08 am
From: Zach Cox <zcox...@gmail.com>
Date: Tue, 5 Jan 2010 06:08:50 -0800 (PST)
Local: Tues, Jan 5 2010 9:08 am
Subject: Re: ANN: Akka 0.6 is released
Congrats on the release, guys!  Is Akka 0.6 available in any public
Maven repositories?

On Jan 5, 8:41 am, Viktor Klang <viktor.kl...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonas Bonér  
View profile  
 More options Jan 5 2010, 9:20 am
From: Jonas Bonér <jbo...@gmail.com>
Date: Tue, 5 Jan 2010 15:20:41 +0100
Local: Tues, Jan 5 2010 9:20 am
Subject: Re: [akka-user] Re: ANN: Akka 0.6 is released

2010/1/5 Zach Cox <zcox...@gmail.com>

> Congrats on the release, guys!  Is Akka 0.6 available in any public
> Maven repositories?

Thanks. We are trying to get it in to scala-tools.org.
But I could perhaps throw up a Maven repo at scalablesolutions.se for now.
I'll do that later today.

--
Jonas Bonér

twitter: @jboner
blog:    http://jonasboner.com
work:   http://scalablesolutions.se
code:   http://github.com/jboner
code:   http://akkasource.org
also:    http://letitcrash.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zach Cox  
View profile  
 More options Jan 5 2010, 9:26 am
From: Zach Cox <zcox...@gmail.com>
Date: Tue, 5 Jan 2010 09:26:28 -0500
Local: Tues, Jan 5 2010 9:26 am
Subject: Re: [akka-user] Re: ANN: Akka 0.6 is released
Thanks Jonas, no rush!  Just thinking that long-term, throwing a
couple deps in a pom is easier than downloading & mvn installing the
entire code base.  :)  Which I'm doing right now since I'm really
excited to start learning about Akka.

Also - thanks for writing the Introducing Akka post, it's a great way
for n00bs like me to get started.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sébastien Pierre  
View profile  
 More options Jan 5 2010, 9:37 am
From: Sébastien Pierre <sebastien.pie...@gmail.com>
Date: Tue, 5 Jan 2010 09:37:36 -0500
Local: Tues, Jan 5 2010 9:37 am
Subject: Re: [akka-user] Re: ANN: Akka 0.6 is released

Hi there,

Does anybody managed to compile this release with Maven ? When I do a "mvn
package" I get 3 missing artifacts

1) sbinary:sbinary:jar:0.3
2) voldemort.store.compress:h2-lzf:jar:1.0
3) sjson.json:sjson:jar:0.3

Is there a single .jar file with all the dependencies that could be found
somewhere ?

 -- Sébastien


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eckart Hertzler  
View profile  
 More options Jan 5 2010, 9:41 am
From: Eckart Hertzler <eck...@hertzler.de>
Date: Tue, 5 Jan 2010 15:41:55 +0100
Local: Tues, Jan 5 2010 9:41 am
Subject: Re: [akka-user] ANN: Akka 0.6 is released

Congratulations!

(and many happy returns)

Eckart

Am Dienstag, 5. Januar 2010 14:33:03 schrieb Jonas Bonér:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonas Bonér  
View profile  
 More options Jan 5 2010, 9:42 am
From: Jonas Bonér <jbo...@gmail.com>
Date: Tue, 5 Jan 2010 15:42:19 +0100
Local: Tues, Jan 5 2010 9:42 am
Subject: Re: [akka-user] Re: ANN: Akka 0.6 is released

Hi.

They are in the distribution/embedded-repo in the the embedded maven
repository.
Just do the following:
* Set AKKA_HOME to the root of the dist
* Invoke 'maven install'

Let me know if that doesn't work

/Jonas

2010/1/5 Sébastien Pierre <sebastien.pie...@gmail.com>

--
Jonas Bonér

twitter: @jboner
blog:    http://jonasboner.com
work:   http://scalablesolutions.se
code:   http://github.com/jboner
code:   http://akkasource.org
also:    http://letitcrash.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Viktor Klang  
View profile  
 More options Jan 5 2010, 9:42 am
From: Viktor Klang <viktor.kl...@gmail.com>
Date: Tue, 5 Jan 2010 15:42:19 +0100
Local: Tues, Jan 5 2010 9:42 am
Subject: Re: [akka-user] Re: ANN: Akka 0.6 is released

Hi,

you should try do a "mvn clean install" in the $AKKA_HOME dir.

Does that help?

2010/1/5 Sébastien Pierre <sebastien.pie...@gmail.com>

--
Viktor Klang
| "A complex system that works is invariably
| found to have evolved from a simple system
| that worked." - John Gall

Blog: klangism.blogspot.com
Twttr: twitter.com/viktorklang
Code: github.com/viktorklang


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zach Cox  
View profile  
 More options Jan 5 2010, 9:43 am
From: Zach Cox <zcox...@gmail.com>
Date: Tue, 5 Jan 2010 09:43:36 -0500
Local: Tues, Jan 5 2010 9:43 am
Subject: Re: [akka-user] Re: ANN: Akka 0.6 is released
I did mvn install -Dmaven.skip.test=true, as suggested in
http://jonasboner.com/2010/01/04/introducing-akka.html, and it
generated a 27MB .jar which I assume has all dependencies.

2010/1/5 Sébastien Pierre <sebastien.pie...@gmail.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonas Bonér  
View profile  
 More options Jan 5 2010, 9:46 am
From: Jonas Bonér <jbo...@gmail.com>
Date: Tue, 5 Jan 2010 15:46:29 +0100
Local: Tues, Jan 5 2010 9:46 am
Subject: Re: [akka-user] Re: ANN: Akka 0.6 is released

2010/1/5 Zach Cox <zcox...@gmail.com>

> I did mvn install -Dmaven.skip.test=true, as suggested in
> http://jonasboner.com/2010/01/04/introducing-akka.html, and it
> generated a 27MB .jar which I assume has all dependencies.

Right. This JAR is both the microkernel (start with 'java -jar
akka-0.6.jar') and the lib to use in whatever app you want.

--
Jonas Bonér

twitter: @jboner
blog:    http://jonasboner.com
work:   http://scalablesolutions.se
code:   http://github.com/jboner
code:   http://akkasource.org
also:    http://letitcrash.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeanfrancois Arcand  
View profile  
 More options Jan 5 2010, 10:01 am
From: Jeanfrancois Arcand <jfarcand....@gmail.com>
Date: Tue, 5 Jan 2010 10:01:45 -0500
Local: Tues, Jan 5 2010 10:01 am
Subject: Re: [akka-user] ANN: Akka 0.6 is released
Great work!!!!

-- Jeanfrancois

On 05/01/10 8:33 AM, Jonas Bonér wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonas Bonér  
View profile  
 More options Jan 5 2010, 10:18 am
From: Jonas Bonér <jbo...@gmail.com>
Date: Tue, 5 Jan 2010 16:18:10 +0100
Local: Tues, Jan 5 2010 10:18 am
Subject: Re: [akka-user] ANN: Akka 0.6 is released

2010/1/5 Jeanfrancois Arcand <jfarcand....@gmail.com>

> Great work!!!!

Thanks. And thanks for your help and support.

--
Jonas Bonér

twitter: @jboner
blog:    http://jonasboner.com
work:   http://scalablesolutions.se
code:   http://github.com/jboner
code:   http://akkasource.org
also:    http://letitcrash.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sébastien Pierre  
View profile  
 More options Jan 5 2010, 10:30 am
From: Sébastien Pierre <sebastien.pie...@gmail.com>
Date: Tue, 5 Jan 2010 10:30:24 -0500
Local: Tues, Jan 5 2010 10:30 am
Subject: Re: [akka-user] Re: ANN: Akka 0.6 is released

That worked, thanks ! It might be a good idea to explain this on the
documentation.

 -- Sébastien

2010/1/5 Viktor Klang <viktor.kl...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonas Bonér  
View profile  
 More options Jan 5 2010, 10:36 am
From: Jonas Bonér <jbo...@gmail.com>
Date: Tue, 5 Jan 2010 16:36:29 +0100
Local: Tues, Jan 5 2010 10:36 am
Subject: Re: [akka-user] Re: ANN: Akka 0.6 is released

I'll do that. Thanks.

2010/1/5 Sébastien Pierre <sebastien.pie...@gmail.com>

--
Jonas Bonér

twitter: @jboner
blog:    http://jonasboner.com
work:   http://scalablesolutions.se
code:   http://github.com/jboner
code:   http://akkasource.org
also:    http://letitcrash.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonas Bonér  
View profile  
 More options Jan 5 2010, 10:53 am
From: Jonas Bonér <jbo...@gmail.com>
Date: Tue, 5 Jan 2010 16:53:18 +0100
Local: Tues, Jan 5 2010 10:53 am
Subject: Re: [akka-user] Re: ANN: Akka 0.6 is released

Just added a 'Getting Started' page.

Let me know if there is anything missing.

http://doc.akkasource.org/getting-started

/Jonas

2010/1/5 Jonas Bonér <jbo...@gmail.com>

--
Jonas Bonér

twitter: @jboner
blog:    http://jonasboner.com
work:   http://scalablesolutions.se
code:   http://github.com/jboner
code:   http://akkasource.org
also:    http://letitcrash.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rossputin  
View profile  
 More options Jan 5 2010, 11:10 am
From: rossputin <rossaj...@gmail.com>
Date: Tue, 5 Jan 2010 08:10:54 -0800 (PST)
Local: Tues, Jan 5 2010 11:10 am
Subject: Re: ANN: Akka 0.6 is released
Great to see the release made, great work!

 -- Ross

On Jan 5, 1:33 pm, Jonas Bonér <jo...@jonasboner.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »