HOME > Development > Java- Enterprise App Development with Java EE 8- 2-in-1

Java- Enterprise App Development with Java EE 8- 2-in-1

  • Development
  • Mar 05, 2025
SynopsisJava: Enterprise App Development with Java EE 8: 2-in-1, avai...
Java- Enterprise App Development with Java EE 8- 2-in-1  No.1

Java: Enterprise App Development with Java EE 8: 2-in-1, available at $59.99, has an average rating of 4.7, with 60 lectures, 2 quizzes, based on 94 reviews, and has 791 subscribers.

You will learn about Comprehensive, example-oriented guide covering APIs and why approaches are necessary in modern Java EE 8 Demonstrates how to implement application business logic with minimal boilerplate code Design modern, stylish web services with Java EE APIs Focus on the latest Java EE 8 APIs and secure your web services with JSON Web token Gain advanced knowledge of RESTful web services and the JAX-RS API provided by the Java EE This course is ideal for individuals who are Software developers familiar with Java who are now keen to explore the Java EE platform to understand how to build enterprise-level applications. or Java developers who want to learn how to implement web services using the latest Java EE 8 APIs. It is particularly useful for Software developers familiar with Java who are now keen to explore the Java EE platform to understand how to build enterprise-level applications. or Java developers who want to learn how to implement web services using the latest Java EE 8 APIs.

Enroll now: Java: Enterprise App Development with Java EE 8: 2-in-1

Summary

Title: Java: Enterprise App Development with Java EE 8: 2-in-1

Price: $59.99

Average Rating: 4.7

Number of Lectures: 60

Number of Quizzes: 2

Number of Published Lectures: 60

Number of Published Quizzes: 2

Number of Curriculum Items: 62

Number of Published Curriculum Objects: 62

Original Price: $199.99

Quality Status: approved

Status: Live

