일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 컴퓨터과학과
- 운영체제
- Database
- 프로그래밍언어
- 용어
- 방송통신대학교
- Algorithms
- Programming
- ISBN:89-20-34523-6
- 인간과 교육
- 데이터베이스
- 백과사전
- Compiler
- Computer
- Java
- 컴파일러
- 알고리즘
- Book
- 광고
- 영화
- 교육
- EJB
- 컴퓨터
- architecture
- 법
- 책
- 영어
- OS
- Software
- Today
- Total
목록B1:기초 Basement (271)
Digital Intelligence
Ruby는 Yukihiro Matsumoto("Matz")가 만든 객체지향 스크립팅 언어다. 관련서적 1. Ruby in a Nutshell by Yukihiro Matsumoto ------------------------------------------------- Publisher: O'Reilly Pub Date: November 2001 ISBN: 0-596-00214-9 Pages: 218 2. Ruby Cookbook by Lucas Carlson, Leonard Richardson ------------------------------------------------- Publisher: O'Reilly Pub Date: July 2006 Print ISBN-10: 0-596-52369-6..
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..
Creator : Yukihiro Matsumoto http://en.wikipedia.org/wiki/Yukihiro_Matsumoto His Web Diary http://www.rubyist.net/~matz/ Wikipedia소개 http://en.wikipedia.org/wiki/Ruby_%28programming_language%29 공식 홈페이지(한국어) http://www.ruby-lang.org/ko/ Ruby는 Yukihiro Matsumoto가 순수객체지향개념으로 만든 스크립트언어임.
주제(Subject) -------------------------------------------------------- 한글(약어) : 가비지 수집기 영어(약어) : garbage collector (GC) 관련개념(Related Concepts) -------------------------------------------------------- 명시적 히프(heap) 변수 현수(懸垂) 참조(dangling reference) 프로그래밍 언어 메모리 관리 포인터 개요(Summary) -------------------------------------------------------- 사용이 끝난 기억장소를 회수하는 일을 하는 프로세스. 언어에 따라서는 기억장소를 할당하거나 해제하는 일을 명시적으로 ..
주제(Subject) -------------------------------------------------------- 한글(약어) : 가변 레코드 영어(약어) : variant record 관련개념(Related Concepts) -------------------------------------------------------- 형 구축자 합집합 프로그래밍 언어 개요(Summary) -------------------------------------------------------- 형 구축자 합집합(union)에서 레코드 내부가 가변적으로 구성될 수 있음을 의미 본문(Body) -------------------------------------------------------- 가변 레코드가 적..