
Java Persistence
by James Sutherland, Doug Clarke
Publisher: Wikibooks 2012
Number of pages: 130
Description:
Java persistence could be defined as storing anything to any level of persistence using the Java programming language. This book is focused on storing Java objects to relational databases, in particular using the Java Persistence API (JPA).
Download or read it online for free here:
Download link
(1.2MB, PDF)
Similar books
JXTAby Brendon J. Wilson - New Riders Publishing
A guided tour of the JXTA platform, including all of the critical information required to begin producing P2P solutions built on top of JXTA. The book assumes an intermediate level of Java development knowledge, and basic knowledge of networking.
(16139 views)
Building Back-End Web Apps with Java, JPA and JSFby Gerd Wagner, Mircea Diaconescu - web-engineering.info
This book shows how to build back-end web applications with Java, JPA and JSF. The book comes with the complete Java source code of six example apps that you can download or run from our server. The focus are general information management concepts.
(9637 views)
Java in a Nutshellby David Flanagan - O'Reilly
This complete quick reference covers all the classes in the Java 1.1 API, with the exception of the Enterprise APIs, making it the only quick reference that a Java programmer needs. The bestselling Java book is now better than ever.
(22764 views)
Processing XML with Javaby Elliotte Rusty Harold - Addison-Wesley Professional
A complete guide to writing Java programs that read and write XML documents. Shows developers how to save XML documents, read XML documents, communicate with network servers that send and receive XML data, and integrate XSLT into their programs.
(25656 views)