Mastery in Java EJB: Step by Step EJB Application

所在平台: Udemy

课程主页: https://www.udemy.com/course/mastery-in-java-ejb-step-by-step-ejb-application/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:Java EJB 精通:逐步掌握 EJB 应用程序 课程概述: EJB(企业 Java Bean)用于开发可扩展、稳健且安全的企业应用程序。与 EJB 2 相比,EJB 3 的开发速度更快,原因在于其简单性以及多个注解的使用,如 @EJB、@Stateless、@Stateful、@TransactionManagement、@Resources 和 @SessionContext 等。本课程将深入探讨 EJB 规范的各个主题,包括 EJB 的定义及其优点,会议 Bean 的概念及其类型,如无状态会议 Bean、状态会议 Bean,以及它们的生命周期和示例。此外,课程将涵盖 JMS(Java 消息服务),教授如何为分布式应用程序创建强健的异步消息,包括消息域的概念、JMS 队列和主题的使用方法,以及消息驱动 Bean(MDB)的功能。最后,课程将提到在 EJB 3.2 中,实体 Bean 的弃用及其被 JPA 取代的背景。 通过本课程,学员将全面提高在 Java EJB 开发中的技术能力,为构建企业级应用打下坚实的基础。

课程评论(0条)

课程详情

EJB - Enterprise Java BeanEJB (Enterprise Java Bean) is used to develop scalable, robust and secured enterprise applications in java.The development of EJB 3 is faster than EJB 2 because of simplicity and annotations such as @EJB@Stateless@Stateful@TransactionManagement@Resources@SessionContext etc.Topics of EJB SpecificationWhat is EJBWhat is enterprise java beans(EJB) and what are the advantages of EJB?Session BeanThe session bean represents the business logic. It may be stateless, stateful or singleton.Stateless Session BeanWhat is stateless session bean, its lifecycle and example.Stateful Session BeanWhat is stateful session bean, its lifecycle and example.JMS TutorialHow to create robust and asynchronous message for distributed applications. What are messaging domains?What is Java Messsage Service and what are the advantages of JMS.What is JMS Queue? It is used for peer to peer messaging where a single message is delivered to only one receiver.What is JMS Topic? It is also known as Publisher and Subscriber model where a single message is delivered to all the subscribers.Message Driven BeanA MDB is a JMS client that is invoked by passing message. It is deployed on the application server.Entity BeanIn EJB 3.2, it is deprecated. Now it is replaced with JPA.Thanks,AJ

课程标签

0人关注该课程

主题相关的课程