We may earn an affiliate commission when you visit our partners.
Pluralsight logo

Jakarta EE 10 Web Profile Fundamentals

Kevin Jones

Jakarta EE 10 Web Profile is one of the most popular server-side frameworks in use today. This course will teach you the fundamentals of developing web apps using Servlets, JSPs, and other parts of the Jakarta Web Profile.

Read more

Jakarta EE 10 Web Profile is one of the most popular server-side frameworks in use today. This course will teach you the fundamentals of developing web apps using Servlets, JSPs, and other parts of the Jakarta Web Profile.

Jakarta Web Profile 10.0 is the latest in a long line of JEE (previously J2EE) specifications that cover server-side, or enterprise, Java development. In this course, Jakarta EE 10 Web Profile Fundamentals, you will learn to write server-side web applications in Java. This course covers the Jakarta Web Profile, which specifies how Servlets, Jakarta Server Pages (JSPs), and other Java web technologies work. These fundamentals underpin many of the Java web frameworks that exist today such as Spring MVC. First, you will write an MVC-style application which uses a Servlet as its main controller, so you will understand how to write and deploy servlets. Then, you will see how to use JSPs as the view technology within this framework, and use the 'expression language' and 'tag libraries' to make these pages dynamic. Next, you will explore how to use sessions to manage users and cookies to manage persistent user related state. After that, you will understand how to use servlet filters and events to track and respond to incoming HTTP requests and transform the data in those requests and responses. Finally, you will see how to write asynchronous servlets to help with scalability on the server side. By the end this course, you’ll know how to use Servlets, JSPs, and all the other related technologies effectively in your code.

Enroll now

What's inside

Syllabus

Course Overview
Introduction
Jakarta Servlets
Jakarta Server Pages
Read more
Jakarta Expression Language
The Jakarta Standard Tag Library
Event Listeners
Filters
Session Management
Cookies
Thread Safety
Asynchronous Servlets

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Explores industry standard Java web technologies
Develops skills relevant to industry through frameworks such as Spring MVC
Builds a strong foundation in Java web application development for beginners
Practices hands-on learning through writing and deploying Servlets and JSPs
Requires learners to have prior coding experience in Java
Covers fundamental and introductory concepts of Jakarta EE Web Profile

Save this course

Save Jakarta EE 10 Web Profile Fundamentals to your list so you can find it easily later:
Save

Activities

Coming soon We're preparing activities for Jakarta EE 10 Web Profile Fundamentals. These are activities you can do either before, during, or after a course.

Career center

