Hi Jack,

I suppose this will work. However the assumption here is
that servlets can only talk to other servlets. This can restrict
distributing computing somewhat.

Since servlets are just Java program I see no reason why they
can talk to another object using for instances plain old fashion
sockets.



>>> Jack Wang <[EMAIL PROTECTED]> 06/18 4:22 PM >>>
I think it is possible. Servlet can be used to communicate between two of
any database server so long as the database machine also runs the servlet
engine. For details, when the email servlet need the old mail ids, it could
call another servlet which runs in the mail ids database server, you can let
the second servlet search/update/delete/insert the mail ids in the old mail
ids database. In this SERVLET_USERS, many people have talked about servlet
and servlet communication question. Hope this helps.

Jack

-----Original Message-----
+�+ +-: Jeetandra Mahtani <[EMAIL PROTECTED]>
-++ +-: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
++ +: 1999-O6+-18++ 1:27
+* G: Retrieving email ids dynamically


>Hello,
>We are very soon going to implement a Servlet based complaint system on our
intranet. There
>are some issues currently with maintaining email ids. When a user adds a
complaint, a copy
>of the complaint is automatically sent to them by retrieving the users
address from a table
>on a AS/400. Now, if the users email id ( email system is Exchange based )
changes and that
>does not reflect in the table on the AS/400, we end up in a problem. Is
there any way by
>which a servlet could use some kind of search technology and retrieve the
users id from the
>network dynamically. I was told of something like LDAP search but not sure
what this is and
>how it may help.
>Any suggestions/ideas would be greatly appreciated.
>Thanks,
>J
>
>_________________________________________________________
>Do You Yahoo!?
>Get your free @yahoo.com address at http://mail.yahoo.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

___________________________________________________________________________
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