typesafehub / conductr-lib

Other
8 stars 13 forks source link

Develop Play/Akka Scala/Java libs #23

Closed huntc closed 9 years ago

huntc commented 9 years ago

Play and Akka need further evolution in terms of Play.WS and akka-http support respectively.

TODO: Support for Play.

huntc commented 9 years ago

@2m The following PR begins to address the requirements here, particularly in the context of Akka: https://github.com/typesafehub/conductr-bundle-lib/pull/24

I've put in TODO markers within the akka-conductr-bundle-lib code. It boils down to providing an Akka-http implementation for ConnectionHandler and Java APIs for LocationService and StatusService. Tests will also be required for the ConnectionHandler in particular.

huntc commented 9 years ago

All done