pekko/akka-docs/additional/third-party-integrations.rst
Patrik Nordwall 0019015d9e Docs: Fixed third-party-integrations
(cherry picked from commit 560296035172737efac428fbfb8f2d4e1e5e8cea)
2011-05-06 10:13:02 +02:00

22 lines
762 B
ReStructuredText

Third-party Integrations
========================
The Play! Framework
-------------------
Dustin Whitney has done an Akka integration module for the `Play! framework <http://www.playframework.org/>`_.
Detailed instructions here: `<http://github.com/dwhitney/akka/blob/master/README.textile>`_.
There are three screencasts:
- Using Play! with Akka STM: `<http://vimeo.com/10764693>`_
- Using Play! with Akka Actors: `<http://vimeo.com/10792173>`_
- Using Play! with Akka Remote Actors: `<http://vimeo.com/10793443>`_
The Pinky REST/MVC Framework
----------------------------
Peter Hausel has done an Akka integration module for the `Pinky framework <http://wiki.github.com/pk11/pinky/>`_.
Read more here: `<http://wiki.github.com/pk11/pinky/release-13>`_