What is a dynamic resource ?

About

Dynamic resources are resources that need to be generated whereas static do not.

Example

When you create an HTML page, you may want to add information that are specific to the user such as its name. In this case, you need to generate the page for each different user.





Discover More
Java Conceptuel Diagram
Java - Jetty (Web Server)

is a java web server Jetty provides: an HTTP server (to send back static content), HTTP client (to make http request), and javax.servlet container (to send back...
Resources - Static Resources

Static resources are resources that don't need to be generated. They are file found in a local file system served by a web http server as the body of a response. The type of file returns is given by...
Web - URL

An Uniform Resource Locator (URL) is a universal identifier for a resource. Because the resource can be created dynamically, an URL is also logically a request. It's the string that is understood by...
What is a URI (Uniform resource identifier)?

A Uniform Resource Identifier (URI) is a string of characters that Identify a resource. Because a resource can be created dynamically, an URI is also a request. URL As The ISBN system for...



Share this page:
Follow us:
Task Runner