К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Java Servlets Tutorial · LearnSpace
Назад в каталог
courseraПрограммирование

Java Servlets Tutorial

Курс от EDUCBA
Средний≈ 17.6 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

Build the skills to design and implement dynamic web applications with Java Servlets and JDBC in a structured, hands-on learning experience. This course introduces the fundamentals of Java EE, servlet architecture, HTTP request handling, and Tomcat configuration before guiding you through building scalable servlet-based applications using the MVC architecture. As you progress, you will learn how to configure servlets, manage application context, process client requests, and maintain user state through session tracking, cookies, hidden fields, URL rewriting, and HTTP sessions. You will also explore relational database concepts and SQL, then integrate databases with servlets using JDBC to perform secure CRUD operations. The course concludes by implementing servlet filters and developing a complete user registration and login system that combines authentication, session management, and database connectivity into a deployable web application. Designed for aspiring backend developers, Java programmers, and learners interested in Java web development, this course emphasizes practical implementation while strengthening your ability to analyze architectures, apply configuration techniques, manage user sessions, integrate databases, and build complete servlet-based applications. By the end of the course, you will have the knowledge to develop Java web applications that combine servlets, JDBC, SQL, and authentication within the Java EE ecosystem.

Навыки, которые вы освоите

Web ApplicationsSQLModel View ControllerServer SideJava Platform Enterprise Edition (J2EE)Database ManagementData AccessRelational DatabasesAuthenticationsJavaBack-End Web DevelopmentQuery LanguagesSoftware Design PatternsSecure CodingDatabasesApplication ServersJava ProgrammingApache TomcatWeb ServersData Persistence

Программа курса

8 модулей · 94 учебных материалов

01Introduction to Servlets and Server Setup14 материалов

Getting Started with Java J2EE

Introduction to JavaJ2EEВидеоSetting up Server TomcatВидеоGetting Started with Java J2EEЗадание

Your First Servlet

Hello ServletsВидео

Учитесь у экспертов

EDUCBA

Преподаватель курса

Java Servlets Tutorial
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 17.6 ч

8 модулей

Язык: Английский

Часть программы вашего университета
Coding ServeletВидео
Servlet mapping Life cycle methodВидео
Your First ServletЗадание

Handling Client Requests

Do Get and Do Post MethodsВидеоGet and Post Methods demoВидеоA simple application of Username and PasswordВидеоHandling Client RequestsЗаданиеBuilding and Handling Your First Java Servlet ApplicationDIALOGUEGraded - Introduction to Servlets and Server SetupЗаданиеLaunching Your First Java Servlet on TomcatDIALOGUE
02Servlet Configuration and Context8 материалов

Context and Configuration Basics

Servlet Context and ConfigВидеоServlet Context and Config ContinuesВидеоContext and Configuration BasicsЗадание

Deep Dive into Servlet Context

Servlet Context Part 1ВидеоServlet Context Part 2ВидеоServlet Load on startupВидеоDeep Dive into Servlet ContextЗаданиеGraded - Servlet Configuration and ContextЗадание
03MVC Pattern and Request Handling14 материалов

MVC Design and Implementation

MVC Design patternВидеоMVC Design pattern Code Part 1ВидеоMVC Design pattern Code Part 2ВидеоMVC Design and ImplementationЗадание

Dispatcher Mechanisms

servlets request disptacher theoryВидеоDispatcher CodeВидеоDispatcher Code Continues 1ВидеоDispatcher Code Continues 2ВидеоDispatcher MechanismsЗадание

Redirects and Request Dispatcher

servlets send redirect codeВидеоunderstanding request dispatcher 1Видеоunderstanding request dispatcher 2ВидеоRedirects and Request DispatcherЗаданиеGraded - MVC Pattern and Request HandlingЗадание
04Session Tracking and State Management11 материалов

Basics of Session Tracking

Introduction to Session TrackingВидеоTracking CookiesВидеоBasics of Session TrackingЗадание

HTML and Server Interaction

How to send HTML response in ServletsВидеоRunning HTML Page on ServerВидеоHTML and Server InteractionЗадание

Java Servlet Session Tracking

hidden form fieldsВидеоurl rewriting Part 1Видеоurl rewriting Part 2ВидеоJava Servlet Session TrackingЗаданиеGraded - Session Tracking and State ManagementЗадание
05HTTP Sessions and Cookie Management10 материалов

Managing HTTP Sessions

tracking http sessionВидеоServlets Cookies login logout Part 1ВидеоServlets Cookies login logout Part 2ВидеоServlets Cookies login logout Part 3ВидеоManaging HTTP SessionsЗадание

HTTP Session Authentication

Servlets http session login logout Part 1ВидеоServlets http session login logout Part 2ВидеоServlets http session login logout Part 3ВидеоHTTP Session AuthenticationЗаданиеGraded - HTTP Sessions and Cookie ManagementЗадание
06Database Integration and SQL Essentials18 материалов

Introduction to Databases

Database overviewВидеоOracle RdbmsВидеоIntroduction to DatabasesЗадание

SQL Commands and Transactions

Oracle sql Commands part 1ВидеоOracle sql Commands part 2ВидеоOracle sql Commands part 3ВидеоOracle sql Commands part 4ВидеоSQL Commands and TransactionsЗадание

DDL, DML, and Constraints

Oracle database DDL DML DCL TCL part 1ВидеоOracle database DDL DML DCL TCL part 2ВидеоOracle database DDL DML DCL TCL part 3ВидеоOracle database DDL DML DCL TCL part 4Видеоoracle database constraints not null keyВидеоoracle database constraints unique keyВидео
07JDBC Integration with Servlets9 материалов

Java Servlets JDBC

java servlets jdbc part 1Видеоjava servlets jdbc part 2Видеоjava servlets jdbc part 3ВидеоJava Servlets JDBCЗадание

Advanced JDBC Operations

java servlets jdbc part 4Видеоjava servlets jdbc part 5Видеоjava servlets jdbc part 6ВидеоAdvanced JDBC OperationsЗаданиеGraded - JDBC Integration with ServletsЗадание
08Filters and Authentication Projects10 материалов

Using Filters in Servlets

Servlets Filters Part 1ВидеоServlets Filters Part 2ВидеоUsing Filters in ServletsВидеоUsing Filters in ServletsЗадание

Complete User Registration System

Servlets register login user example part 1ВидеоServlets register login user example part 2ВидеоServlets register login user example part 3ВидеоComplete User Registration SystemЗаданиеGraded - Filters and Authentication ProjectsЗаданиеEnd-to-End Java Servlet Web Application Deployment and AuthenticationDIALOGUE
oracle database constraints primary keyВидео
oracle database constraints check and default keyВидео
DDL, DML, and ConstraintsЗадание
Graded - Database Integration and SQL EssentialЗадание