B1:기초 Basement 썸네일형 리스트형 Ruby 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 4 Beans 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.. 더보기 Enterprise JavaBeans Contracts 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.. 더보기 Lifecycle of Session Object and Entity Object 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 더보기 SCBCD Exam Objectives 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.. 더보기 프로그래밍 언어 Ruby 관련 링크 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가 순수객체지향개념으로 만든 스크립트언어임. 더보기 가비지 수집기 ( garbage collector ) 주제(Subject) -------------------------------------------------------- 한글(약어) : 가비지 수집기 영어(약어) : garbage collector (GC) 관련개념(Related Concepts) -------------------------------------------------------- 명시적 히프(heap) 변수 현수(懸垂) 참조(dangling reference) 프로그래밍 언어 메모리 관리 포인터 개요(Summary) -------------------------------------------------------- 사용이 끝난 기억장소를 회수하는 일을 하는 프로세스. 언어에 따라서는 기억장소를 할당하거나 해제하는 일을 명시적으로 .. 더보기 가변 레코드 ( variant record ) 주제(Subject) -------------------------------------------------------- 한글(약어) : 가변 레코드 영어(약어) : variant record 관련개념(Related Concepts) -------------------------------------------------------- 형 구축자 합집합 프로그래밍 언어 개요(Summary) -------------------------------------------------------- 형 구축자 합집합(union)에서 레코드 내부가 가변적으로 구성될 수 있음을 의미 본문(Body) -------------------------------------------------------- 가변 레코드가 적.. 더보기 이전 1 ··· 8 9 10 11 12 13 14 ··· 34 다음