Middleware Java 2 Enterprise Edition - PowerPoint PPT Presentation

1 / 13
About This Presentation
Title:

Middleware Java 2 Enterprise Edition

Description:

Title: Middleware Java 2 Enterprise Edition Author: Daniel Gandara Last modified by: Daniel Gandara Created Date: 11/4/2002 7:19:12 PM Document presentation format – PowerPoint PPT presentation

Number of Views:92
Avg rating:3.0/5.0
Slides: 14
Provided by: Daniel1279
Category:

less

Transcript and Presenter's Notes

Title: Middleware Java 2 Enterprise Edition


1
MiddlewareJava 2 Enterprise Edition
  • Enterprise Java Beans

2
Java 2 Enterprise Edition
3
J2EE - Arquitectura
4
J2EE - Arquitectura
5
J2EE Dinamic Content
6
J2EE Container / Component
  • Container es el auto
  • Componente es el chofer
  • Container es la plataforma
  • Componente es la aplicacion

7
J2EE Enterprise Java Beans
  • Overview
  • An enterprise bean is a server-side software
    component that can be deployed in a distributed
    multitier environment.
  • An enterprise bean can compose one or more Java
    objects because a component may be more than just
    a simple object.
  • Regardless of an enterprise beans composition,
    the clients of the bean deal with a single
    exposed component interface. This interface, as
    well as the enterprise bean itself, must conform
    to the EJB specification.
  • The specification requires that your beans expose
    a few required methods

8
J2EE - EJB
9
J2EE - EJB
  • Tipos
  • Session (verbos)
  • Stateless
  • Statefull
  • Entity (sustantivos)
  • Bean Managed Persistence
  • Container Managed Persistence
  • Message Driven
  • Message Oriented Middleware (MOM)

10
J2EE - EJB
  • Development Process
  • Server
  • Client
  • El container resuelve la mayoria de las tareas
    complejas propias del desarrollo en ambientes
    distribuidos

11
J2EE - EJB
  • Server Development
  • Interface Development
  • Implementar Interfaces Standard EJB
  • Implementar Interfaces Especificas de la
    Aplicacion
  • Crear Interfaces Remotas para Clientes
  • Crear Interfaces Home para Clientes
  • Compile
  • Deployment
  • Configurar Module Deployment Descriptors
  • Package EJB en EJB JAR
  • Configurar Application Deployment Descriptor
  • Package EJB Modules en J2EE EAR Application
  • Deploy

12
J2EE - EJB
13
J2EE - EJB
  • Client Development
  • Verificacion de Standard Client Library
  • Generacion de EJB Client Interface
  • Implementacion Client
  • Compile
  • Configurar Descriptors
  • Package Client App en JAR
  • Lanzar J2EE Client App
Write a Comment
User Comments (0)
About PowerShow.com