Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learning Java EE 8
Rating: 3.7 out of 5(14 ratings)
87 students

Learning Java EE 8

Build a full fledged application with the latest API's
Last updated 3/2018
English
English [Auto],

What you'll learn

  • Implement domain business logic using core Java EE components
  • Realize HTTP communication using JAX-RS
  • Use JPA persistence with the least impact on domain logic code
  • How interceptors realize technical cross-cutting concerns
  • Configure enterprise applications using standard APIs
  • Introduce asynchronous behavior into business logic
  • Access external systems in a resilient way
  • Implement server-sent events and WebSocket communication

Course content

7 sections35 lectures3h 9m total length
  • The Course Overview3:52

    This video will give you an overview about the course.

  • Implementing domain business logic in Java EE8:59

    The video shows how to implement business domain logic in Java EE and plain Java. It covers how Java EE encourages business-oriented solutions. Basic Java EE APIs is introduced.

  • EJBs and CDI managed beans6:34

    The video shows the differences between the EJB and CDI APIs. It covers when to use which and what needs to be done in order to setup the managed beans.

  • CDI producers2:55

    Explore how CDI producers implement factories by using producer methods and fields to inject values, such as a default car color, into your application.

  • Qualifiers3:31

    The video shows the necessity of and how to define and use CDI qualifiers. It covers how to define custom qualifier annotations.

  • Scopes4:59

    The video explains the different scopes or managed beans. It covers both EJB and CDI, their differences and similarities.

  • Events4:45

    The video explains how to model and implement domain events using CDI. CDI comes with a powerful eventing mechanism which allows to decouple event creation from event handling.

Requirements

  • This video targets software developers familiar with Java who are now keen to explore the Java EE platform to understand how to build enterprise-level applications.

Description

Java EE provides a standard set of specifications that can be used to develop standardized applications, independent of the vendor. Enterprise applications do not change that often, and hence we need a robust platform such as Java EE to ensure sustainability. Thus, this comprehensive course—covering all the features and APIs in Java EE—will be helpful for developers. 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.

Both small businesses and large enterprises have benefitted from the various APIs provided by the Java EE platform to build dynamic web apps. This therefore remains one of the key skills sought by hiring companies.
This course starts by exploring the core JAVA EE components. Moving further you will learn all about HTTP endpoints. You will learn how to map domain entities with JPA. Cross-cutting concerns will be covered exhaustively. This course teaches you how to deal with Asynchronous behavior. You will learn to access external systems. You will also learn about the asynchronous communication protocol. By the end of the course, you will be able to develop a car management enterprise application.

About the Author

Sebastian Daschner is 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 JavaOne Rockstar.

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 . When not working with Java, he also loves to travel the world, either by plane or motorbike.

Who this course is for:

  • Those will to learn Java Enterprise platform.