--
--
Lift, the simply functional web framework: http://liftweb.net
Code: http://github.com/lift
Discussion: http://groups.google.com/group/liftweb
Stuck? Help us help you: https://www.assembla.com/wiki/show/liftweb/Posting_example_code
Wow, this is really cool!
Diego
Sent from my android cell
We pimp LiftActor to add a >! method which "does the right thing" and either shuttle a message off to SNS as serialised JSON or just delivers it to the local actor if you've not configured SNS (e.g., during development).
We pimp LiftActor to add a >! method which "does the right thing" and either shuttle a message off to SNS as serialised JSON or just delivers it to the local actor if you've not configured SNS (e.g., during development).Nice!