1 / 359
文档名称:

[2006] - Beginning Hibernate From Novice to Professional (Beginning from Novice to Professional) - [Apress] - [1590596935].pdf

格式:pdf   页数:359
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

[2006] - Beginning Hibernate From Novice to Professional (Beginning from Novice to Professional) - [Apress] - [1590596935].pdf

上传人:bolee65 2014/1/3 文件大小:0 KB

下载得到文件列表

[2006] - Beginning Hibernate From Novice to Professional (Beginning from Novice to Professional) - [Apress] - [1590596935].pdf

文档介绍

文档介绍:CYAN YELLOW
MAGENTA BLACK
PANTONE 123 CV
EMPOWERING PRODUCTIVITY FOR THE JAVA™ DEVELOPER THE EXPERT’S VOICE® IN JAVA™ TECHNOLOGY
Companion
eBook Available
CoversCovers
Hibernate
Beginning Hibernate: From Beginning
Novice to Professional Hibernate
Dear Reader,
Hibernate lets you save normal Java™ objects into a relational database, and
Dave Minter, coauthor of retrieve them without having to write a line of SQL. It makes database persist-
Building Portals with the ence as natural to use as other Java™ libraries. More and panies are
Java™ Portlet API using Hibernate in their systems. In our view, this trend is inevitable and Beginning
Pro Hibernate 3 unstoppable—once you have essfully shipped a project with Hibernate,
there is no going back. And Hibernate’s support for and influence over the EJB™
3 specification gives it tremendous credibility in anization that prefers
standards to proprietary solutions.
Hibernate is definitely a great product, but it is not a simple one. We take a
pragmatic view of the benefits of tools, and we believe that the best way to learn
any new tool is to use it. To that end, we have provided lots of simple working
examples of all the features we describe. We believe that you will find in this
book everything that you need to build a fully functional Hibernate-based
application and e a Hibernate aficionado. Hibernate
Jeff Linwood, coauthor of Our aim is to give you a firm understanding of the basic features, such as
Professional Struts creating mapping files and querying databases. With this understanding of the
Applications fundamental features, you will then be in a great position to take advantage of
the more advanced or obscure features that we discuss in later chapters and
Building Portals with the
appendixes, including the use of the Hibernate plug-ins for Eclipse and Ant, the
Java™ Portlet API From Novice to Professional
EJB™ 3 EntityManager, and the integration of Hibernate w