
Discover the basic concepts of web development, HTTP, and Java servlets, designed as a first, non-hands-on step for curious learners, non-technical managers, and developers seeking concept clarity.
Learn the basics of web applications, where browsers communicate with web servers over http. Examine static and dynamic resources, urls, requests, responses, and the stateless protocol that underpins the web.
Explore the URL anatomy, including the host, port, query string, and fragment, and learn how encoding and schemes affect access to the resource in basic web development.
Explains the HTTP request and response messages, detailing the start line, headers, and body, and how clients use get, post, put, and delete.
Learn how http requests negotiate content types and languages with mime types and accept headers, and how servers respond with status codes like 200 and 301.
Explore how http requests map to Java servlets in web applications, handling get and post requests, parsing parameters, routing to resource-specific handlers, and returning serialized responses through reusable service objects.
Learn how servlets handle get requests by overriding doGet, using the request and response objects to read data, set content type, and write the response.
Explore next steps in web development by showing how to configure applications, initialize sessions with cookies, and apply filters for logging and security.
This course presents the basic concepts of web application development, the HTTP protocol and introduces Java Servlets, in less than an hour. This is not a hands-on course, neither is this a full course on web development or Servlet and JSP.
So, why this course, and how you will benefit from it?
If you are interested to know about or learn web development, then this course will work as a first step for you. It will introduce you to the basic concepts of web development that we generally overlook while starting to learn web development. After enjoying the whiteboard narrations here, you will feel at home while taking your favourite hands-on course on web development.
If you already are a web developer, but yet to feel confident about it, you might find this course quite useful in strengthening your concepts. When learning web development, most of us overlook the concepts and move quickly to hands-on and to projects. And then we keep coding with a lower confidence until we learn the concepts by experience. So, give less than an hour here, and then see how coding web applications become more interesting.
If you are a non-technical or semi-technical project manager, dealing with web based projects, this course could be very useful in introducing you to the subject you deal with, and you would feel more at home with your programmers.
Let me tell you that this course is not only for Java guys, but actually the first half of it, in which we discuss the web application basics and the HTTP protocol is equally beneficial to guys from other technologies, for example PHP as well.