> --
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/akka-user/-/n5IVtHy0LXoJ.
> To post to this group, send email to akka...@googlegroups.com.
> To unsubscribe from this group, send email to
> akka-user+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/akka-user?hl=en.
--
Jonas Bonér
CTO
Typesafe - The software stack for applications that scale
Phone: +46 733 777 123
Twitter: @jboner
Patrik Nordwall
Typesafe - The software stack for applications that scale
Twitter: @patriknw
You are very welcome to contribute your ideas and code to make it even better.
> --
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/akka-user/-/Jkgc-SoTmNQJ.
Yeah, I'm pretty sure it'd be quite simple to write your own
JettyExtension. Just take the Jetty-bootstrap code from 1.3 and write
a JettyExtension!
Cheers,
√
>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Akka User List" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/akka-user/-/Jkgc-SoTmNQJ.
>>
>> To post to this group, send email to akka...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> akka-user+...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/akka-user?hl=en.
>
>
>
> --
> Jonas Bonér
> CTO
> Typesafe - The software stack for applications that scale
> Phone: +46 733 777 123
> Twitter: @jboner
>
> --
> You received this message because you are subscribed to the Google Groups "Akka User List" group.
> To post to this group, send email to akka...@googlegroups.com.
> To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.
>
--
Viktor Klang
Akka Tech Lead
Typesafe - The software stack for applications that scale
Twitter: @viktorklang
2012/2/10 √iktor Ҡlang <viktor...@gmail.com>:
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To view this discussion on the web visit https://groups.google.com/d/msg/akka-user/-/5ybXigeJtPMJ.
On Fri, Feb 10, 2012 at 10:46 AM, Jonas Bonér wrote:
> On Fri, Feb 10, 2012 at 10:40 AM, gutzeit wrote:
>> I have not but I am sure I can "mimic" the same functionality that 1.x had
>> by play, jetty or any other web framework. What I miss is the simplicity :)
>> Define http in the settings, launch microkernel and you are off.
>>
>
> You are very welcome to contribute your ideas and code to make it even better.Yeah, I'm pretty sure it'd be quite simple to write your own
JettyExtension. Just take the Jetty-bootstrap code from 1.3 and write
a JettyExtension!Cheers,
√
>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Akka User List" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/akka-user/-/Jkgc-SoTmNQJ.
>>
>> To post to this group, send email to akka...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> For more options, visit this group at
>> http://groups.google.com/group/akka-user?hl=en.
>
>
>
> --
> Jonas Bonér
> CTO
> Typesafe - The software stack for applications that scale
> Phone: +46 733 777 123
> Twitter: @jboner
>
> --
> You received this message because you are subscribed to the Google Groups "Akka User List" group.
> To post to this group, send email to akka...@googlegroups.com.
> To unsubscribe from this group, send email to akka-user+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.
>
Hi,
I assume you've had a look at the Play-mini project site?
What in particular is missing?
Play-mini is based on Unfiltered, have you've read up on that?
Cheers,
V
To view this discussion on the web visit https://groups.google.com/d/msg/akka-user/-/bn_Lhmcr0dUJ.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
Yes I had a look at play-mini.
I did not mean to give the impression that something was missing from
play-mini, but I was just wondering how everything fits together. Play
was a web framework, and Akka a concurrency solution. Now they blended
a little and the responsibilities of the systems blended a little (it
appears that way to me in any case).
Let's take my current requirement as example:
I have a mobile app that needs to upload an image to a old-school web
service that uses SOAP. Now I'm considering using Finagle, or
Play-mini to accept the image as a base64 encoded message, wrap it in
a SOAP packet and pass it on to the existing web service.
What will Play-mini be responsible for and what will Akka be
responsible for. I'm looking at Play-mini as a mobile app supporting
web service solution, and Akka as a concurrency model that can
interact with the back end web service.
In short, what will a HTTP reverse proxy look like in Play-mini? Will
it still use some Akka HTTP functionality, or is it all the
responsibility of Play-mini.
The documentation and examples on Play-mini is still a little on the
thin side, so for a quick evaluation of the tool set, it's a little
hard to see how things fit together.
Regards,
Jacobus
>>> >> akka-user+...@googlegroups.com.
>>> >> For more options, visit this group at
>>> >> http://groups.google.com/group/akka-user?hl=en.
>>> >
>>> >
>>> >
>>> > --
>>> > Jonas Bonér
>>> > CTO
>>> > Typesafe - The software stack for applications that scale
>>> > Phone: +46 733 777 123
>>> > Twitter: @jboner
>>> >
>>> > --
>>> > You received this message because you are subscribed to the Google
>>> > Groups "Akka User List" group.
>>> > To post to this group, send email to akka...@googlegroups.com.
>>> > To unsubscribe from this group, send email to
>>> > akka-user+...@googlegroups.com.
>>> > For more options, visit this group at
>>> > http://groups.google.com/group/akka-user?hl=en.
>>> >
>>>
>>> --
>>> Viktor Klang
>>>
>>> Akka Tech Lead
>>> Typesafe - The software stack for applications that scale
>>>
>>> Twitter: @viktorklang
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Akka User List" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/akka-user/-/bn_Lhmcr0dUJ.
>> To post to this group, send email to akka...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> akka-user+...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/akka-user?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To post to this group, send email to akka...@googlegroups.com.
> To unsubscribe from this group, send email to
Thanks Victor,
Yes I had a look at play-mini.
I did not mean to give the impression that something was missing from
play-mini, but I was just wondering how everything fits together. Play
was a web framework, and Akka a concurrency solution. Now they blended
a little and the responsibilities of the systems blended a little (it
appears that way to me in any case).
Let's take my current requirement as example:
I have a mobile app that needs to upload an image to a old-school web
service that uses SOAP. Now I'm considering using Finagle, or
Play-mini to accept the image as a base64 encoded message, wrap it in
a SOAP packet and pass it on to the existing web service.
What will Play-mini be responsible for and what will Akka be
responsible for.
I'm looking at Play-mini as a mobile app supporting
web service solution, and Akka as a concurrency model that can
interact with the back end web service.
In short, what will a HTTP reverse proxy look like in Play-mini? Will
it still use some Akka HTTP functionality,
or is it all the
responsibility of Play-mini.
The documentation and examples on Play-mini is still a little on the
thin side, so for a quick evaluation of the tool set, it's a little
hard to see how things fit together.
Hello again Victor,
Thanks for the informative and fun reply. I'll get my nose back into the docs. You gave me the direction I needed, and this time I'll approach it a little wiser. Thanks again.
Have a super day/night wherever you are. Here in Africa it's nap time ;-)
Cheers mate,
Jacobus
Wow, thanks Ben!
Where was that article hiding when I searched for it? I owe you a beer ;-)
Have a good one,
Jacobus
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To view this discussion on the web visit https://groups.google.com/d/msg/akka-user/-/9gQT1QM-B40J.
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To view this discussion on the web visit https://groups.google.com/d/msg/akka-user/-/SztLFmZCRlsJ.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.
Hmm, I don't know. While what Victor says is true, surely the impact on existing user base must be considered when deprecating a major feature such as REST with Akka.
If an application depends on such a major feature, and then suddenly it gets dropped ...well, the client developers are left scrambling to find alternatives.
While again I understand that these things do happen, it just makes one apprehensive and wonder what other module could be dropped next (or reworked to use some other technology).
Viktor,
Thanks for the tip on Spray! For myself and those who want a
lightweight HTTP capability w/o a heavy framework like Play, Spray is
going to fit the bill. Their latest 1.0-M2 supports Akka 2.0. It's
still a little rough and the docs are still, um, formative...but it
looks like a very well thought-out package. Just walking through the
Spray code I can see that Jonas is right: these guys have put an awful
lot of thought into how to handle HTTP in far more detail than the
Akka-HTTP package had.
After an evening of futzing around I got their "hello world" example
running stand-alone (outside sbt) on spray-server (HTTP server
abstraction) sitting on top of spray-can (their low-level tiny
server). I organized all the artifacts into a layout nearly identical
to Akka's microkernel.
I still have lots to learn and understand about Spray to get to a
point of being useful, but I'm happy. I've got Akka, HTTP, and Scala
all working together in a very tiny package...and I'm not stuck on the
older Akka architecture.
:-)