[akka-user] Re: Triggering an Akka Actor if a REST action is successful

2015-06-04 Thread Nweike Onwuyali
the email server. ___ On Thursday, April 30, 2015 at 8:38:26 AM UTC+1, Nweike Onwuyali wrote: I am using Play Controller action to make a REST call. But on success of that call, i want to Trigger a service implemented as a Akka Actor

[akka-user] Re: Play/Akka Web Socket application to serve three different areas of a web page

2015-05-08 Thread Nweike Onwuyali
Hi Endre, I will do so On Friday, May 8, 2015 at 10:46:39 AM UTC+1, Nweike Onwuyali wrote: I am building a Play/Akka Actors application . My Play application uses Web Socket to get messages for three different areas in a single View page. - The first is getting mails - The second

[akka-user] Play/Akka Web Socket application to serve three different areas of a web page

2015-05-08 Thread Nweike Onwuyali
I am building a Play/Akka Actors application . My Play application uses Web Socket to get messages for three different areas in a single View page. - The first is getting mails - The second is getting newsfeed - The third is getting notification. When the view page loads, i am

[akka-user] Triggering an Akka Actor if a REST action is successful

2015-04-30 Thread Nweike Onwuyali
I am using Play Controller action to make a REST call. But on success of that call, i want to Trigger a service implemented as a Akka Actor. Below is my code for making the REST call with a controller action. I need help how to insert the code to trigger the service on the Akka Actor xmp

[akka-user] Re: Triggering an Akka Actor if a REST action is successful

2015-04-30 Thread Nweike Onwuyali
Thanks On Thursday, April 30, 2015 at 8:38:26 AM UTC+1, Nweike Onwuyali wrote: I am using Play Controller action to make a REST call. But on success of that call, i want to Trigger a service implemented as a Akka Actor. Below is my code for making the REST call with a controller action. I

[akka-user] Re: Triggering an Akka Actor if a REST action is successful

2015-04-30 Thread Nweike Onwuyali
+1, Nweike Onwuyali wrote: I am using Play Controller action to make a REST call. But on success of that call, i want to Trigger a service implemented as a Akka Actor. Below is my code for making the REST call with a controller action. I need help how to insert the code to trigger

[akka-user] Re: Using Spray and Akka to Connect to CouchDB

2015-04-26 Thread Nweike Onwuyali
challenge. I want to send an email when responseObject.isSuccess(). How can i implement this using Actors? On Thursday, April 16, 2015 at 9:07:05 AM UTC+1, Nweike Onwuyali wrote: Hello All, I am a newbie to the Typesafe framework so i might be asking a naive question. I am building a new

Re: [akka-user] Using Spray and Akka to Connect to CouchDB

2015-04-20 Thread Nweike Onwuyali
want to process the result in actors. Perhaps I misunderstand the question completely? /Patrik On Thu, Apr 16, 2015 at 10:05 AM, Nweike Onwuyali nweikeo...@gmail.com javascript: wrote: Hello All, I am a newbie to the Typesafe framework so i might be asking a naive question. I am building

[akka-user] Using Spray and Akka to Connect to CouchDB

2015-04-16 Thread Nweike Onwuyali
Hello All, I am a newbie to the Typesafe framework so i might be asking a naive question. I am building a new application using Play and CouchDB as my database. I want to make my connection to the CouchDB a non-blocking operation. Also i want to connect to CouchDB using the JSON API. I will