Web Development
dao.txt
Associated article: Distributed Active Objects
Tags: Web Development .NET
Published source code accompanying the article by Marc H. Brown and Marc A. Najork in which they discuss distributed active objects, which communicate with other active objects located on different machines across the Internet.
_Distributed Active Objects_
by Marc H. Brown and Marc A. Najork
Listing One
(HBox
(Numeric %num1)
(Text "+")
(Numeric %num2)
(Text "=")
(Text %sum "0"))
Listing Two
let doAdd =
proc (fv)
let n1 = form_getInt (fv, "...


