Index Bookstores Magazines My Books Book Reviews Book Bytes About Us Help
Bublos.com
Find Books Faster … Buy Books Cheaper, at Bublos
The Web's Favorite Book Price Comparison Site
Biblio
Country:   Max. Timeout:       
  Join Bublos   Sign In   
 

Oracle9i JDeveloper Handbook

Oracle9i JDeveloper Handbook at Amazon.com


Share this book with other people •
 Link to This PageBublos Link Del.ico.usDel.icio.us 
 Tell a FriendTell a friend about this book 

ISBN: 0072223847 - Oracle9i JDeveloper Handbook  
Title:Oracle9i JDeveloper Handbook
Author:Peter Koletzke
Paul Dorsey
Avrom Faderman
Publisher:McGraw-Hill Osborne Media
Type:Book / Paperback
Publication Date:17 December, 2002
ISBN / ISBN-13:0072223847  /  9780072223842
List Price:$65.95
You Save:$48.96
Amazon Price:$16.99   (via Amazon marketplace seller)
 



Check for the same book at these other US book sites:

• [ Abebooks ]   • [ Alibris ]   • [ Barnes & Noble ]   • [ Half.com ]   • [ Powells ]     … or check UK bookstores
 
Editorial Review / Publisher's Information:

Product Description
From the exclusive publisher of Oracle Press books comes this thorough guide to Oracle's Java development tool, JDeveloper -- new for 9i. This book explains the JDeveloper IDE and how to build JSPs, Java applications, business components for Java (BC4J), and more.

Other Items You May Enjoy:
Browse Books From These Related Subjects:
•  All Subjects  ›› Subjects  ›› Computers & Internet  ›› Certification Central  ›› Exams  ›› Java  
•  All Subjects  ›› Subjects  ›› Computers & Internet  ›› Certification Central  ›› Publisher  ›› Osborne-McGraw-Hill  
•  All Subjects  ›› Subjects  ›› Computers & Internet  ›› Certification Central  ›› Java  
•  All Subjects  ›› Subjects  ›› Computers & Internet  ›› Certification Central  ›› General  
•  All Subjects  ›› Subjects  ›› Computers & Internet  ›› Databases  ›› Relational Databases  
•  All Subjects  ›› Subjects  ›› Computers & Internet  ›› Databases  ›› Oracle  ›› General  
•  All Subjects  ›› Subjects  ›› Computers & Internet  ›› Databases  ›› General  
•  All Subjects  ›› Subjects  ›› Computers & Internet  ›› Programming  ›› Java  ›› General  
•  All Subjects  ›› Subjects  ›› Computers & Internet  ›› Programming  ›› Languages & Tools  ›› General  
•  All Subjects  ›› Subjects  ›› Computers & Internet  ›› Programming  ›› General  
•  All Subjects  ›› Subjects  ›› Computers & Internet  ›› Software  ›› General  
•  All Subjects  ›› Subjects  ›› Computers & Internet  ›› General  
•  Mass Market  ›› Paperback  
•  Trade  
•  All Subjects  ›› Refinements  ›› Binding (binding)  
•  All Subjects  ›› Refinements  ›› Format (feature_browse-bin)  ›› Printed Books  

Customer Reviews:

 • An Excellent Source For Newbies Or Jveterans
05 August, 2003

