Cargando…

Oracle database programming using Java and Web Services /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Mensah, Kaussi
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Burlington, Mass. : Elsevier Digital Press, ©2006.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocn319430079
003 OCoLC
005 20240329122006.0
006 m o d
007 cr unu||||||||
008 090427s2006 maua o 001 0 eng d
040 |a UMI  |b eng  |e pn  |c UMI  |d OCLCQ  |d CEF  |d OCLCQ  |d ZCU  |d E7B  |d UBY  |d NHM  |d DEBSZ  |d S4S  |d OCLCF  |d OCLCQ  |d EBLCP  |d NRU  |d IDEBK  |d UKDOC  |d OCLCQ  |d LOA  |d PIFAG  |d OCLCQ  |d MERUC  |d OCLCQ  |d OCLCO  |d U3W  |d STF  |d WRM  |d ICG  |d INT  |d AU@  |d OCLCQ  |d TKN  |d OCLCQ  |d OCLCO  |d DKC  |d OCLCQ  |d VLY  |d OCLCO  |d OCLCQ  |d INARC  |d OCLCO  |d OCLCL  |d EZC 
019 |a 476138876  |a 505083135  |a 507420511  |a 648267844  |a 815527217  |a 961512668  |a 962725647  |a 1034955263  |a 1044283236  |a 1056388865  |a 1058145900  |a 1060790063  |a 1073041496  |a 1162225928  |a 1392367316  |a 1409363952 
020 |a 9781555583293 
020 |a 1555583296 
020 |a 9780080525112  |q (electronic bk.) 
020 |a 0080525113  |q (electronic bk.) 
020 |a 1281023841 
020 |a 9781281023841 
020 |a 9786611023843 
020 |a 6611023844 
029 1 |a AU@  |b 000048826563 
029 1 |a AU@  |b 000050978749 
029 1 |a AU@  |b 000051558275 
029 1 |a DEBBG  |b BV044128678 
029 1 |a DEBSZ  |b 355438143 
029 1 |a DEBSZ  |b 430470339 
029 1 |a DEBSZ  |b 449111385 
029 1 |a HEBIS  |b 291508790 
035 |a (OCoLC)319430079  |z (OCoLC)476138876  |z (OCoLC)505083135  |z (OCoLC)507420511  |z (OCoLC)648267844  |z (OCoLC)815527217  |z (OCoLC)961512668  |z (OCoLC)962725647  |z (OCoLC)1034955263  |z (OCoLC)1044283236  |z (OCoLC)1056388865  |z (OCoLC)1058145900  |z (OCoLC)1060790063  |z (OCoLC)1073041496  |z (OCoLC)1162225928  |z (OCoLC)1392367316  |z (OCoLC)1409363952 
037 |a CL0500000038  |b Safari Books Online 
050 4 |a QA76.9.D3  |b M46 2006 
072 7 |a USDR  |2 bicssc 
082 0 4 |a 005.7585  |2 22 
049 |a UAMI 
100 1 |a Mensah, Kaussi. 
245 1 0 |a Oracle database programming using Java and Web Services /  |c Kuassi Mensah. 
260 |a Burlington, Mass. :  |b Elsevier Digital Press,  |c ©2006. 
300 |a 1 online resource (xxxii, 1087 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 
500 |a Includes index. 
588 0 |a Print version record. 
505 0 |a pt. I. Java in the database -- 1. Stored procedures as database programming model -- 2. OracleJVM : under the hood -- 3. Developing and running Java in the database -- 4. Pragmatic applications using Java in the database -- 5. Database scripting using non-Java languages -- pt. II. Java persistence and Java SQL data access -- 6. Introducing the JDBC technology and Oracle's implementation -- 7. URL, DataSource, connection, and statements -- 8. SQL data access and manipulation -- 9. JDBC quality of services and best practices -- pt. III. Oracle database programming with SQLJ -- 10. Introducing the SQLJ technology and Oracle's implementation -- 11. The SQLJ language and Oracle extensions -- 12. SQLJ data access and best practices -- pt. IV. Oracle database programming with JPublisher -- 13. Abridged Oracle JPublisher -- pt. V. Programming the Oracle database with Web services -- 14. Web services and SOA for DBA, data architects, and others -- 15. Database as Web services provider service -- 16. Database as Web services consumer -- pt. VI. Putting everything together -- 17. 360-degree programming the Oracle database. 
520 8 |a Annotation  |b The traditional division of labor between the database (which only stores and manages SQL and XML data for fast, easy data search and retrieval) and the application server (which runs application or business logic, and presentation logic) is obsolete. Although the books primary focus is on programming the Oracle Database, the concepts and techniques provided apply to most RDBMS that support Java including Oracle, DB2, Sybase, MySQL, and PostgreSQL. This is the first book to cover new Java, JDBC, SQLJ, JPublisher and Web Services features in Oracle Database 10g Release 2 (the coverage starts with Oracle 9i Release 2). This book is a must-read for database developers audience (DBAs, database applications developers, data architects), Java developers (JDBC, SQLJ, J2EE, and OR Mapping frameworks), and to the emerging Web Services assemblers.<br /><br />* Describes pragmatic solutions, advanced database applications, as well as provision of a wealth of code samples<br />* Addresses programming models which run within the database as well as programming models which run in middle-tier or client-tier against the database.<br />* Discusses languages for stored procedures: when to use proprietary languages such as PL/SQL and when to use standard languages such as Java; also running non-Java scripting languages in the database<br />* Describes the Java runtime in the Oracle database 10g (i.e., OracleJVM), its architecture, memory management, security management, threading, Java execution, the Native Compiler (i.e., NCOMP), how to make Java known to SQL and PL/SQL, data types mapping, how to call-out to external Web components, EJB components, ERP frameworks, and external databases.<br />* Describes JDBC programming and the new Oracle JDBC 10g features, its advanced connection services (pooling, failover, load-balancing, and the fast database event notification mechanism) for clustered databases (RAC) in Grid environments.<br />* Describes SQLJ programming and the latest Oracle SQLJ 10g features, contrasting it with JDBC<br />* Describes the latest Database Web services features, Web services concepts and Services Oriented Architecture (SOA) for DBA, the database as Web services provider and the database as Web services consumer.<br />* Abridged coverage of JPublisher 10g, a versatile complement to JDBC, SQLJ and Database Web Services. 
546 |a English. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Oracle (Computer file) 
630 0 7 |a Oracle (Computer file)  |2 blmlsh 
630 0 7 |a Oracle (Computer file)  |2 fast 
650 0 |a Database management. 
650 0 |a Java (Computer program language) 
650 0 |a Web services. 
650 6 |a Bases de données  |x Gestion. 
650 6 |a Java (Langage de programmation) 
650 6 |a Services Web. 
650 7 |a Database management.  |2 blmlsh 
650 7 |a Java (Computer program language)  |2 blmlsh 
650 7 |a Web services.  |2 blmlsh 
650 7 |a Database management  |2 fast 
650 7 |a Java (Computer program language)  |2 fast 
650 7 |a Web services  |2 fast 
655 7 |a dissertations.  |2 aat 
655 7 |a Academic theses  |2 fast 
655 7 |a Academic theses.  |2 lcgft 
655 7 |a Thèses et écrits académiques.  |2 rvmgf 
758 |i has work:  |a Oracle database programming using Java and Web services $c (Text)  |1 https://id.oclc.org/worldcat/entity/E39PD3WtMyq8fgvhHRWD6QWrqP  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 1 |z 9781555583293 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=333979  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781555583293/?ar  |z Texto completo 
938 |a 123Library  |b 123L  |n 38734 
938 |a EBL - Ebook Library  |b EBLB  |n EBL333979 
938 |a ebrary  |b EBRY  |n ebr10179934 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 102384 
938 |a Internet Archive  |b INAR  |n oracledatabasepr0000mens 
994 |a 92  |b IZTAP