Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Mastery in Java EJB: Step by Step EJB Application

Posted By: lucky_aut
Mastery in Java EJB: Step by Step EJB Application

Mastery in Java EJB: Step by Step EJB Application
Duration: 3h 49m | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 2.31 GB
Genre: eLearning | Language: English

Enterprise Java Bean Complete Course

What you'll learn
You will learn about EJB
What is the Advantage of Using EJB
Create Database Entities
Create EJB Query Language
Setup Weblogic Server and Create Domain
Eclipse setup with Weblogic IDE

Requirements
You should have a basic understanding of Java programming language, text editor, and execution of programs etc
if you have understanding on other technologies like Database Servers, Application Servers
Good to have Database queries knowledge
Good to have core java knowledge
Description
EJB - Enterprise Java Bean

EJB (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 Specification

What is EJB

What is enterprise java beans(EJB) and what are the advantages of EJB?

Session Bean

The session bean represents the business logic. It may be stateless, stateful or singleton.

Stateless Session Bean

What is stateless session bean, its lifecycle and example.

Stateful Session Bean

What is stateful session bean, its lifecycle and example.

JMS Tutorial

How 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 Bean

A MDB is a JMS client that is invoked by passing message. It is deployed on the application server.

Entity Bean

In EJB 3.2, it is deprecated. Now it is replaced with JPA.

Thanks,

AJ

Who this course is for:
This tutorial is designed for Software Professionals as well as for all those who are willing to learn EJB Programming
This tutorial will give you a great understanding about EJB Programming concepts in simple and easy steps
People who wants to learn developing application using EJB

More Info