Given by Lukasz Beca at CPS616 Report on JavaOne Conference March 24-27 98 on Spring Semester 98. Foils prepared 8 April 98
Outside Index
Summary of Material
EJB
|
Java Computing Platform for the Enterprise
|
http://www.javasoft.com/javaone/ |
See also http://www.npac.syr.edu/users/gcf/cps616javaonebasic98/ |
Outside Index Summary of Material
Lukasz Beca |
CPS616 Technologies of the Internet |
04/08/98 NPAC |
EJB
|
Java Computing Platform for the Enterprise
|
http://www.javasoft.com/javaone/ |
See also http://www.npac.syr.edu/users/gcf/cps616javaonebasic98/ |
Software for Enterprises |
Short Development Process |
Reuse of Software |
Portability |
Easy and Quick Access for Users |
Compatibility with Existing Systems and Standards |
Transaction Reliability and Security |
Component architecture
|
Java language |
EJB interfaces specifications |
Multi-tier Architecture
|
Distributed Objects Architecture
|
Java IDL: standards-base interoperability and connectivity with CORBA |
JDBC API: standard SQL database access interface |
Java Naming and Directory Interface (JNDI): unified interface to multiple naming and directory services in the enterprise |
Java Management API (JMAPI): objects and methods for development of seamless system, network, and services management solutions |
Java Transaction Service (JTS): low-level API used by sophisticated transactional application programs, resource managers, transaction processing monitors, transaction-aware communication managers, and transaction managers |
Java Message Service Interface: standard Java API for enterprise messaging services |
Java Security API: security functionality in applets and applications |
Enterprise JavaBeans server
|
Bean container
|
State management: data contained within the object
|
Standard contracts
|
Wrapping and Interception
|
Controlling a Bean
|
Naming
|
Life Cycle Management
|
Distribution Services
|
Transaction Management
|
Security
|
JAR file |
Java Computing Platform for the Enterprise |
Enterprise JavaBeans white paper |
APIs documentation |
JavaONE reference material |