You don't need a container, simply create an application (class with a
static main method) or use the Mircrokernel. There are a couple of
Activator [1] templates for Akka [2] showing off the application approach.

Heiko

[1] https://typesafe.com/activator
[2] https://typesafe.com/activator/templates#filter:akka


On Wed, May 28, 2014 at 8:54 AM, Rz <[email protected]>wrote:

> we are planning to create a scheduler module. There is an external service
> which provides all the necessary tasks for scheduler. Scheduler has various
> use cases and the scheduling would change drastically and dynamically based
> for data from the data store. We do not want to include this functionality
> as a part of play framework which we currently have but rather have a
> standalone process execute the scheduling.
>
> Considering the above mentioned use case, would akka micro-kernel serve
> the purpose or should we think of deploying the scheduler in some other
> container or application server(If so which one would guys prefer)?
>
> --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Heiko Seeberger
Twitter: @hseeberger
Blog: blog.heikoseeberger.name

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to