Java EE 7: Enterprise JavaBeans (EJB)

Go to class
Write Review

Free Online Course: Java EE 7: Enterprise JavaBeans (EJB) provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Java EE 7: Enterprise JavaBeans (EJB) is taught by Emmanuel Henri.

Overview
  • Learn how to use Enterprise Java Beans to develop secure, distributed applications. This course covers databases, session beans, message-driven beans, servlets, testing, and more.

Syllabus
  • Introduction

    • Leverage the power of Enterprise JavaBeans in your applications
    • What you should know
    1. Introduction to EJB
    • What is an enterprise bean?
    • Types of beans
    2. Build Blocks of a Bean
    • Build blocks of a bean
    • What is the EJB JAR file?
    3. Session Beans
    • Initial EJB and project setup
    • Set up the database
    • Add an entity for interacting with DB
    • Introduction to session beans
    • Stateless session bean
    • Stateful session bean
    • Singleton session bean
    4. Message-Driven Beans
    • Introduction to message-driven beans
    • Create your message-driven bean
    • Finalize message-driven bean
    5. Access the Beans
    • Introduction to bean access
    • Create the ListRecords servlet
    • Create the PostRecords servlet
    • Do your own testing
    Conclusion
    • Next steps