-
Book Overview & Buying
-
Table Of Contents
Java Web Internals
By :
At this point in our journey, we've mastered the fundamentals of the web, understood the HTTP protocol, implemented simple servers, and even built an Application Server capable of executing dynamic Java classes. This, in itself, represents a significant technical achievement. However, more important than the code built so far is the deep understanding we've gained along the way. For professional developers, creating your own framework will give you abilities to debug your framework behavior, implement custom extensions, and many other features. You will be able to understand "why" and "how" all mechanisms work internally.
But what now? What's the next step?
Now it's time to transform this knowledge into something even more challenging and revealing: creating our own web framework.
When we use established frameworks like Spring or Quarkus, everything seems magical...