Oracle Database Programming using Java and Web Services and over one million other books are available for Amazon Kindle. Learn more



or
Sign in to turn on 1-Click ordering
More Buying Choices
Have one to sell? Sell yours here
Start reading Oracle Database Programming using Java and Web Services on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Oracle Database Programming using Java and Web Services [Abridged] [Paperback]

Kuassi Mensah
4.1 out of 5 stars  See all reviews (8 customer reviews)

List Price: $80.95
Price: $61.16 & FREE Shipping. Details
You Save: $19.79 (24%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 5 left in stock (more on the way).
Ships from and sold by Amazon.com. Gift-wrap available.
Want it Wednesday, May 29? Choose One-Day Shipping at checkout. Details
Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $47.96  
Paperback, Abridged $61.16  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Book Description

August 19, 2005 1555583296 978-1555583293 1
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.

Frequently Bought Together

Oracle Database Programming using Java and Web Services + Expert Oracle JDBC Programming
Price for both: $95.65

Buy the selected items together
  • Expert Oracle JDBC Programming $34.49


Editorial Reviews

Review

"If you are a Java programmer looking to exploit Oracle, or a database developer looking to exploit Java - this is the book for you.”
- Thomas Kyte, VP Oracle

"Oracle's support for Java in the database has continued to break new ground since it was first introduced in Oracle8i. More importantly, however, it has continued to find a larger audience over time, as people discover just how useful it is in solving their real world problems both efficiently and easily. This book is an important and welcome step forward to helping Java developers make even better use of the Oracle database.”
- Steven G. Harris, VP Java Platform Group

"The book impressed me with its in-depth coverage on practical techniques essential to Java and Web services development across database boundary.”
- Quan Wang

"This book provides a wealth of information regarding the Oracle embedded JVM and how to use it, that is simply not available anywhere else.”
- Avi Abrami, Senior Software Engineer, InterSystems

"The first book to cover both Java and Oracle Database and the emerging concept of database Web services. This book provides a practical description of advanced database applications as well as code samples for data conversions, calling out to external Web components, EJB components, ERP frameworks, external databases, and Web services. The author also addresses server-side and client-side database programming.”
- Oracle Magazine, April 2006

Book Description

All you need to know to use Java and Webservice to manage the Oracle Database 10g R2

Product Details

  • Paperback: 1120 pages
  • Publisher: Digital Press; 1 edition (August 19, 2005)
  • Language: English
  • ISBN-10: 1555583296
  • ISBN-13: 978-1555583293
  • Product Dimensions: 7.5 x 1.6 x 9.2 inches
  • Shipping Weight: 4.2 pounds (View shipping rates and policies)
  • Average Customer Review: 4.1 out of 5 stars  See all reviews (8 customer reviews)
  • Amazon Best Sellers Rank: #1,373,593 in Books (See Top 100 in Books)

Customer Reviews

4.1 out of 5 stars
(8)
4.1 out of 5 stars
Most Helpful Customer Reviews
6 of 6 people found the following review helpful
3.0 out of 5 stars Rating the Reviewers September 22, 2009
Format:Paperback
I have read all the Amazon reviews for this book, which I have purchased, but not yet completed reading. In brief, its content is excellent, but its English is weak and nonstandard.

It is noteworthy that all of the Amazon 5* reviews employ broken, marginal English, while those of less than 5* rating, save for this one, employ readable English.

This book is worth buying only if your tolerance of Third World English is high. Frankly, it reflects (not represents) the current state of the IT profession. Walk into most IT shops and written English capability is at 3rd, 4th grade level. Once upon a time, badly formulated English was verboten in professional ranks. Now, it is normal. Once upon a time, badly formulated English was absolutely verboten in publication ranks. Now, even publishers bastardize English, and think nothing of it. A sorry state of affairs.

Credit to the author for a book with valuable content. Zero credit to the publisher for complete negligence in failing to edit.
Comment | 
Was this review helpful to you?
8 of 9 people found the following review helpful
5.0 out of 5 stars A complete book for today's developer July 31, 2006
Format:Paperback
I have been working on different projects building enterprise level software involving many J2EE and Database technologies. One of the major frustration facing developers is how "practical information" related to these two worlds are completely isolated from one another, in fact, it is very common to see the majority of today's developers specializing in one of them and completely ignoring the other. The few who actually can keep following up with both can understand and achieve a lot more.

I found the information in this book to be complete; it describes the notions, the architectures (even those details that are hard to find anywhere) and it gives detailed examples on how it will look like in the code which cuts learning time for engineers a lot.
Comment | 
Was this review helpful to you?
4 of 4 people found the following review helpful
Format:Paperback
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.
Comment | 
Was this review helpful to you?



What Other Items Do Customers Buy After Viewing This Item?


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Listmania!


So You'd Like to...


Create a guide


Look for Similar Items by Category