I am actually a Lotus Notes programmer by trade (OK, stop laughing!) who has been dabbling with a variety of other programming languages for many years (C++, Java, VB, C#, etc), so I have had some exposure to Object Oriented programming and developer GUI's going back to GWBasic. I have also recently begun to dabble with Oracle 8i and 9i, installing them on my laptop and on a Linux box so that I would have Oracle available to me as a learning resource. I am by no stretch of the imagination a programming wizard, but I can quickly make myself useful in any programming environment with good reference material as my starting point.I recently decided that I needed to try to put myself in a better position in the job market by extending my working knowledge of both Java and Oracle. Oracle JDeveloper appeared to be the best tool for accomplishing this objective and the Oracle 9i JDeveloper Handbook has proven to be an excellent learning source for such a vast product.There are several factors that make JDeveloper a complex and powerful tool. First of all, it allows you to create and edit all things Java -- from basic Java classes and simple Java console applications, to JavaBeans, JSP pages, Swing/AWT Java applications and applets, Enterprise Java Beans (EJBs), servlets, you name it. Additionally, the JDeveloper product has a class modeling tool that at first I thought was just for drawing UML diagrams, but it actually can be used the way that UML is supposed to be used -- to produce actual database tables that embody the properties that you specify in the JDeveloper GUI. All of this functionality is already a massive undertaking but then you add on to that the use of Oracle Business Components for Java (BC4J) and things get really hairy.Probably one of the most difficult things to wrap my brain around is the BC4J architecture, not because it is confusing but because it is very powerful and seems to be very extensive and very well thought out. I can say this because in the JDeveloper Handbook the examples and the scenarios that are used to explain the BC4J object model and architecture effectively convey the benefit and flexibility of using BC4J.JDeveloper is very integrated with the Oracle database platform. It very quickly and easily can read your database tables and do a lot of the grunt work of putting an object model over your database structures using BC4J. And, as I mentioned earlier, you can "forward engineer" your tables by creating your UML diagrams first and using those to create the underlying database tables (aren't tables just there to enable the object model to persist?). As I continued through the book, the BC4J concepts (which I must emphasize are a very important part of this product) become more and more familiar and I see their value more and more.This is all to say that the JDeveloper tool is much more extensive than I first realized and obviously has a very high level of integration with the Oracle database platform. There is a lot of ground to cover and this book methodically plods through it. For newbie's, it covers everything from using the IDE to debugging, with plenty of examples for creating a wide variety of the different kinds of projects JDeveloper supports. For old Java veterans, I think what you'll appreciate the most is the material on BC4J and how much easier it's going to make your Java / Oracle programming. The book covers it all at what I feel is a good level of detail with a lot of examples and scenarios that make the concepts clear and useful.I am really glad I bought this book and I have only read half-way through it! I know I will be reading every page and will continue to refer to it for all the different kinds of examples that it covered. There is no way I could have tapped into half of the power of this tool without this book. Thanks to Peter Koletzke, Dr. Paul Dorsey, and Dr. Avrom Faderman for effectively taking on such massive challenge.

- Amazon Customer Review

 • Simply The Best Way To Learn Jdeveloper
15 May, 2003

I have to be honest, when I first picked up this heavy book (with two hands mind you) I sighed at noticing it was almost 1000 pages. Those discouraging feelings were short lived after a quick look at the Table of Contents.The book accurately delivers everything a developer would need to get started in writing and designing production quality applications. I cannot say enough about how well organized the content and examples are with this book. Below are only a small handful of the reasons I will be recommending this book to my colleagues.1.) Great flow. Many books with multiple authors don't effectively flow. In some cases, the authors often contradict each other. Not the case with this book. The writing style is extremely consistant. 2.) In depth coverage on BC4J, application development methodologies with JDeveloper, debugging, Java Client / JSP development, and deployment considerations. 3.) The examples are first-rate. All of the examples accurately clarify the subject matter. 4.) It covers EVERYTHING you would need to know and nothing more.In short, this book is the most efficient way to learn Oracle JDeveloper.Regards, -- jeff --------------------------------------- Jeffrey Hunter, OCP Senior Database Administrator http://www.idevelopment.info ---------------------------------------

- Amazon Customer Review

 • Jsp
23 January, 2004

This book covers only the basic concepts and is very similar to JDeveloper help. I was going through the JSP examples that are included in this book. This book has examples how to create a List of Value. It does not allow saving a record once you select an item from a list. It really does not work. I found this book is little helpful but one can get that help from JDeveloper help.

- Amazon Customer Review

 • Missed Opportunities
26 February, 2004

I received this book as a gift after I made it known I wanted to learn how to use Oracle's JDeveloper. When I began reading it, I winced over the cautions about who should read the book. Although I am proficient in Access and have done some VBScript and JavaScript client-side applications, I am new to J2EE and to Oracle. However, I hoped that reading the book would give me a good explanation of the basics of JDeveloper and that I could fill in the holes later. Unfortunately, the book did not provide many explanations of the basics and some of those attempts were pretty vague. For instance, it was not until somewhere shortly after page 400 that the distinction between Views and Entities became clear. In reviewing the earlier 'explanations' with the benefit of hindsight, they still did not seem to be very clear about what was just pointers and what held actual data. The authors could, with very little additional effort, have provided short, clear explanations for basic concepts. That would have greatly improved the readability for a wider range of readers. It was this failure to provide better explanations of the basics that led me to title this review, "Missed Opportuniites".

- Amazon Customer Review

 • Don't Purchase If You Intend To Migrate To 10g
01 March, 2005

This book contains a lot of material regarding BC4J and the jDeveloper IDE. Unfortunately, BC4J has been deprecated in 10g. [...]

- Amazon Customer Review


  • International bookstores from Amazon: ›› more online bookstores >  
 
    United States United States Canada Amazon Canada France France Germany Germany Japan Japan Spain Spanish books United Kingdom United Kingdom (UK)


Bookstores  |  Magazines  |  My Books  |  Book Bytes  |  Book Reviews  |  Rare Books  |  Help  |  Privacy  |  Top-Ten Book Lists  |  Web Directory  |  Tell-a-Friend  |  Bublos Rewards  |  Set Preferences  |  Contact Us  |  My Bookstores  |  Links to Bublos  |   Link-to-Me  |  About Bublos  |  


 Copyright © 1999 - 2010 Bublos Inc. All rights reserved.