At least some of this code is necessarily in Scala as Spray does not
support Java. You could likely get some of this working (or something
approximating it) with the new akka-http module, but it does not yet have
an equivalent for spray-routing, so you would have to manually handle the
route construction.

--
Thomas Lockney
[email protected]
http://about.me/tlockney
On Jul 19, 2014 11:22 PM, "John Haigh" <[email protected]> wrote:

> Hello,
>
> I have seen the Scala Actor Per Request sample at
> https://github.com/NET-A-PORTER/spray-actor-per-request, and I am
> wondering if there is a Java version out there in some form?
>
>
> I found the following java REST samples but I want to understand what the
> best method for implementation is.
>
> https://github.com/pofallon/jersey2-akka-java
>
> Thanks,
>
> John
>
>
>
>  --
> >>>>>>>>>> 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.
>

-- 
>>>>>>>>>>      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