Overview of Enterprise JavaBeans (EJB)
#1

Overview of Enterprise JavaBeans (EJB)


.ppt   Enterprise JavaBeans.ppt (Size: 186.5 KB / Downloads: 0)

Applications to Date

Web Applications (Servlets/JSPs)
Provided user interface
access to database
simple business logic
no transactions except at the database level; no distributed transactions across business logic
Distributed Applications (RMI)
Distributed access to business logic
access to, but no direct support for database
limited transactions
We have to write a lot of ‘plumbing’ code

What didn’t we address ?

Could someone else deploy your application?
Component reusability
Security
Threading
Resource Management
Load-Balancing
Fault Tolerance (a little with activation)

Component Transaction Monitors (CTMs)

Sophisticated distributed object Application Servers
usually made up of web servers, ORBs, Messaging, Databases, Naming, etc.
Hybrid of TP Monitors (e.g., CICS and Tuxedo)and ORBs (e.g., CORBA and RMI)
Provide infrastructure for managing transactions, object distribution, concurrency, security, persistence, and resource management
the developer isn’t left “rolling their own”
the developer complies with the model and basically implements a lot of callback event and declarative programming
Analogy: CD-player = CTM, CD = Server-side Component

Enterprise JavaBeans (EJBs)

Standard server-side component model for Java Enterprise Applications
security
resource pooling
persistence
concurrency
transactional integrity
Has nothing to do with “JavaBeans”
JavaBeans designed for intra-process purposes
GUIs
non-visual widgets
Enterprise Java Beans (EJB) designed for inter-process purposes
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: ejb seminar topic, technical seminar topics for it on java in ejb, bank operations using ejb**nada, ejb program for banking operation, java ejb project on online baking, ejb vtu notes, literature survey on automation of shear cutting machinees of ejb and uses of ejb notes,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  An Overview of Virtual Reality ( Download Full Seminar Report ) computer science crazy 1 5,737 07-01-2013, 11:16 AM
Last Post: seminar details
  SLEEP SERVER & ITS ENTERPRISE APPLICATION seminar surveyer 5 2,898 03-12-2012, 11:25 PM
Last Post: Guest
  An Overview of Data Migration Methodology project report helper 1 2,458 29-11-2012, 02:18 PM
Last Post: seminar details
  AN OVERVIEW OF IMAGE STEGANOGRAPHY seminar class 1 2,524 19-01-2012, 10:07 AM
Last Post: seminar addict
  Enterprise Resource Planning System for Laptop Manufacturing seminar class 0 1,590 29-03-2011, 09:25 AM
Last Post: seminar class
  Overview of ARM7 LPC 2148 seminar class 0 2,561 08-03-2011, 12:21 PM
Last Post: seminar class
  Terminal Services Overview seminar class 0 986 19-02-2011, 04:48 PM
Last Post: seminar class
  EJB seminar surveyer 0 1,088 24-12-2010, 12:27 PM
Last Post: seminar surveyer
  Overview of Design Patterns&The MVC Design Pattern projectsofme 0 1,116 09-10-2010, 03:57 PM
Last Post: projectsofme
  AN OVERVIEW OF VIRTUAL REALITY full report project report tiger 1 3,530 09-10-2010, 01:51 PM
Last Post: projectsofme

Forum Jump: