I think the better idea would be a servlet firing off a mobile object to go
perform some request. Usually this doesn't work out *too* well, though,
because the servlet either needs to maintain state between HTTP requests, or
else hold the HTTP request open while the mobile object "does its thing",
and that usually takes longer than just making a standard distributed-object
(RMI, CORBA, socket, whatever) call.

I haven't read the article, though, so I'm unfamiliar with what they're
advocating.

Ted Neward
Patterns/C++/Java/CORBA/EJB/COM-DCOM spoken here
http://www.javageeks.com/~tneward
 "I don't even speak for myself; my wife won't let me." --Me

-----Original Message-----
From: Moiz Mehmood Hussain <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, July 06, 1999 5:20 AM
Subject: Servlets as Mobile Agents


>Hi
>I read about this in JAVA Developers Journal but cannot really imagine a
>servlet acting as a mobile agent. A servlet, to me, seems like a server
side
>application or rather an object which services requests recieved from
>clients, which may be http clients. How does one add the functionality of
>moving about on different hosts to a servlet which is probably the basic
>functionality of a mobile agent? any comments ?
>
>Regards
>Moiz
>Pakistan
>
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to