Enterprise JavaBeans 3.0: [developing Enterprise Java components ; covers Java persistance]
Gespeichert in:
Späterer Titel: | Rubinger, Andrew Lee Enterprise JavaBeans 3.1 |
---|---|
Vorheriger Titel: | Monson-Haefel, Richard Enterprise JavaBeans. |
Hauptverfasser: | , |
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Beijing [u.a.]
O'Reilly
2006
|
Ausgabe: | 5. ed. |
Schlagworte: | |
Online-Zugang: | Publisher description Contributor biographical information Inhaltsverzeichnis |
Beschreibung: | XXV, 732 S. graph. Darst. |
ISBN: | 059600978X 9780596009786 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV021631729 | ||
003 | DE-604 | ||
005 | 20131112 | ||
007 | t | ||
008 | 060627s2006 d||| |||| 00||| eng d | ||
016 | 7 | |a 978656067 |2 DE-101 | |
020 | |a 059600978X |c Kt. : £35.50, EUR 48.00 (freier Pr.) |9 0-596-00978-X | ||
020 | |a 9780596009786 |9 978-0-596-00978-6 | ||
035 | |a (OCoLC)255240195 | ||
035 | |a (DE-599)BVBBV021631729 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-29T |a DE-703 |a DE-898 |a DE-824 |a DE-573 |a DE-M347 |a DE-91G |a DE-860 |a DE-739 |a DE-20 |a DE-634 |a DE-11 | ||
050 | 0 | |a QA76.73.J38 M65 2006 | |
082 | 0 | |a 005.13/3 22 | |
082 | 0 | |a 005.133 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a 004 |2 sdnb | ||
084 | |a DAT 362f |2 stub | ||
100 | 1 | |a Burke, Bill |d 1943- |e Verfasser |0 (DE-588)129110159 |4 aut | |
245 | 1 | 0 | |a Enterprise JavaBeans 3.0 |b [developing Enterprise Java components ; covers Java persistance] |c Bill Burke and Richard Monson-Haefel |
246 | 1 | 3 | |a Enterprise Java Beans 3.0 |
250 | |a 5. ed. | ||
264 | 1 | |a Beijing [u.a.] |b O'Reilly |c 2006 | |
300 | |a XXV, 732 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
630 | 0 | 4 | |a JavaBeans |
650 | 4 | |a Enterprise JavaBeans 3.0 | |
650 | 4 | |a Java (Computer program language) | |
650 | 0 | 7 | |a Enterprise JavaBeans 3.0 |0 (DE-588)7500099-4 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Enterprise JavaBeans 3.0 |0 (DE-588)7500099-4 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Monson-Haefel, Richard |e Verfasser |4 aut | |
780 | 0 | 0 | |i 4. Auflage |a Monson-Haefel, Richard |t Enterprise JavaBeans. |
785 | 0 | 0 | |i 6. Aufl. u.d.T. |a Rubinger, Andrew Lee |t Enterprise JavaBeans 3.1 |
856 | 4 | 2 | |q text/html |u http://www.loc.gov/catdir/enhancements/fy0715/2006285201-d.html |3 Publisher description |
856 | 4 | 2 | |q text/html |u http://www.loc.gov/catdir/enhancements/fy0912/2006285201-b.html |3 Contributor biographical information |
856 | 4 | 2 | |m Digitalisierung UB Passau |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014846618&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
Datensatz im Suchindex
_version_ | 1805072686978695168 |
---|---|
adam_text |
Table
of
Contents
Foreword
. xv
Preface
. xix
Parti. The EJB
3.0
Standard
1.
Introduction
. 3
Server-Side Components
4
Persistence and Entity Beans
6
Asynchronous Messaging
6
Web Services
8
Titan Cruises: An Imaginary Business
10
What's Next?
10
2.
Architectural Overview
. 11
The Entity Bean
11
The Enterprise Bean Component
14
Using Enterprise and Entity Beans
22
The Bean-Container Contract
28
Summary
29
3.
Resource Management and Primary Services
. 31
Resource Management
31
Primary Services
39
What's Next?
50
4.
Developing Your First Beans
.51
Developing an Entity Bean
51
Developing a Session Bean
54
5.
Persistence: EntityManager
.63
Entities Are POJOs
64
Managed Versus Unmanaged Entities
65
Packaging a Persistence Unit
67
Obtaining an EntityManager
71
Interacting with an EntityManager
75
Resource Local Transactions
82
6.
Mapping Persistent Objects
.85
The Programming Model
86
Basic Relational Mapping
89
Primary Keys
93
Property Mappings
104
Multitable Mappings with
@SecondaryTable
111
©Embedded Obj ects
114
7.
Entity Relationships
. 117
The Seven Relationship Types
117
Mapping Collection-Based Relationships
150
Detached Entities and FetchType
153
Cascading
154
8.
Entity Inheritance
. 159
Single Table per Class Hierarchy
160
Table per Concrete Class
163
Table per Subclass
165
Mixing Strategies
168
Nonentity Base Classes
168
9.
Queries and EJB QL
.170
Query API
171
EJB QL
175
Native Queries
201
Named Queries
204
10.
Entity Callbacks and Listeners
. 207
Callback Events
207
Callbacks on Entity Classes
208
Entity Listeners
209
11.
Session Beans
. 213
The Stateless Session Bean
214
SessionContext
225
The Life Cycle of a Stateless Session Bean
229
The Stateful Session Bean
232
The Life Cycle of a Stateful Session Bean
243
Stateful Session Beans and Extended Persistence Contexts
247
Nested Stateful Session Beans
248
12.
Message-Driven Beans
. 250
JMS
and Message-Driven Beans
250
JMS-Based Message-Driven Beans
261
The Life Cycle of a Message-Driven Bean
275
Connector-Based Message-Driven Beans
278
Message Linking
281
13.
Timer Service
. 285
Titan's Maintenance Timer
286
Timer Service API
287
Transactions
297
Stateless Session Bean Timers
297
Message-Driven Bean Timers
299
Final Words
304
14.
TheJNDI ENC and Injection
. 305
TheJNDIENC
305
Reference and Injection Types
313
15.
Interceptors
. 339
Intercepting Methods
339
Interceptors and Injection
347
Intercepting Life Cycle Events
349
Exception Handling
352
Interceptor Life Cycle
355
Bean Class
@AroundInvoke
Methods
355
Future Interceptor Improvements
356
16.
Transactions
.357
ACID Transactions
357
Declarative Transaction Management
362
Isolation and Database Locking
374
Nontransactional EJBs
385
Explicit Transaction Management
386
Exceptions and Transactions
397
Transactional Stateful Session Beans
403
Conversational Persistence Contexts
406
17.
Security
.413
Authentication and Identity
414
Authorization
415
The RunAs Security Identity
421
Programmatic Security
422
18.
EJB
3.0:
Web Services Standards
.425
Web Services Overview
425
XML Schema and XML Namespaces
426
SOAP
1.1 438
WSDL
1.1 441
UDDI
2.0 449
From Standards to Implementation
450
19.
EJB
3.0
and Web Services
.451
Accessing Web Services with JAX-RPC
452
Defining a Web Service with JAX-RPC
461
Using JAX-
WS 466
Other Annotations and APIs
476
20.
Java
ЕЕ
.477
Servlets
477
JavaServer Pages
479
Web Components and EJB
479
Filling in the Gaps
480
Fitting the Pieces Together
486
21.
EJB
Design
in the Real World
.488
Predesign:
Containers and Databases
488
Design
491
Should You Use EJBs?
517
Wrapping Up
521
Part II. The JBoss Workbook
Introduction
.525
1.
JBoss Installation and Configuration
.527
About JBoss
527
Installing the JBoss Application Server
527
A Quick Look at JBoss Internals
531
Exercise Code Setup and Configuration
534
2.
Exercises for Chapter
4 .537
Exercise
4.1 :
Your First Beans with JBoss
537
Exercise
4.2:
JNDI Binding with Annotations
544
Exercise
4.3:
JNDI Binding with XML
549
3.
Exercises for Chapter
5 .551
Exercise
5.1:
Interacting with EntityManager
551
Exercise
5.2:
Standalone Persistence
561
4.
Exercises for Chapter
6 .565
Exercise
6.1:
Basic Property Mappings
565
Exercise
6.2:
@IdClass
569
Exercise
6.3:
@EmbeddedId
571
Exercise
6.4:
Multitable Mappings
573
Exercise
6.5:
Embeddable Classes
575
5.
Exercises for Chapter
7 . 577
Exercise
7.1 :
Cascading
577
Exercise
7.2:
Inverse Relationships
583
Exercise
7.3:
Lazy Initialization
587
6.
Exercises
for Chapter
8 .593
Exercise
8.1:
Single Table per Hierarchy
593
Exercise
8.2:
Single Table per Hierarchy
597
Exercise
8.3:
JOINED Inheritance Strategy
599
7.
Exercises for Chapter
9 .602
Exercise
9.1:
Query and EJB QL Basics
602
Exercise
9.2:
Native SQL Queries
621
8.
Exercises for Chapter
10 .626
Exercise
10.1:
Entity Callbacks
626
Exercise
10.2:
Entity Listeners
631
9.
Exercises for Chapter
11 .639
Exercise
11.1:
Stateless Session Bean
639
Exercise
11.2 :
XML Override
643
Exercise
11.3:
Annotationless Stateless Session Bean
646
Exercise
11.4:
Stateful Session Bean
647
Exercise
11.5:
Annotationless Stateful Session Bean
654
10.
Exercises for Chapter
12 .655
Exercise
12.1:
The Message-Driven Bean
655
11.
Exercises for Chapter
13 .663
Exercise
13.1:
EJB Timer Service
663
12.
Exercises for Chapter
15 .666
Exercise
15,1:
EJB Interceptors
666
Exercise
15.2:
Intercepting EJB Callbacks
668
13.
Exercises for Chapter
16 .671
Exercise
16.1:
Conversational Persistence Contexts
671
14.
Exercises for Chapter
17 .674
Exercise
17.1:
Security
674
Exercise
17.2:
Securing Through XML
679
15.
Exercises
for Chapter
19 .681
Exercise
19.1:
Exposing a Stateless Bean
681
Exercise
19.2:
Using a .NET Client
689
Part III. Appendix
Appendix: JBoss Database Configuration
.695
Index
.699 |
adam_txt |
Table
of
Contents
Foreword
. xv
Preface
. xix
Parti. The EJB
3.0
Standard
1.
Introduction
. 3
Server-Side Components
4
Persistence and Entity Beans
6
Asynchronous Messaging
6
Web Services
8
Titan Cruises: An Imaginary Business
10
What's Next?
10
2.
Architectural Overview
. 11
The Entity Bean
11
The Enterprise Bean Component
14
Using Enterprise and Entity Beans
22
The Bean-Container Contract
28
Summary
29
3.
Resource Management and Primary Services
. 31
Resource Management
31
Primary Services
39
What's Next?
50
4.
Developing Your First Beans
.51
Developing an Entity Bean
51
Developing a Session Bean
54
5.
Persistence: EntityManager
.63
Entities Are POJOs
64
Managed Versus Unmanaged Entities
65
Packaging a Persistence Unit
67
Obtaining an EntityManager
71
Interacting with an EntityManager
75
Resource Local Transactions
82
6.
Mapping Persistent Objects
.85
The Programming Model
86
Basic Relational Mapping
89
Primary Keys
93
Property Mappings
104
Multitable Mappings with
@SecondaryTable
111
©Embedded Obj ects
114
7.
Entity Relationships
. 117
The Seven Relationship Types
117
Mapping Collection-Based Relationships
150
Detached Entities and FetchType
153
Cascading
154
8.
Entity Inheritance
. 159
Single Table per Class Hierarchy
160
Table per Concrete Class
163
Table per Subclass
165
Mixing Strategies
168
Nonentity Base Classes
168
9.
Queries and EJB QL
.170
Query API
171
EJB QL
175
Native Queries
201
Named Queries
204
10.
Entity Callbacks and Listeners
. 207
Callback Events
207
Callbacks on Entity Classes
208
Entity Listeners
209
11.
Session Beans
. 213
The Stateless Session Bean
214
SessionContext
225
The Life Cycle of a Stateless Session Bean
229
The Stateful Session Bean
232
The Life Cycle of a Stateful Session Bean
243
Stateful Session Beans and Extended Persistence Contexts
247
Nested Stateful Session Beans
248
12.
Message-Driven Beans
. 250
JMS
and Message-Driven Beans
250
JMS-Based Message-Driven Beans
261
The Life Cycle of a Message-Driven Bean
275
Connector-Based Message-Driven Beans
278
Message Linking
281
13.
Timer Service
. 285
Titan's Maintenance Timer
286
Timer Service API
287
Transactions
297
Stateless Session Bean Timers
297
Message-Driven Bean Timers
299
Final Words
304
14.
TheJNDI ENC and Injection
. 305
TheJNDIENC
305
Reference and Injection Types
313
15.
Interceptors
. 339
Intercepting Methods
339
Interceptors and Injection
347
Intercepting Life Cycle Events
349
Exception Handling
352
Interceptor Life Cycle
355
Bean Class
@AroundInvoke
Methods
355
Future Interceptor Improvements
356
16.
Transactions
.357
ACID Transactions
357
Declarative Transaction Management
362
Isolation and Database Locking
374
Nontransactional EJBs
385
Explicit Transaction Management
386
Exceptions and Transactions
397
Transactional Stateful Session Beans
403
Conversational Persistence Contexts
406
17.
Security
.413
Authentication and Identity
414
Authorization
415
The RunAs Security Identity
421
Programmatic Security
422
18.
EJB
3.0:
Web Services Standards
.425
Web Services Overview
425
XML Schema and XML Namespaces
426
SOAP
1.1 438
WSDL
1.1 441
UDDI
2.0 449
From Standards to Implementation
450
19.
EJB
3.0
and Web Services
.451
Accessing Web Services with JAX-RPC
452
Defining a Web Service with JAX-RPC
461
Using JAX-
WS 466
Other Annotations and APIs
476
20.
Java
ЕЕ
.477
Servlets
477
JavaServer Pages
479
Web Components and EJB
479
Filling in the Gaps
480
Fitting the Pieces Together
486
21.
EJB
Design
in the Real World
.488
Predesign:
Containers and Databases
488
Design
491
Should You Use EJBs?
517
Wrapping Up
521
Part II. The JBoss Workbook
Introduction
.525
1.
JBoss Installation and Configuration
.527
About JBoss
527
Installing the JBoss Application Server
527
A Quick Look at JBoss Internals
531
Exercise Code Setup and Configuration
534
2.
Exercises for Chapter
4 .537
Exercise
4.1 :
Your First Beans with JBoss
537
Exercise
4.2:
JNDI Binding with Annotations
544
Exercise
4.3:
JNDI Binding with XML
549
3.
Exercises for Chapter
5 .551
Exercise
5.1:
Interacting with EntityManager
551
Exercise
5.2:
Standalone Persistence
561
4.
Exercises for Chapter
6 .565
Exercise
6.1:
Basic Property Mappings
565
Exercise
6.2:
@IdClass
569
Exercise
6.3:
@EmbeddedId
571
Exercise
6.4:
Multitable Mappings
573
Exercise
6.5:
Embeddable Classes
575
5.
Exercises for Chapter
7 . 577
Exercise
7.1 :
Cascading
577
Exercise
7.2:
Inverse Relationships
583
Exercise
7.3:
Lazy Initialization
587
6.
Exercises
for Chapter
8 .593
Exercise
8.1:
Single Table per Hierarchy
593
Exercise
8.2:
Single Table per Hierarchy
597
Exercise
8.3:
JOINED Inheritance Strategy
599
7.
Exercises for Chapter
9 .602
Exercise
9.1:
Query and EJB QL Basics
602
Exercise
9.2:
Native SQL Queries
621
8.
Exercises for Chapter
10 .626
Exercise
10.1:
Entity Callbacks
626
Exercise
10.2:
Entity Listeners
631
9.
Exercises for Chapter
11 .639
Exercise
11.1:
Stateless Session Bean
639
Exercise
11.2 :
XML Override
643
Exercise
11.3:
Annotationless Stateless Session Bean
646
Exercise
11.4:
Stateful Session Bean
647
Exercise
11.5:
Annotationless Stateful Session Bean
654
10.
Exercises for Chapter
12 .655
Exercise
12.1:
The Message-Driven Bean
655
11.
Exercises for Chapter
13 .663
Exercise
13.1:
EJB Timer Service
663
12.
Exercises for Chapter
15 .666
Exercise
15,1:
EJB Interceptors
666
Exercise
15.2:
Intercepting EJB Callbacks
668
13.
Exercises for Chapter
16 .671
Exercise
16.1:
Conversational Persistence Contexts
671
14.
Exercises for Chapter
17 .674
Exercise
17.1:
Security
674
Exercise
17.2:
Securing Through XML
679
15.
Exercises
for Chapter
19 .681
Exercise
19.1:
Exposing a Stateless Bean
681
Exercise
19.2:
Using a .NET Client
689
Part III. Appendix
Appendix: JBoss Database Configuration
.695
Index
.699 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Burke, Bill 1943- Monson-Haefel, Richard |
author_GND | (DE-588)129110159 |
author_facet | Burke, Bill 1943- Monson-Haefel, Richard |
author_role | aut aut |
author_sort | Burke, Bill 1943- |
author_variant | b b bb r m h rmh |
building | Verbundindex |
bvnumber | BV021631729 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.J38 M65 2006 |
callnumber-search | QA76.73.J38 M65 2006 |
callnumber-sort | QA 276.73 J38 M65 42006 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 250 |
classification_tum | DAT 362f |
ctrlnum | (OCoLC)255240195 (DE-599)BVBBV021631729 |
dewey-full | 005.13/322 005.133 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.13/3 22 005.133 |
dewey-search | 005.13/3 22 005.133 |
dewey-sort | 15.13 13 222 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
discipline_str_mv | Informatik |
edition | 5. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV021631729</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20131112</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">060627s2006 d||| |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">978656067</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">059600978X</subfield><subfield code="c">Kt. : £35.50, EUR 48.00 (freier Pr.)</subfield><subfield code="9">0-596-00978-X</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780596009786</subfield><subfield code="9">978-0-596-00978-6</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)255240195</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV021631729</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-29T</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-898</subfield><subfield code="a">DE-824</subfield><subfield code="a">DE-573</subfield><subfield code="a">DE-M347</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-860</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-11</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.73.J38 M65 2006</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.13/3 22</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.133</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 362f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Burke, Bill</subfield><subfield code="d">1943-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)129110159</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Enterprise JavaBeans 3.0</subfield><subfield code="b">[developing Enterprise Java components ; covers Java persistance]</subfield><subfield code="c">Bill Burke and Richard Monson-Haefel</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">Enterprise Java Beans 3.0</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">5. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2006</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXV, 732 S.</subfield><subfield code="b">graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">JavaBeans</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Enterprise JavaBeans 3.0</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Java (Computer program language)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Enterprise JavaBeans 3.0</subfield><subfield code="0">(DE-588)7500099-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Enterprise JavaBeans 3.0</subfield><subfield code="0">(DE-588)7500099-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Monson-Haefel, Richard</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="780" ind1="0" ind2="0"><subfield code="i">4. Auflage</subfield><subfield code="a">Monson-Haefel, Richard</subfield><subfield code="t">Enterprise JavaBeans.</subfield></datafield><datafield tag="785" ind1="0" ind2="0"><subfield code="i">6. Aufl. u.d.T.</subfield><subfield code="a">Rubinger, Andrew Lee</subfield><subfield code="t">Enterprise JavaBeans 3.1</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="q">text/html</subfield><subfield code="u">http://www.loc.gov/catdir/enhancements/fy0715/2006285201-d.html</subfield><subfield code="3">Publisher description</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="q">text/html</subfield><subfield code="u">http://www.loc.gov/catdir/enhancements/fy0912/2006285201-b.html</subfield><subfield code="3">Contributor biographical information</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014846618&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield></record></collection> |
id | DE-604.BV021631729 |
illustrated | Illustrated |
index_date | 2024-07-02T14:57:23Z |
indexdate | 2024-07-20T04:57:40Z |
institution | BVB |
isbn | 059600978X 9780596009786 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-014846618 |
oclc_num | 255240195 |
open_access_boolean | |
owner | DE-29T DE-703 DE-898 DE-BY-UBR DE-824 DE-573 DE-M347 DE-91G DE-BY-TUM DE-860 DE-739 DE-20 DE-634 DE-11 |
owner_facet | DE-29T DE-703 DE-898 DE-BY-UBR DE-824 DE-573 DE-M347 DE-91G DE-BY-TUM DE-860 DE-739 DE-20 DE-634 DE-11 |
physical | XXV, 732 S. graph. Darst. |
publishDate | 2006 |
publishDateSearch | 2006 |
publishDateSort | 2006 |
publisher | O'Reilly |
record_format | marc |
spelling | Burke, Bill 1943- Verfasser (DE-588)129110159 aut Enterprise JavaBeans 3.0 [developing Enterprise Java components ; covers Java persistance] Bill Burke and Richard Monson-Haefel Enterprise Java Beans 3.0 5. ed. Beijing [u.a.] O'Reilly 2006 XXV, 732 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier JavaBeans Enterprise JavaBeans 3.0 Java (Computer program language) Enterprise JavaBeans 3.0 (DE-588)7500099-4 gnd rswk-swf Enterprise JavaBeans 3.0 (DE-588)7500099-4 s DE-604 Monson-Haefel, Richard Verfasser aut 4. Auflage Monson-Haefel, Richard Enterprise JavaBeans. 6. Aufl. u.d.T. Rubinger, Andrew Lee Enterprise JavaBeans 3.1 text/html http://www.loc.gov/catdir/enhancements/fy0715/2006285201-d.html Publisher description text/html http://www.loc.gov/catdir/enhancements/fy0912/2006285201-b.html Contributor biographical information Digitalisierung UB Passau application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014846618&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Burke, Bill 1943- Monson-Haefel, Richard Enterprise JavaBeans 3.0 [developing Enterprise Java components ; covers Java persistance] JavaBeans Enterprise JavaBeans 3.0 Java (Computer program language) Enterprise JavaBeans 3.0 (DE-588)7500099-4 gnd |
subject_GND | (DE-588)7500099-4 |
title | Enterprise JavaBeans 3.0 [developing Enterprise Java components ; covers Java persistance] |
title_alt | Enterprise Java Beans 3.0 |
title_auth | Enterprise JavaBeans 3.0 [developing Enterprise Java components ; covers Java persistance] |
title_exact_search | Enterprise JavaBeans 3.0 [developing Enterprise Java components ; covers Java persistance] |
title_exact_search_txtP | Enterprise JavaBeans 3.0 [developing Enterprise Java components ; covers Java persistance] |
title_full | Enterprise JavaBeans 3.0 [developing Enterprise Java components ; covers Java persistance] Bill Burke and Richard Monson-Haefel |
title_fullStr | Enterprise JavaBeans 3.0 [developing Enterprise Java components ; covers Java persistance] Bill Burke and Richard Monson-Haefel |
title_full_unstemmed | Enterprise JavaBeans 3.0 [developing Enterprise Java components ; covers Java persistance] Bill Burke and Richard Monson-Haefel |
title_new | Rubinger, Andrew Lee Enterprise JavaBeans 3.1 |
title_old | Monson-Haefel, Richard Enterprise JavaBeans. |
title_short | Enterprise JavaBeans 3.0 |
title_sort | enterprise javabeans 3 0 developing enterprise java components covers java persistance |
title_sub | [developing Enterprise Java components ; covers Java persistance] |
topic | JavaBeans Enterprise JavaBeans 3.0 Java (Computer program language) Enterprise JavaBeans 3.0 (DE-588)7500099-4 gnd |
topic_facet | JavaBeans Enterprise JavaBeans 3.0 Java (Computer program language) |
url | http://www.loc.gov/catdir/enhancements/fy0715/2006285201-d.html http://www.loc.gov/catdir/enhancements/fy0912/2006285201-b.html http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=014846618&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT burkebill enterprisejavabeans30developingenterprisejavacomponentscoversjavapersistance AT monsonhaefelrichard enterprisejavabeans30developingenterprisejavacomponentscoversjavapersistance AT burkebill enterprisejavabeans30 AT monsonhaefelrichard enterprisejavabeans30 |