2020ok  Directory of FREE Online Books and FREE eBooks

Free eBooks > Computers & Internet > Programming > Java > General > J2ee Developer's Guide

J2ee Developer's Guide

by Will Iverson


Download Book
(Respecting the intellectual property of others is utmost important to us, we make every effort to make sure we only link to legitimate sites, such as those sites owned by authors and publishers. If you have any questions about these links, please contact us.)


link 1



About Book

Book Description

Hibernate is a popular open source object/relational persistence and querysystem and an alternative to Enterprise Java Beans. Compared to EJB,Hibernate is less complex, more easily portable and more powerful for linkingJava with traditional relational databases. Hibernate supports many relationaldatabases including: DB2, Informix, MySQL, Oracle, SAP DB, SQL Server,Sybase, and is downloaded over 23,000 times a month on average in 2004. Thisbook provides J2EE developers with a pratical hands-on guide to working withHibernate and their existing databases. Through numerous code examples andcase studies, the author helps reinforce what Hibernate is and how to use it.



From the Back Cover

Build fast, high-performance Java database applications with Hibernate.

Hibernate makes it far easier to build robust, high-performance database applications with Java. Now there's a practical, hands-on guide to using Hibernate's flexible, fast object/relational persistence and query services. Will Iverson covers every facet of development with Hibernate, from its mapping system toits advanced query mechanisms and transaction support.

Iverson shows you how to build Hibernate solutions that can integrate with Swing, with JSP, and even with EJBs utilizing bean-managed persistence. Using realistic examples, he demonstrates how to work with persistent objects, manage schema, and optimize database application performance. After you've mastered Hibernate's core techniques, Iverson presents best practices, tips, tricks, and style guidance for even more effective development. Coverage includes

  • Case study applications: starting from object/relational mapping files, Java code, and existing schema

  • Writing Hibernate queries using HQL—Hibernate's object-oriented SQL extension

  • Using Hibernate with Java-based Criteria and Example or native SQL

  • The Hibernate mapping file format in detail: a complete reference

  • How Hibernate handles class and database relationships

  • Managing session and database transactions with Hibernate

  • Tracking and optimizing performance with p6spy and IronTrack SQL

  • Automatically generating DDL scripts that create, update, and drop tables

Even if your Java database experience is limited to basic JDBC, this book will help you leverage Hibernate's remarkable power. You'll spend far less time writing code to bridge databases with Java applications—so you can get to market faster, with more features.


© Copyright Pearson Education. All rights reserved.



About the Author

Hibernate: A J2EE Developer's GuideAbout the Author

Will Iverson has been working in the computer and information technology field professionally since 1990. His diverse background includes developing statistical applications to analyze data from the NASA space shuttle, product management for Apple Computer, and developer relations for Symantec VisualCafé. For nearly five years, Will ran an independent J2EE consulting company with a variety of clients, including Sun, BEA, and Canal+ Technologies. Will currently serves as the application development practice manager for SolutionsIQ. Will lives in Seattle, Washington.


© Copyright Pearson Education. All rights reserved.



Excerpt. © Reprinted by permission. All rights reserved.
Hibernate: A J2EE Developer's Guide

Hibernate: A J2EE Developer's Guide

Preface

I got into Hibernate because I'm lazy. Specifically, I got tired of writing my own systems to bridge my Java applications and relational databases. I write both Swing and server-based applications; I can't assume (nor do I enjoy) the complexity of EJB container-managed persistence. I hate writing SQL when all I really want to do is write Java code. I really don't like writing endless pages of mindless code, loading my JDBC results into Java objects and back.

Simply put, Hibernate solves all of these problems for me, and it does so in a fast, flexible manner. I can use it with Swing, JSP, or as an EJB BMP solution. I can test my code outside of a container. I can even use it to manage my database schema.

Regardless of your background—whether you are a nothing-but-JDBC developer or a full EJB-level architect—you can save yourself considerable time and effort by adding Hibernate to your skill set, and in the process you can get a significant leg up on learning EJB 3.0. You can learn the principal terminology and concepts behind EJB 3.0 today, on the Java 2 (JDK 1.4) JVM you are using now.

Life is short. Spend less time writing code that bridges your database and your Java application and more time adding new features.

Required Skills

Familiarity with Java development, including object-oriented design. If you don't already know Java, this book will be quite unhelpful.

Familiarity with SQL and relational databases. There are many books on both the practical and theoretical sides of relational database design and development. The examples in this book are all done with MySQL, a free, open-source database. If you have never worked with a relational database before, you will almost certainly want to pick up an introductory text on MySQL.

Familiarity with Ant. Many books on Ant are available; if you are a Java developer and haven't already worked with Ant, you should learn.

Other skills, such as familiarity with JSP web application development, are helpful but not required. One example in Chapter 2 assumes the use of a web server such as Tomcat—all other examples can be run from the command-line.

Roadmap

This book can be loosely broken into a few basic sections. Following the introductory chapter, Chapters 2 through 4 illustrate different approaches to Hibernate development: starting from a Hibernate object/relational mapping file, starting from Java code, or starting from an existing database schema. Chapters 5 through 12 cover basic concepts and the use of persistent objects, concluding with chapters on tools, performance, and best practices. Chapter 13 discusses the future of Hibernate.

This book can be read in several ways, depending on your inclination. If you wish to start with real-world examples and then move into general usage and theory, you can more or less read the book in order. If you prefer a higher-level introduction, you may wish to start with Chapters 6 through 9 and then return to the beginning. Regardless of the method you choose, I encourage you to download and work through the examples from http://www.cascadetg.com/hibernate/.

    Chapter 1 introduces Hibernate. It compares Hibernate to other forms of database access, including JDBC and a variety of other tools. It concludes with a list of required files and where to obtain them.

    Chapter 2 illustrates an example of development starting with a Hibernate mapping file. The mapping file is used to generate Java and database schema files.

    Chapter 3 shows how to use Hibernate when starting from a Java source file. XDoclet is used to generate the mapping file, and Hibernate is used to generate the database schema.

    Chapter 4 shows how to use Middlegen in conjunction with Hibernate when starting from an existing database schema.

    Chapter 5 is a reference to the Hibernate mapping file format. While few readers will want to read this chapter from start to finish, this reference will hopefully prove invaluable on a day-to-day basis when using Hibernate.

    Chapter 6 contains information on the general use of Hibernate, including basic operations such as creating, finding, refreshing, updating, and deleting objects.

    Chapter 7 explains how Hibernate handles both class and database relationship concepts.

    Chapter 8 discusses Hibernate's two main query mechanisms, HQL and Criteria, and also shows how native SQL can be integrated.

    Chapter 9 covers the various aspects of a Hibernate transaction, illustrating both session and database transaction concepts.

    Chapter 10 shows tools for identifying potential Hibernate performance issues.

    Chapter 11 discusses how Hibernate can be used to manage an application's schema.

    Chapter 12 covers various Hibernate best practices.

    Chapter 13 discusses future directions for Hibernate, and also covers potential similarities with EJB 3.0.


Comments

SEND A COMMENT

PLEASE READ: All comments must be approved before appearing in the thread; time and space constraints prevent all comments from appearing. We will only approve comments that are directly related to the article, use appropriate language and are not attacking the comments of others.

Message (please, no HTML tags. Web addresses will be hyperlinked):

Related Free eBooks

Related Tags

DIGG This story   Save To Google   Save To Windows Live   Save To Del.icio.us   diigo it   Save To blinklist
Save To Furl   Save To Yahoo! My Web 2.0   Save To Blogmarks   Save To Shadows   Save To stumbleupon   Save To Reddit