- From: Benoit Mahe <Benoit.Mahe@sophia.inria.fr>
- Date: Tue, 17 Feb 1998 16:57:29 +0100
- To: "Wolfgang Platzer" <wplatzer@iaik.tu-graz.ac.at>
- cc: "Jigsaw Mailinglist" <www-jigsaw@w3.org>
> How do Servlets in an html page (like Applets) work with Jigsaw?
>
> <SERVLET NAME=...>
> <PARAM name=Param1 value=...>
> <PARAM name=Param2 value=...>
> ...
> </SERVLET>
>
> I found examples on the Sun Servlet pages.
>
> Wolfgang
>
> --
> Dipl.-Ing. Wolfgang Platzer
> Technische Universitaet Graz - University of Technology Graz
> Institut für Angewandte Informationsverarbeitung
> und Kommunikationstechnologien
> Klosterwiesgasse 32/I, A-8010 Graz,
> Tel: ++43 316 873-5527,Fax: ++43 316 873-5520
> URL <http://www.iaik.tu-graz.ac.at/index.html>
>
>
There is a SSI command "servlet" which allows you to call servlet
from an HTML page:
The following example show you how to call SnoopServlet with some
parameters.
<!--#servlet name="Snoop" param="param1" value="foo" -->
<!--#servlet name="Snoop" param="param2" value="bar" -->
<!--#servlet name="Snoop" code="Servlets/class/SnoopServlet" -->
This must be in a .shtml file (indexed as a SSIResource).
benoit.
- Benoît Mahé -------------------------------------------------------
World Wide Web Consortium (W3C)
Architecture domain - Jigsaw Team
http://www.w3.org/People/Mahe - bmahe@w3.org - +33.4.92.38.79.89
---------------------------------------------------------------------
Received on Tuesday, 17 February 1998 10:57:50 UTC