What You Will Learn

  • Comprehensive, example-oriented guide covering APIs and why approaches are necessary in modern Java EE 8
  • Demonstrates how to implement application business logic with minimal boilerplate code
  • Design modern, stylish web services with Java EE APIs
  • Focus on the latest Java EE 8 APIs and secure your web services with JSON Web token
  • Gain advanced knowledge of RESTful web services and the JAX-RS API provided by the Java EE
  • Who Should Attend

  • Software developers familiar with Java who are now keen to explore the Java EE platform to understand how to build enterprise-level applications.
  • Java developers who want to learn how to implement web services using the latest Java EE 8 APIs.
  • Target Audiences

  • Software developers familiar with Java who are now keen to explore the Java EE platform to understand how to build enterprise-level applications.
  • Java developers who want to learn how to implement web services using the latest Java EE 8 APIs.
  • The Java Enterprise Edition is one of the leading application programming platformsfor enterprise Java development. With Java EE 8, it is easier to develop modern and lightweight web services with the latest API additions and improvements.

    This comprehensive 2-in-1 course is comprehensive, example-oriented guide covering APIs and why approaches are necessary in modern Java EE 8.Demonstrates how to implement application business logic with minimal boilerplate code. You’ll design modern, stylish web services with Java EE APIs. You’ll focus on the latest Java EE 8 APIs and secure your web services with JSON Web token.

    Contents and Overview

    This training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible.

    The first course, Learning Java EE 8, covers full-fledged application development with the latest API’sThis course will teach you important core JAVA EE components. You’ll also learn about the asynchronous communication protocol. You’ll also develop a car management enterprise application. It also answers questions related to how Java EE compares to the Java language, should developers transition to it, and what types of application would benefit from it.

    The second course, Building Web Services with Java EE 8, covers creation of modern RESTful web services with the Java EE 8 API.This course will teach you how to develop state-of-the-art RESTful web services with the latest Java EE 8 APIs. You’ll implement, build, and package you’re first working web service as a prototype. You’ll also explore advanced web service topics such as validation, JWT security, and diagnosability.

    By the end of this course, you’ll have a thorough understanding of the Java EE 8 APIs required for modern RESTful and lightweight web service development as well as full-fledgedenterprise applications.

    About the Authors

  • Sebastian Daschneris a Java freelancer working as a consultant, author, and trainer and is enthusiastic about programming and Java (EE). He is the author of the book Architecting Modern Java EE Applications. Sebastian participates in the JCP, helping to form the future standards of Java EE; serving in the JAX-RS, JSON-P, and Config Expert Groups; and collaborating on various open source projects. For his contributions to the Java community and ecosystem, he was recognized as a Java Champion, Oracle Developer Champion, and double 2016 JavaOneRockstar. Sebastian is a regular speaker at international IT conferences such as JavaLand, JavaOne, or Jfokus. Together with Java Community Manager Steve Chin, he has visited dozens of conferences and Java User Groups by motorbike. Steve and Sebastian have launched JOnsen, a Java conference held at a hot spring in the countryside of Japan. Sebastian has been working with Java for more than 8 years. Besides Java, Sebastian is also a heavy user of Linux and container technologies. He evangelizes computer science practices on?his newsletter, and on Twitter via @DaschnerS. When not working with Java, he also loves to travel the world, either by plane or motorbike.
  • Mario-Leander Reimeris a chief technologist for QAware GmbH. He is a senior Java developer with several years of experience in designing complex and large-scale system architectures. He continuously looks for innovations and ways to combine and apply state-of-the-art technology and open source software components in real-world customer projects. He studied computer science at Rosenheim and Staffordshire University and he is teaching cloud computing as a part-time lecturer.
  • Course Curriculum

    Chapter 1: Learning Java EE 8

    Lecture 1: The Course Overview

    Lecture 2: Implementing domain business logic in Java EE

    Lecture 3: EJBs and CDI managed beans

    Lecture 4: CDI producers

    Lecture 5: Qualifiers

    Lecture 6: Scopes

    Lecture 7: Events

    Lecture 8: JAX-RS resources

    Lecture 9: Integrating JSON-B

    Lecture 10: Integrating JSON-P

    Lecture 11: Custom HTTP responses

    Lecture 12: Validating communication

    Lecture 13: Exception handling

    Lecture 14: Mapping domain entities with JPA

    Lecture 15: Entity relations

    Lecture 16: Datasources

    Lecture 17: Transactions

    Lecture 18: Interceptors

    Lecture 19: Binding custom interceptors

    Lecture 20: Configuring Java EE applications

    Lecture 21: Caching

    Lecture 22: Logging

    Lecture 23: Asynchronous EJBs

    Lecture 24: Asynchronous CDI events

    Lecture 25: Managed threads

    Lecture 26: Timers

    Lecture 27: Asynchronous JAX-RS resources

    Lecture 28: Accessing HTTP using JAX-RS

    Lecture 29: Extended client usage

    Lecture 30: Making HTTP clients resilient

    Lecture 31: Asynchronous, reactive clients

    Lecture 32: Implementing SSE resources with JAX-RS

    Lecture 33: Server-sent event clients

    Lecture 34: Implementing WebSocket server endpoints

    Lecture 35: Accessing WebSocket endpoints

    Chapter 2: Building Web Services with Java EE 8

    Lecture 1: The Course Overview

    Lecture 2: Why Is Java EE a Good Platform for Microservices?

    Lecture 3: Whats New in Java EE 8

    Lecture 4: Getting Started with Java EE 8 Microservices

    Lecture 5: Containerizing Java EE 8 Microservices

    Lecture 6: Implementing Basic REST APIs with JAX-RS

    Lecture 7: Using Sub-Resources

    Lecture 8: Error Handling in JAX-RS

    Lecture 9: Implementing Web Service Clients with Java EE 8

    Lecture 10: Testing Java EE 8 Web Services

    Lecture 11: Introduction to Content-Types and Content Negotiation

    Lecture 12: Easy Data Binding Using JSON-B

    Lecture 13: Flexible JSON Processing with JSON-P

    Lecture 14: Implementing Hypermedia-Driven REST APIs

    Lecture 15: Benefits and Usage Scenarios of Asynchronous Processing

    Lecture 16: Implementing Asynchronous Web Services

    Lecture 17: Using ManagedExecutorService and Server-Side Callbacks

    Lecture 18: Implementing Asynchronous Web Service Clients

    Lecture 19: What Are Server-Sent Events?

    Lecture 20: Implementing SSE on the Server-Side

    Lecture 21: Implementing SSE REST Clients

    Lecture 22: Implementing and Sending SSE Broadcasts

    Lecture 23: Apply Design by Contract: Adding Validation

    Lecture 24: Using JSON Web Token (JWT) for Authentication

    Lecture 25: Diagnosability: Logging, Metrics, and Tracing

    Instructors

  • Java- Enterprise App Development with Java EE 8- 2-in-1  No.2
    Packt Publishing
    Tech Knowledge in Motion
  • Rating Distribution

  • 1 stars: 4 votes
  • 2 stars: 6 votes
  • 3 stars: 13 votes
  • 4 stars: 30 votes
  • 5 stars: 41 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!