[akka-user] how to learn AKKA?

502 views
Skip to first unread message

Jerry

unread,
Apr 27, 2012, 5:04:24 AM4/27/12
to akka-user
resent with proper subject format.

Hello!

I am wondering what is the best way to learn AKKA? I am familiar with Java but not scala. Any good way to follow?

Thank you!

Regards.
---Jerry.

Björn Antonsson

unread,
Apr 27, 2012, 9:55:17 AM4/27/12
to akka...@googlegroups.com
On Friday, 27 April 2012 at 11:04, Jerry wrote:
resent with proper subject format.

Hello!

I am wondering what is the best way to learn AKKA? I am familiar with Java but not scala. Any good way to follow?

So, I'm not sure if you want to learn to use akka, or hack on akka.

If you want to use akka, then you can use akka from Java.

Have you gone through the tutorial?
There are other samples in the documentation as well.
 
If you want to hack on akka, then I would suggest reading up on scala first.

B/

Thank you!

Regards.
---Jerry.

--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.
-- 
Björn Antonsson
Typesafe - The software stack for applications that scale

Jason Faber

unread,
May 15, 2014, 1:33:47 PM5/15/14
to akka...@googlegroups.com, loj...@gmail.com
Hi Jerry,

In our experience, the best way to learn Akka is to actually learn Scala first. You can get some intro to Scala training done in only two days and then take what we call a "Fast Track to Akka with Scala" course, which is also two days. I hope this helps. Let me know if you have any questions!

Thanks,

Jason

Luis Medina

unread,
May 15, 2014, 2:50:55 PM5/15/14
to akka...@googlegroups.com, loj...@gmail.com
You can use Akka with Java so you don't necessarily have to learn Scala. The best way to learn how to use it would probably be to start with reading the documentation: http://doc.akka.io/docs/akka/2.3.2/java.html. Each section/concept usually has a Typesafe sample project that you can run in their activator. You can learn more about that and browse the different template projects here: http://typesafe.com/activator

Matthew Howard

unread,
May 16, 2014, 2:08:21 PM5/16/14
to akka...@googlegroups.com
+1 for the activator... it's got lots of example apps each with great tutorials explaining the code (which you can see side-by-side in the browser) and makes it simple to tweak/execute right there to get a feel for things.

I'd start with a run through the docs to get up to speed with the concepts. Personally the docs made more sense the 2nd time I read them after I had played with some activator templates.

I find looking at the akka unit tests is also helpful.

Reply all
Reply to author
Forward
0 new messages