Learners who complete Jakarta EE 10 Web Profile Fundamentals will develop knowledge and skills that may be useful to these careers:
Full-Stack Web Developer
Full Stack Web Developers plan, develop, test, deploy, maintain, and manage applications that run across a variety of platforms, including mobile devices. They use their knowledge of Jakarta EE 10 Web Profile to develop reliable, scalable, and secure web applications. This course will provide you with the foundation you need to begin developing enterprise Java-based web applications.
Web Developer
Web Developers specialize in the development of web applications. They use their expertise in Jakarta EE 10 Web Profile to create and maintain dynamic, interactive, and user-friendly websites. This course will help you build a strong foundation in Java web development and provide you with the skills you need to succeed in this field.
Software Engineer
Software Engineers are responsible for the design, development, testing, deployment, and maintenance of software systems. They use their knowledge of Jakarta EE 10 Web Profile to build reliable, scalable, and secure web applications. This course will provide you with the foundation you need to begin developing enterprise Java-based software applications.
Java Developer
Java Developers specialize in the development of Java applications. They use their expertise in Jakarta EE 10 Web Profile to create and maintain enterprise-grade Java applications. This course will provide you with the foundation you need to begin developing Java-based web applications.
Web Architect
Web Architects are responsible for designing and developing the architecture of web applications. They use their knowledge of Jakarta EE 10 Web Profile to create scalable, reliable, and secure web applications. This course will provide you with the foundation you need to begin designing and developing enterprise Java-based web applications.
Web Designer
Web Designers are responsible for the visual design of web applications. They use their knowledge of Jakarta EE 10 Web Profile to create user-friendly and visually appealing web applications. This course will provide you with the foundation you need to begin designing Java-based web applications.
Webmaster
Webmasters are responsible for the maintenance and administration of web applications. They use their knowledge of Jakarta EE 10 Web Profile to ensure that web applications are running smoothly and securely. This course will provide you with the foundation you need to begin managing Java-based web applications.
Back-End Developer
Back End Developers are responsible for the development of the server-side of web applications. They use their knowledge of Jakarta EE 10 Web Profile to create reliable and scalable web applications. This course will provide you with the foundation you need to begin developing the back end of Java-based web applications.
Front-End Developer
Front End Developers are responsible for the development of the user interface of web applications. They use their knowledge of Jakarta EE 10 Web Profile to create responsive and interactive web applications. This course will provide you with the foundation you need to begin developing the front end of Java-based web applications.
Database Administrator
Database Administrators are responsible for the management and administration of databases. They use their knowledge of Jakarta EE 10 Web Profile to ensure that databases are running smoothly and securely. This course may provide you with some of the foundation you need to begin managing databases used by Java-based web applications.
Systems Administrator
Systems Administrators are responsible for the management and administration of computer systems. They use their knowledge of Jakarta EE 10 Web Profile to ensure that computer systems are running smoothly and securely. This course may provide you with some of the foundation you need to begin managing systems that host Java-based web applications.
DevOps Engineer
DevOps Engineers are responsible for the development and maintenance of software systems. They use their knowledge of Jakarta EE 10 Web Profile to ensure that software systems are running smoothly and securely. This course may provide you with some of the foundation you need to begin working as a DevOps Engineer on teams that develop Java-based web applications.
Quality Assurance Analyst
Quality Assurance Analysts are responsible for testing and evaluating software systems. They use their knowledge of Jakarta EE 10 Web Profile to ensure that software systems are working as intended. This course may provide you with some of the foundation you need to begin working as a Quality Assurance Analyst on teams that develop Java-based web applications.
Project Manager
Project Managers are responsible for the planning and execution of software projects. They use their knowledge of Jakarta EE 10 Web Profile to ensure that software projects are completed on time and within budget. This course may provide you with some of the foundation you need to begin working as a Project Manager on teams that develop Java-based web applications.
Business Analyst
Business Analysts are responsible for analyzing and documenting the business requirements of software systems. They use their knowledge of Jakarta EE 10 Web Profile to ensure that software systems meet the needs of the business. This course may provide you with some of the foundation you need to begin working as a Business Analyst on teams that develop Java-based web applications.

Reading list

We've selected 16 books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Jakarta EE 10 Web Profile Fundamentals.
Guide to writing effective Java code. It covers a wide range of topics, including object-oriented programming, design patterns, and concurrency. It good reference book for experienced Java developers who want to learn more about writing effective Java code.
Comprehensive guide to concurrency in Java. It covers all the core concepts of concurrency, including threads, locks, and synchronization. It good reference book for experienced Java developers who want to learn more about concurrency in Java.
Is widely used in universities and the industry to teach and learn Java Servlets. It good book for beginners as well as experienced Java developers.
Guide to writing clean code. It covers a wide range of topics, including naming conventions, code organization, and refactoring. It good reference book for experienced Java developers who want to learn more about writing clean code.
Comprehensive guide to JSP 2.3. It covers all the core features of JSP, including directives, actions, and tags. It good reference book for experienced Java developers.
Comprehensive guide to servlets and JSPs. It covers all the core features of servlets and JSPs, including how to create and deploy them. It good reference book for experienced Java developers.
Provides a comprehensive overview of Hibernate, a popular Java persistence framework. It covers both the theoretical and practical aspects of Hibernate. It useful reference for both beginners and experienced developers.
Practical guide to developing web applications with JavaServer Pages. Readers will learn how to use JSPs to create dynamic, data-driven web pages.
Provides a comprehensive overview of web services and Java programming. It covers both the theoretical and practical aspects of web services development. It useful reference for beginners and experienced developers.
Provides a comprehensive overview of Hibernate, a popular Java persistence framework. It covers both the theoretical and practical aspects of Hibernate. It useful reference for both beginners and experienced developers.
Guide to performance tuning Java applications. It covers a wide range of topics, including JVM tuning, thread tuning, and database tuning. It good reference book for experienced Java developers who want to learn more about performance tuning Java applications.
Good introduction to Java programming. It covers the basics of Java, including variables, methods, and objects. It good book for beginners who want to learn more about Java programming.
Provides a beginner-friendly introduction to design patterns. It useful resource for those who are new to software development.
Covers some advanced topics that are not covered in the course, such as servlet security, performance optimization, and clustering.
Good choice for those who want to learn Jakarta EE 10 in a fun and easy way. It provides a clear and concise overview of the Jakarta EE technologies, including the Jakarta EE Web Profile.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Jakarta EE 10 Web Profile Fundamentals.
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser