Server Technology PPNT Manuale Utente Pagina 78

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 95
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 77
Java Server Pages (JSP) - Internal
JSP pages are converted to Java classes
<tomcat-dir>/work/localhost/helloworld$jsp .jav a
classname:
helloworld$jsp:
[...]
public void _jspService(HttpServletRequest request,
HttpServletResponse response)
throws IOException, ServletException
{
[...]
response.setContentType("text/html;charset=8859_1") ;
[...]
out.write("<HTML>\r\n <HEAD>\r\n
<TITLE>JSP-Hello World</TITLE>\r\n
</HEAD>\r\n <BODY>\r\n");
[...]
}
[...]
(78/95)
Vedere la pagina 77
1 2 ... 73 74 75 76 77 78 79 80 81 82 83 ... 94 95

Commenti su questo manuale

Nessun commento