|
1
|
Is there Head First EJB Book mapping with SCBCD 1.3 Objectives?
|
|
This is Head First EJB Book mapping with SCBCD 1.3 Objectives.
Chapt No. |
Book Chapter Title |
SCBCD Objective |
1 |
Welcome to EJB: an introduction |
1.1 |
2 |
EJB Architecture: architectural overview |
None |
3 |
Exposing Yourself: the client view |
2.1, 2.2 |
4 |
Being a Session Bean: session bean lifecycle |
3.1, 3.2, 3.3, 3.4, 3.5, 3.6 |
5 |
Entities are Persistent: entity bean intro |
5.1, 5.2, 5.3, 5.4 |
6 |
Being an Entity Bean: bean/entity sychronization |
6.1, 6.6, 7.1, 7.2, 7.3, 8.1, 8.2 |
7 |
When Beans Relate: entity bean relationship |
6.2, 6.3, 6.4, 6.5, 9.1, 9.2, 9.3 |
8 |
Getting the Message: message-driven beans |
10.1, 10.2, 10.3, 10.4 |
9 |
The Atomic Age: EJB transactions |
11.1, 11.2, 11.3 11.4 |
10 |
When Beans Go Bad: exceptions in EJB |
12.1 12.2 12.3, 12.4 |
11 |
Protect Your Secrets: security in EJB |
14.1, 14.2, 14.3, 14.4 |
12 |
The Joy of Deployment: a bean’s environment |
13.1, 13.2, 13.3, 1.2, 1.3, 1.4, 1.5 |
A |
Appendix A: Final Mock Exam |
All |
|
|
2
|
What is the official page for Head First Book where I can download the code and errata?
|
|
You can download the very basic code samples and errata from authors site.
http://www.wickedlysmart.com/HeadFirst/HeadFirstEJB/HeadFirstEJBIndex.html
By the way this also has solved "Sharpen Your Pencil exercise" pages for download.
|
|
3
|
Is there Simple list of SCBCD 1.3 Objectives?
|
|
Section ID |
Title |
1 |
EJB Overview |
2 |
Client View of Session Bean |
3 |
Session Bean Component Contract |
4 |
Session Bean Lifecycle |
5 |
Client View of Entity |
6 |
Component Contract for Container Managed Persistency (CMP) |
7 |
CMP Entity Bean Lifecycle |
8 |
Entity Bean |
9 |
EJB QL |
10 |
Message Driven Bean (MDB) |
11 |
Transactions |
12 |
Exceptions |
13 |
Enterprise Bean Environment |
14 |
Security Management |
|
|
4
|
Can I see the Cloudscape database contents where CMP/BMP entity beans are persisted in a GUI way?
|
|
You can definately see those persisted tables in a GUI way. After the release of J2EE 1.3 Cloudscape database was acquired by IBM. Thats why Sun stoped bundling Cloudscape alongwith J2EE kit.
If you’ve configured J2EE_HOME system variable properly following command will give you Cloudscape database contents in GUI way. You may save following command in some batch file like cloudview.bat.
java -classpath "%classpath%";%J2EE_HOME%\lib\jhall.jar;%J2EE_HOME%\lib\cloudscape\cloudclient.jar;
%J2EE_HOME%\lib\cloudscape\RmiJdbc.jar;%J2EE_HOME%\lib\cloudscape\cloudview.jar
COM.cloudscape.tools.cview %J2EE_HOME%\cloudscape\CloudscapeDB
|
|
 
Copyright Notice
Copyright (c), deepjava.com. Permission to copy all or part of this work is
granted for individual use, and for copies within a scholastic or academic setting.
Copies may not be made or distributed for resale. The no warranty, and copyright
notice must be retained verbatim and be displayed conspicuously. You need written
authorization before you can include this FAQ in a book and/or a CDROM archive.
If anyone needs other permissions that aren't covered by the above, please contact
the author. I will not be restrictive in granting permission.
No Warranty
This work is provided on an "as is" basis. The copyright holder makes no warranty whatsoever, either express or implied, regarding the work, including warranties with respect to merchantability or fitness for any purpose.
|
|