Ray's playground

 

Web App Architecture: high-level overview(Head First Servlets and JSP)

  When you deploy your servlet into your web Container, you’ll create a fairly simple XML document called the Deployment Descriptor (DD) to tell the Container how to run your servlets and JSPs. Although you’ll use the DD for more than just mapping names, you’ll use two XML elements to map URLs to servlets—one to map the client-known public URL name to your own internal name, and the other to map your own internal name to a fully-qualified class name.

posted on 2010-03-27 10:58  Ray Z  阅读(179)  评论(0编辑  收藏  举报

导航