aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes static web resource? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "static web resource?" Watch "static web resource?" New topic
Author

static web resource?

Naichen Liu
Ranch Hand

Joined: Aug 17, 2000
Posts: 46
On page 251 of Sun's j2ee tutorial, there is a statement as follows,
"To include the content of another resource, invoke the include method of a RequestDispatcher:
include(request, response);
If the resource is <B><I>static</I.</B>, the include method enables programmatic server-side includes. If the resource is a web component, ......."
Could somebody explain what it means by "static" resource? a static type of Object?
Thanks
Naichen
Carl Trusiak
Sheriff

Joined: Jun 13, 2000
Posts: 3340
An html page or text file that is only static text and doesn't need to execute to develop dynamic content.

------------------
I Hope This Helps
Carl Trusiak, SCJP2


I Hope This Helps
Carl Trusiak, SCJP2, SCWCD
Naichen Liu
Ranch Hand

Joined: Aug 17, 2000
Posts: 46
Thanks, Carl
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: static web resource?
 
Similar Threads
Question on multiple security-constraint elements
Sample web.xml.. may be useful for SCWCD Ranchers
Using https
HFSJ - errata
A little competition