I wanna send a message to an Actor everytime a new "row" is created in a
specific table. The Actor is responsible to refresh a HTML page and
display all the items from the table.
How do I do that?
thanks.
thanks.
Hi David,
I'm looking to use your code in my application but first I wanted to
ask you about Scala Actors versus LiftActors. I see you use the Scala
ones here. Why is that? Would it be better to use your Lift ones? I'm
expecting object creation in my app every few seconds and when
responding it would like to update Flot charts and various other
components using Comet.