Tech Quarto
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Computer Science » General » Oracle Database Programming Using Java and Web Services  
Categories
Computer Science
The Internet
For Dummies
Web Browsers
Windows
Digital Culture
Multimedia
Mobile & Wireless
Subcategories
Mass Market
Trade
Related Categories
• General
Java
Programming
Computers & Internet
Subjects
• General
Languages & Tools
Programming
Computers & Internet
Subjects
• Database Management Systems
Databases
Computers & Internet
Subjects
Books
• General
Oracle
Databases
Computers & Internet
Subjects
• General
Databases
Computers & Internet
Subjects
Books
• Java & Databases
Databases
Computers & Internet
Subjects
Books
• General
Software
Computers & Internet
Subjects
Books
• Web Services
Web Development
Computers & Internet
Subjects
Books
• Database Storage & Design
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• Programming Languages
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
Computer Science
New & Used Textbooks
Custom Stores
Specialty Stores
• General AAS
New & Used Textbooks
Custom Stores
Specialty Stores
Books
• All Amazon Upgrade
Amazon Upgrade
Custom Stores
Specialty Stores
Books
• Computers & Internet
Amazon Upgrade
Custom Stores
Specialty Stores
Books
• General AAS
Qualifying Textbooks
Custom Stores
Specialty Stores
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
Visit Laptop Nirvana for the best Cheap Discount Laptops

Oracle Database Programming Using Java and Web Services

Oracle Database Programming Using Java and Web Services

zoom enlarge 
Author: Kuassi Mensah
Publisher: Digital Press
Category: Book

List Price: $65.95
Buy New: $54.83
You Save: $11.12 (17%)



New (22) Used (8) from $54.83

Avg. Customer Rating: 4.5 out of 5 stars 7 reviews
Sales Rank: 380743

Media: Paperback
Number Of Items: 1
Pages: 1120
Shipping Weight (lbs): 4.2
Dimensions (in): 9.1 x 7.5 x 1.7

ISBN: 1555583296
Dewey Decimal Number: 005
EAN: 9781555583293
ASIN: 1555583296

Publication Date: July 14, 2006
Availability: Usually ships in 1-2 business days
Shipping: International shipping available
Condition: Brand New, Perfect Condition, Please allow 4-14 business days for delivery. 100% Money Back Guarantee, Over 1,000,000 customers served.

Also Available In:

  • Digital - Oracle Database Programming Using Java and Web Services

Similar Items:

  • Expert Oracle JDBC Programming
  • Oracle JDeveloper 10g for Forms & PL/SQL Developers: A Guide to Web Development with Oracle ADF (Osborne Oracle Press Series)
  • Expert Oracle Database Architecture:9i and 10g Programming Techniques and Solutions
  • Oracle Application Server 10g Web Development (Oracle Press)
  • Oracle Database 10g XML & SQL: Design, Build, & Manage XML Applications in Java, C, C++, & PL/SQL (Osborne ORACLE Press Series)

Editorial Reviews:

Product Description
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.

* Describes pragmatic solutions, advanced database applications, as well as provision of a wealth of code samples
* Addresses programming models which run within the database as well as programming models which run in middle-tier or client-tier against the database.
* 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
* 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.
* 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.
* Describes SQLJ programming and the latest Oracle SQLJ 10g features , contrasting it with JDBC
* 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.
* Abridged coverage of JPublisher 10g, a versatile complement to JDBC, SQLJ and Database Web Services.



Customer Reviews:   Read 2 more reviews...

1 out of 5 stars Needs complete revision   August 23, 2008
I have 2 bookcases filled with computer science and engineering texts. This is by far the worst of all of them... as far as the writing is concerned. The grammar is horrible. Obviously no spell check was used. Some books require reading sections a couple of times, just because the concepts are difficult to grasp. This book requires re-reading of sections just because the wording is so poor, despite the concepts being fairly straight-forward. On the positive side, the book presents lots of useful ideas and practical examples.


5 out of 5 stars Outstanding   June 8, 2007
 1 out of 1 found this review helpful

I've been doing Oracle database-related application design and development since before Java even existed. As time progressed, Java became more and more prevalent in the Enterprise environment, web servers became application servers, and before you knew it, Java was being run right in the database.

It has always been difficult and confusing to figure out the various Java technologies and tools and implementations when it comes to a complete Enterprise system... until now.

Kuassi does a remarkable job of providing keen and detailed insight into all aspects of Java in the Oracle Database realm.

A nice, logical technical progression as well as very detailed code samples make this book useful for those wishing to introduce themselves to the basic concepts, or write a specific implementation.

The detailed case studies that show real code used in real world solutions are invaluable. (We've already implemented one of them for a new project we're starting on!)

All in all, it's an excellent book and should be on the shelf of any DBA/Developer that has anything to do with Java in their environment.




4 out of 5 stars Nice but Incomplete   June 1, 2007
 2 out of 2 found this review helpful

This book has a good deal of information that is accessible. However, several coding examples are incomplete and in some cases misleading. Given the strengths of the book, they are probably oversights or space limitations. The missing code segments are too frequently in the wrong places.

The code examples predominate the book. Hidden gems are nested where readers only find them searching out topics. On a bright note, the index is good at locating what is in the book.



5 out of 5 stars For Java programmers looking to exploit Oracle, indeed!   January 7, 2007
 4 out of 4 found this review helpful

I've been programming in C++, Corba and Java for years and was looking for a book to develop agaisnt the Oracle database. First of all this book is well written and at a glance, it covers all the API and utilities that a Java developer may use to exploit the Oracle database including Java in the database, JDBC, SQLJ, JPublisher and Database Web services ( Corba folks like myself will love the Web services part). You will be amazed reading through this book all the possibilities that Java in the database allows ; the Groovy and Jython stored procedures are just well presented. I am right now digging into Part-II dedicated to JDBC, the Rowset API, RAC support, etc. This book will provide great career advancement opportunities. I strongly recommend this book to my Java developers fellows.


5 out of 5 stars It was written for me only, wasn't it ?   August 31, 2006
 3 out of 3 found this review helpful

If you use Java and/or Oracle (Or if only you've planned to), this is THE book you miss ! Complete and easy to read, every concept comes with samples and scripts. Full of informations that I didn't find anywhere else, I've learned a lot. When it talks about something I already knows, it does it so well : "There is probably no better ways to explain things".

Powered by Associate-O-Matic