-
Book Overview & Buying
-
Table Of Contents
Java Web Internals
By :
In this chapter, we were able to understand the real need for an application server and how we can use a complete specification of an application server to implement a solution that meets some of the requirements of this technology.
We understood how we can reconcile the delivery of static and dynamic content in the same tool so that there are no conflicts and the rules of the HTTP protocol are respected.
We were able to create a simple class model to represent the request, the response, and our class that will serve the requests, as well as annotate it with the desired URL.
And finally, we also learned how we can define specific directories and folders to differentiate static and dynamic content, just like we have in the model in Tomcat, for example.
Handling different contents in different folders will make it easier to implement both the static content module and the Dynamic Content Engine on our Simple Application Server.