pekko/akka-docs/additional/third-party-integrations.rst

23 lines
762 B
ReStructuredText
Raw Normal View History

2011-04-09 19:55:46 -06:00
Third-party Integrations
========================
The Play! Framework
-------------------
2011-04-09 19:55:46 -06:00
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>`_
2011-04-09 19:55:46 -06:00
The Pinky REST/MVC Framework
----------------------------
2011-04-09 19:55:46 -06:00
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>`_