%@ page contentType="text/html"%>
Adressliste
<%
java.io.PrintWriter writer = response.getWriter();
name.panitz.webexample.address
.Adressverwaltung adv
= name.panitz.webexample.address
.AdressverwaltungFactory
.getAdressverwaltung(getServletConfig()
.getServletContext()
.getRealPath(".")
+"/addresses.xml");
name.panitz.webexample.address.ListAddresses
.writeAddressesAsHTML(adv.getAddresses(),writer);
%>