>>> Maxime Poulin <[EMAIL PROTECTED]> 10-Feb-00 3:53:24 PM
>>>

<whole-load-of-stuff-snipped/>

>I tried to figure out how to do this... I don't know, I kind of get
stucked
>right at the beginning... I built much more complicated things and
yet I
>fail with this simple problem, building a nice clean message
hierarchy. I
>can imagine some more or less nice architecture but I do not feel
them
>right...

You could try XML-RPCs. This is a system for expressing RPC calls
with XML. It's terribly easy and simple and would probably fit in
quite easily.

I can't find the URL in my faves right now but I'm sure you could
find it from the W3C XML links page.


The difficulty you then have it that the applet has to post/get
multipart messages to the servlet and the servlet has to read them...
this is not standard for servlets but can be easily implemented.

See the Jason Hunter book for more details on this.



Nic Ferrier

___________________________________________________________________________
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