Cargando…

EJB 3 developer guide : a practical guide for developers and architects to the Enterprise Java Beans standard /

"A practical guide for developers and architects to the Enterprise Java Beans standard"--Resource description page

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Sikora, Michael
Otros Autores: Verma, Meenakshi (Revisador), Mawata, Chris (Revisador), Bean, Lawrence (Revisador)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., 2008.
Colección:From technologies to solutions.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn324806139
003 OCoLC
005 20231017213018.0
006 m o d
007 cr zn|||||||||
008 090430s2008 enka o 001 0 eng d
040 |a YUS  |b eng  |e pn  |c YUS  |d UMI  |d N$T  |d IDEBK  |d CEF  |d OCLCQ  |d E7B  |d OCLCQ  |d B24X7  |d DEBSZ  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCF  |d OCLCQ  |d DKDLA  |d OCLCQ  |d LOA  |d AGLDB  |d MOR  |d PIFAG  |d LIV  |d OCLCQ  |d OCLCO  |d U3W  |d REB  |d STF  |d WRM  |d VTS  |d COCUF  |d INT  |d VT2  |d AU@  |d COO  |d OCLCQ  |d OCLCO  |d WYU  |d OCLCQ  |d OCLCO  |d M8D  |d UKAHL  |d UKCRE  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 614438262  |a 659563090  |a 715159916  |a 764554691  |a 765143194  |a 961537956  |a 962581098  |a 968287805  |a 988492562  |a 991997162  |a 1037737894  |a 1038651311  |a 1055370008  |a 1058409961  |a 1081231059  |a 1103257022  |a 1129355144  |a 1152980414  |a 1153540954  |a 1192345548  |a 1228581089 
020 |a 9781847195616  |q (electronic bk.) 
020 |a 184719561X  |q (electronic bk.) 
020 |a 1847195601 
020 |a 9781847195609 
020 |z 9781847195609 
029 1 |a DEBBG  |b BV043074627 
029 1 |a DEBSZ  |b 355448521 
029 1 |a DEBSZ  |b 421692960 
029 1 |a HEBIS  |b 291518532 
029 1 |a NZ1  |b 13870558 
035 |a (OCoLC)324806139  |z (OCoLC)614438262  |z (OCoLC)659563090  |z (OCoLC)715159916  |z (OCoLC)764554691  |z (OCoLC)765143194  |z (OCoLC)961537956  |z (OCoLC)962581098  |z (OCoLC)968287805  |z (OCoLC)988492562  |z (OCoLC)991997162  |z (OCoLC)1037737894  |z (OCoLC)1038651311  |z (OCoLC)1055370008  |z (OCoLC)1058409961  |z (OCoLC)1081231059  |z (OCoLC)1103257022  |z (OCoLC)1129355144  |z (OCoLC)1152980414  |z (OCoLC)1153540954  |z (OCoLC)1192345548  |z (OCoLC)1228581089 
037 |a CL0500000067  |b Safari Books Online 
050 4 |a QA76.73.J38  |b S55 2008eb 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
072 7 |a MBN  |2 bicssc 
082 0 4 |a 005.13/3  |2 22 
049 |a UAMI 
100 1 |a Sikora, Michael. 
245 1 0 |a EJB 3 developer guide :  |b a practical guide for developers and architects to the Enterprise Java Beans standard /  |c Michael Sikora ; reviewers, Meenakshi Verma, Chris Mawata, Lawrence Bean. 
260 |a Birmingham, U.K. :  |b Packt Pub.,  |c 2008. 
300 |a 1 online resource (vii, 259 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a From technologies to solutions 
500 |a Title from title screen. 
500 |a Includes index. 
520 |a "A practical guide for developers and architects to the Enterprise Java Beans standard"--Resource description page 
505 0 |a Cover -- Table of Contents -- Preface -- Chapter 1: Introduction to the EJB 3 Architecture -- Introduction to the Java EE Architecture -- The EJB 3 Architecture -- EJB Container Services -- The JPA Persistence Engine -- EJB 3 Compared with Earlier Versions -- Getting Started -- Installing GlassFish -- Testing the Installation -- Accessing the Administrator Console -- Shutting Down GlassFish -- Downloading Example Source Code -- Summary -- Chapter 2: Session Beans -- Introduction -- Stateless Session Beans -- Annotations -- Creating a Session Bean Client -- Running the Example -- The Program Directory Structure -- The Ant Build Script -- The Application Client Container -- Stateless Session Bean's LifeCycle -- Stateful Session Beans -- Stateful Session Bean's LifeCycle -- Local Interfaces -- Summary -- Chapter 3: Entities -- Introduction -- EJB 3 Entities -- Comparison with EJB 2.x Entity Beans -- Mapping an Entity to a Database Table -- Introducing the EntityManager -- Packaging and Deploying Entities -- The Program Directory Structure -- Building the Application -- Field-Based Annotations -- Generating Primary Keys -- Table Strategy -- Sequence Strategy -- Identity Strategy -- Auto Strategy -- Overriding Metadata Defaults -- Summary -- Chapter 4: Object/Relational Mapping -- O/R Mapping Default Behavior -- A Banking Example Application -- Testing the Application -- O/R Mapping Overriding Defaults -- Customer Entity -- Account Entity -- Address Entity -- BankServiceBean -- O/R Mapping Additional Annotations -- Referee Class -- BankServiceBean -- Composite Primary Keys -- O/R Inheritance Mapping -- SINGLE_TABLE Strategy -- JOINED Strategy -- Table per Concrete Class Strategy -- Summary -- Chapter 5: The Java Persistence Query Language -- Introduction -- Simple Queries -- Projection -- Conditional Expressions -- Aggregate Functions -- GROUP BY -- HAVING -- Queries with Relationships -- Joins -- Inner Joins -- Outer Joins -- Fetch Joins -- Collection Comparison Expressions -- Constructor Expressions -- SubQueries -- Functions -- CONCAT -- SUBSTRING -- TRIM -- LOWER and UPPER -- LENGTH -- LOCATE -- ABS -- SQRT -- MOD -- SIZE -- Queries with Parameters -- Positional Parameters -- Named Parameters -- Named Queries -- Handling Date and Time -- @Temporal annotation -- Queries with Date Parameters -- Datetime Functions -- Bulk Update and Delete -- Native SQL -- Summary -- Chapter 6: Entity Manager -- Application-managed Entity Manager -- Entity Manager Merge -- Entity Manager Methods -- remove() -- contains() -- flush() -- setFlushMode() -- refresh() -- clear() -- Cascade Operations -- persist -- remove -- merge -- refresh -- all -- Extended Persistence Context -- Entity LifeCycle Callback Methods -- Entity Listeners -- Summary -- Chapter 7: Transactions -- Introduction -- Container-Managed Transaction Demarcation -- SUPPORTS -- NOT_SUPPORTED -- REQUIRED -- REQUIRES_NEW -- MANDAT. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a JavaBeans. 
630 0 7 |a JavaBeans.  |2 blmlsh 
630 0 7 |a JavaBeans  |2 fast 
650 0 |a Java (Computer program language) 
650 0 |a Application software  |x Development. 
650 6 |a Java (Langage de programmation) 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a COMPUTERS  |x Programming Languages  |x C♯  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a Java (Computer program language)  |2 blmlsh 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Java (Computer program language)  |2 fast 
700 1 |a Verma, Meenakshi.  |4 rev 
700 1 |a Mawata, Chris.  |4 rev 
700 1 |a Bean, Lawrence.  |4 rev 
776 0 8 |i Print version:  |a Sikora, Michael.  |t EJB 3 developer guide.  |d Birmingham, UK : PACKT pub., 2008  |z 9781847195609  |w (OCoLC)463003920 
830 0 |a From technologies to solutions. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=333285  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781847195609/?ar  |z Texto completo 
936 |a BATCHLOAD 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26942688 
938 |a Books 24x7  |b B247  |n bks00030174 
938 |a EBSCOhost  |b EBSC  |n 333285 
994 |a 92  |b IZTAP