April 2001
Intermediate to advanced
780 pages
23h 48m
English
<distributable>
<!ELEMENT distributable EMPTY>
The
<distributable>
element, by its presence in a web application deployment descriptor,
indicates that the web application is programmed appropriately to be
deployed into a distributed servlet container.
<web-app>
<description>
All servlets and JSPs are ready for distributed deployment
</description>
<distributable/>
...