Advertisement
Membership
Login
ACCU Buttons
Search in Book Reviews
The ACCU passes on review copies of computer books to its members for them to review.
The result is a large, high quality collection of book reviews by programmers, for programmers.
Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
Title:
Java Programming with Oracle SQLJAuthor:
Jason PriceISBN:
0 596 00087 1Publisher:
O'ReillyPages:
381ppPrice:
£28-50Reviewer:
James GordonSubject:
java; databaseAppeared in:
14-3The first three things that struck me about this book were a very
nice layout with tables, diagrams, screen shots etc. where required,
a good-sized index and a lengthy chapter on Oracle SQL and PL/SQL
basics. The book doesn't assume that you are familiar with Oracle's way
of doing things so will appeal to a wider audience.
It covers the standard 'Hello World' application and how to pre-compile the SQLJ file into a .java file. It includes Inserts, Updates, Selects and Deletes from normal relational tables and Oracle Object Tables and nested tables, multi-threaded, session contexts and static/dynamic SQL with nicely detailed complete code that works.
A good detailed book on all the major functionality you require to use and run SQLJ in Java.