Encapsulating Business Logic with Jakarta: An Overview of Enterprise Beans

Jakarta EE 9.1    |    Beginner
  • 13 videos | 1h 57m 53s
  • Includes Assessment
  • Earns a Badge
Rating 3.8 of 6 users Rating 3.8 of 6 users (6)
An enterprise bean is a server-side component written in the Java programming language that simplifies the development of large, distributed applications. Get familiar with the fundamentals of enterprise beans and the most basic form of such beans, i.e., session beans using this course. You'll get a chance to examine the implementation of enterprise beans, set up an application server that can host enterprise beans, and explore different types of session beans. You'll also investigate how to develop a basic session bean, deploy it to the application server, and access it from a client application. Upon completion of this course, you'll have a foundational understanding of enterprise beans and how they encapsulate the business logic of an application.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Outline the features, use cases, and categories of jakarta enterprise beans
    Download and install the wildfly (formerly jboss) application server
    Configure a maven project that can be used to develop and deploy jakarta enterprise beans
    Implement a basic stateless bean that returns text when a method is invoked and then deploys it to an app server
    Develop a client application to locate and connect to a remote session bean and use it to invoke methods
    Execute a program that invokes a remote session bean
  • Create a stateless session bean that attempts to maintain some type of state
    Recognize the limitations of a stateless session bean
    Distinguish between stateless and stateful session beans
    Develop, deploy, and access a singleton session bean
    Apply degrees of concurrent access to the methods in a singleton bean
    Summarize the key concepts covered in this course

IN THIS COURSE

  • 2m 15s
  • 12m 7s
  • Locked
    3.  Setting up the Wildfly Application Server
    12m 22s
  • Locked
    4.  Creating a Project for Enterprise Beans
    12m 30s
  • Locked
    5.  Developing and Deploying a Session Bean
    11m 45s
  • Locked
    6.  Creating a Client to Access an Enterprise Bean
    8m 32s
  • Locked
    7.  Building and Running the Client App
    9m 32s
  • Locked
    8.  Defining a Stateless Bean
    7m 54s
  • Locked
    9.  Invoking Methods of a Stateless Bean
    11m 2s
  • Locked
    10.  Comparing Stateless and Stateful Session Beans
    10m 9s
  • Locked
    11.  Working with Singleton Beans
    12m 34s
  • Locked
    12.  Setting Concurrent Access to Singleton Beans
    5m 9s
  • Locked
    13.  Course Summary
    2m 1s

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.8 of 59 users Rating 4.8 of 59 users (59)
Rating 4.5 of 526 users Rating 4.5 of 526 users (526)
Rating 4.5 of 39 users Rating 4.5 of 39 users (39)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE