일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 컴퓨터과학과
- Compiler
- 책
- 교육
- architecture
- Algorithms
- 운영체제
- 영화
- 데이터베이스
- 알고리즘
- 광고
- 방송통신대학교
- Database
- 영어
- 컴파일러
- 프로그래밍언어
- Computer
- 용어
- Programming
- EJB
- 컴퓨터
- OS
- 인간과 교육
- 백과사전
- Book
- ISBN:89-20-34523-6
- 법
- Java
- Software
- Today
- Total
목록EJB (4)
Digital Intelligence
Lifecycle of a STATELESS Session bean Lifecycle of a STATEFUL Session bean instance Life Cycle of an entity bean instance Life Cycle of a MESSAGE-DRIVEN bean Enterprise Java Beans (TM) Specification ("Specification") Version: 2.0 Status: Final Release Release: August 22, 2001 Copyright 2001 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All rights reserved. Down..
4.3.1 Session objects A typical session object has the following characteristics: • Executes on behalf of a single client. • Can be transaction-aware. • Updates shared data in an underlying database. • Does not represent directly shared data in the database, although it may access and update such data. • Is relatively short-lived. • Is removed when the EJB Container crashes. The client has to re..
Enterprise Java Beans (TM) Specification ("Specification") Version: 2.0 Status: Final Release Release: August 22, 2001 Copyright 2001 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All rights reserved. Download Spec from java.sun.com : http://java.sun.com/products/ejb/docs.html#specs
Ref : http://www.sun.com/training/catalog/courses/CX-310-090.xml Spec : http://java.sun.com/products/ejb/docs.html#specs Exam Objectives EJB Overview Identify the use, benefits, and characteristics of Enterprise JavaBeans technology, for version 2.0 of the EJB specification. Identify EJB 2.0 container requirements. Identify correct and incorrect statements or examples about EJB programming restr..