An In-Depth Guide to the Spring Framework and Its Tools — Fifth Edition — Iuliana Cosmina Rob Harrop Chris Schaefer Clarence Ho Pro Spring 5

Total Page:16

File Type:pdf, Size:1020Kb

An In-Depth Guide to the Spring Framework and Its Tools — Fifth Edition — Iuliana Cosmina Rob Harrop Chris Schaefer Clarence Ho Pro Spring 5 Pro Spring 5 An In-Depth Guide to the Spring Framework and Its Tools — Fifth Edition — Iuliana Cosmina Rob Harrop Chris Schaefer Clarence Ho Pro Spring 5 An In-Depth Guide to the Spring Framework and Its Tools Fifth Edition Iuliana Cosmina Rob Harrop Chris Schaefer Clarence Ho Pro Spring 5: An In-Depth Guide to the Spring Framework and Its Tools Iuliana Cosmina Rob Harrop Sibiu, Sibiu, Romania Reddish, United Kingdom Chris Schaefer Clarence Ho Venice, Florida, USA Hong Kong, China ISBN-13 (pbk): 978-1-4842-2807-4 ISBN-13 (electronic): 978-1-4842-2808-1 DOI 10.1007/978-1-4842-2808-1 Library of Congress Control Number: 2017955423 Copyright © 2017 by Iuliana Cosmina, Rob Harrop, Chris Schaefer, and Clarence Ho This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights. While the advice and information in this book are believed to be true and accurate at the date of publication, neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or omissions that may be made. The publisher makes no warranty, express or implied, with respect to the material contained herein. Cover image by Freepik (www.freepik.com) Managing Director: Welmoed Spahr Editorial Director: Todd Green Acquisitions Editor: Steve Anglin Development Editor: Matthew Moodie Technical Reviewer: Massimo Nardone Coordinating Editor: Mark Powers Copy Editor: Kim Wimpsett Distributed to the book trade worldwide by Springer Science+Business Media New York, 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail [email protected], or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member (owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation. For information on translations, please e-mail [email protected], or visit www.apress.com/ rights-permissions. Apress titles may be purchased in bulk for academic, corporate, or promotional use. eBook versions and licenses are also available for most titles. For more information, reference our Print and eBook Bulk Sales web page at www.apress.com/bulk-sales. Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the book’s product page, located at www.apress.com/9781484228074. For more detailed information, please visit www.apress.com/source-code. Printed on acid-free paper I dedicate this book to my friends, to my godson s̗tefan, and to all the musicians who have made working on this book easy with their music. —Iuliana Cosmina Contents at a Glance About the Authors �������������������������������������������������������������������������������������������������xxiii About the Technical Reviewer �������������������������������������������������������������������������������xxv Acknowledgments �����������������������������������������������������������������������������������������������xxvii Introduction ����������������������������������������������������������������������������������������������������������xxix ■■Chapter 1: Introducing Spring ������������������������������������������������������������������������������� 1 ■■Chapter 2: Getting Started ����������������������������������������������������������������������������������� 19 ■■Chapter 3: Introducing IoC and DI in Spring �������������������������������������������������������� 37 ■■Chapter 4: Spring Configuration in Detail and Spring Boot ������������������������������� 125 ■■Chapter 5: Introducing Spring AOP �������������������������������������������������������������������� 211 ■■Chapter 6: Spring JDBC Support ����������������������������������������������������������������������� 297 ■■Chapter 7: Using Hibernate in Spring ���������������������������������������������������������������� 355 ■■Chapter 8: Data Access in Spring with JPA2 ����������������������������������������������������� 393 ■■Chapter 9: Transaction Management ����������������������������������������������������������������� 467 ■■Chapter 10: Validation with Type Conversion and Formatting �������������������������� 509 ■■Chapter 11: Task Scheduling ����������������������������������������������������������������������������� 537 ■■Chapter 12: Using Spring Remoting ������������������������������������������������������������������ 557 ■■Chapter 13: Spring Testing �������������������������������������������������������������������������������� 615 ■■Chapter 14: Scripting Support in Spring ����������������������������������������������������������� 639 ■■Chapter 15: Application Monitoring ������������������������������������������������������������������ 655 v ■ CONTENTS AT A GLANcE ■■Chapter 16: Web Applications ��������������������������������������������������������������������������� 665 ■■Chapter 17: WebSocket ������������������������������������������������������������������������������������� 751 ■■Chapter 18: Spring Projects: Batch, Integration, XD, and More ������������������������� 773 ■■Appendix A: Setting Up Your Development Environment ����������������������������������� 829 Index ��������������������������������������������������������������������������������������������������������������������� 841 vi Contents About the Authors �������������������������������������������������������������������������������������������������xxiii About the Technical Reviewer �������������������������������������������������������������������������������xxv Acknowledgments �����������������������������������������������������������������������������������������������xxvii Introduction ����������������������������������������������������������������������������������������������������������xxix ■■Chapter 1: Introducing Spring ������������������������������������������������������������������������������� 1 What Is Spring? ���������������������������������������������������������������������������������������������������������������� 1 Evolution of the Spring Framework ��������������������������������������������������������������������������������������������������������2 Inverting Control or Injecting Dependencies? �����������������������������������������������������������������������������������������8 Evolution of Dependency Injection ���������������������������������������������������������������������������������������������������������8 Beyond Dependency Injection ��������������������������������������������������������������������������������������������������������������10 The Spring Project ���������������������������������������������������������������������������������������������������������� 15 Origins of Spring �����������������������������������������������������������������������������������������������������������������������������������15 The Spring Community �������������������������������������������������������������������������������������������������������������������������15 The Spring Tool Suite ����������������������������������������������������������������������������������������������������������������������������16 The Spring Security Project ������������������������������������������������������������������������������������������������������������������16 Spring Boot �������������������������������������������������������������������������������������������������������������������������������������������16 Spring Batch and Integration ����������������������������������������������������������������������������������������������������������������17 Many Other Projects �����������������������������������������������������������������������������������������������������������������������������17 Alternatives to Spring ����������������������������������������������������������������������������������������������������� 17 JBoss Seam Framework �����������������������������������������������������������������������������������������������������������������������17 Google Guice �����������������������������������������������������������������������������������������������������������������������������������������17 PicoContainer ���������������������������������������������������������������������������������������������������������������������������������������17 JEE 7 Container ������������������������������������������������������������������������������������������������������������������������������������18 Summary ������������������������������������������������������������������������������������������������������������������������ 18 vii ■ CONTENTS ■■Chapter 2: Getting
Recommended publications
  • 2019 Stateof the Software Supply Chain
    2019 State of the Software Supply Chain The 5th annual report on global open source software development presented by in partnership with supported by Table of Contents Introduction................................................................................. 3 CHAPTER 4: Exemplary Dev Teams .................................26 4.1 The Enterprise Continues to Accelerate ...........................27 Infographic .................................................................................. 4 4.2 Analysis of 12,000 Large Enterprises ................................27 CHAPTER 1: Global Supply of Open Source .................5 4.3 Component Releases Make Up 85% of a Modern Application......................................... 28 1.1 Supply of Open Source is Massive ...........................................6 4.4 Characteristics of Exemplary 1.2 Supply of Open Source is Expanding Rapidly ..................7 Development Teams ................................................................... 29 1.3 Suppliers, Components and Releases ..................................7 4.5 Rewards for Exemplary Development Teams ..............34 CHAPTER 2: Global Demand for Open Source ..........8 CHAPTER 5: The Changing Landscape .......................35 2.1 Accelerating Demand for 5.1 Deming Emphasizes Building Quality In ...........................36 Open Source Libraries .....................................................................9 5.2 Tracing Vulnerable Component Release 2.2 Automated Pipelines and Downloads Across Software Supply Chains
    [Show full text]
  • Spring Framework Cookbook I
    Spring Framework Cookbook i Spring Framework Cookbook Spring Framework Cookbook ii Contents 1 Spring Framework Best Practices 1 1.1 Define singleton beans with names same as their class or interface names.....................1 1.2 Place Spring bean configuration files under a folder instead of root folder.....................1 1.3 Give common prefixes or suffixes to Spring bean configuration files........................2 1.4 Avoid using import elements within Spring XML configuration files as much as possible.............2 1.5 Stay away from auto wiring in XML based bean configurations...........................2 1.6 Always externalize bean property values with property placeholders........................3 1.7 Select default version-less XSD when importing namespace definitions.......................3 1.8 Always place classpath prefix in resource paths...................................4 1.9 Create a setter method even though you use field level auto wiring.........................4 1.10 Create a separate service layer even though service methods barely delegate their responsibilities to correspond- ing DAO methods...................................................4 1.11 Use stereotype annotations as much as possible when employing annotation driven bean configuration......5 1.12 Group handler methods according to related scenarios in different Controller beans................6 1.13 Place annotations over concrete classes and their methods instead of their interfaces................6 1.14 Prefer throwing runtime exceptions instead of checked exceptions
    [Show full text]
  • Java Web Frameworks Which One to Choose?
    Java Web Frameworks Which One to Choose? Mohamadou Nassourou Department of Computer Philology & Modern German Literature University of Würzburg Am Hubland D - 97074 Würzburg [email protected] Abstract This article discusses web frameworks that are available to a software developer in Java language. It introduces MVC paradigm and some frameworks that implement it. The article presents an overview of Struts, Spring MVC, JSF Frameworks, as well as guidelines for selecting one of them as development environment. 1. Introduction Over the last decade, the number of Java Web Frameworks has considerably increased. There are basically two types of Java Web Frameworks: component oriented frameworks and action based ones. Action frameworks are mainly focussing on request/response processing. Action frameworks are very procedural with little reusability of code/components. Component frameworks focus on object oriented web design. They do not concentrate on request/response processing. There exist several actions frameworks among them Struts and Spring MVC that I am going to present. I will introduce Java Server Faces (JSF) which is a component framework. All the frameworks that will be presented follow Model-View-Controller design pattern. 2. Model-View-Controller (MVC) Model-View-Controller design pattern helps developers to better organise their program's code. In fact it provides a way of separating user interface i.e View from the business logic i.e Model. A Controller is responsible for invoking appropriate pages according to user's request. It determines also what business logic to call for a given request. Practically JSP pages represent the view and servlets the controller.
    [Show full text]
  • A Domain Specific Graphical User Interface Framework
    Matti Panula A DOMAIN SPECIFIC GRAPHICAL USER INTERFACE FRAMEWORK Faculty of Engineering and Natural Sciences Master of Science Thesis December 2019 i ABSTRACT Matti Panula: A Domain Specific Graphical User Interface Framework Master of Science Thesis Tampere University Master’s degree Programme in Management and Information Technology December 2019 Since the early days of software development, there has been an ongoing trend towards higher- order or higher level abstractions in programming languages, software libraries and application frameworks. Some of the arguments for software development tools with higher levels of abstrac- tion include simpler software development, improved portability and better maintainability. Higher level abstractions can however lead to reduced performance. This thesis presents an innovative graphical user interface software solution that mixes high-level and low-level approaches to achieve acceptable performance while retaining good maintainability. The solution is an extension to a graphical application framework called JavaFX. The scope of this thesis is defined by a software development project which goal is to create a graphical user interface framework. The framework is used in the creation of customer specific user interfaces for an accompanying intralogistics system. The resulting user interfaces must be able to visualize possibly thousands of objects moving on a factory floor. The views must simul- taneously support user-initiated zooming, panning, and tilting of the two-dimensional view. Meet- ing these requirements while maintaining acceptable performance, requires an unconventional solution and a deviation from idiomatic JavaFX. The user interface framework in question is developed using a high-level graphical user interface application framework called JavaFX. JavaFX is the most recent graphical user interface toolkit included in the official Java Development Kit.
    [Show full text]
  • The Spring Framework: an Open Source Java Platform for Developing Robust Java Applications
    International Journal of Innovative Technology and Exploring Engineering (IJITEE) ISSN: 2278-3075, Volume-3 Issue-2, July 2013 The Spring Framework: An Open Source Java Platform for Developing Robust Java Applications Dashrath Mane, Ketaki Chitnis, Namrata Ojha Abstract— The fundamental concepts of Spring Framework is Supported deployment platforms range from standalone presented in this paper.Spring framework is an open source Java applications to Tomcat and Java EE servers such as platform that provides comprehensive infrastructure support for WebSphere. Spring is also a first-class citizen on major developing robust Java applications very easily and very rapidly. cloud platforms with Java support, e.g. on Heroku, Google The Spring Framework is a lightweight solution and a potential App Engine, Amazon Elastic Beanstalk and VMware's one-stop-shop for building your enterprise-ready applications. Cloud Foundry.[1] IndexTerms— Aspect Oriented Programming, Dependency Injection, IoC Container, ORM. II. SPRING FRAMEWORK ARCHITECTURE Spring could potentially be a one-stop shop for all your I. INTRODUCTION enterprise applications; however, Spring is modular, Spring is the most popular application development allowing you to pick and choose which modules are framework for enterprise Java. Millions of developers applicable to you, without having to bring in the rest. around the world use Spring Framework to create high The Spring Framework provides about 20 modules which performing, easily testable, reusable code. Spring can be used based on an application requirement. framework is an open source Java platform and it was initially written by Rod Johnson and was first released under the Apache 2.0 license in June 2003.
    [Show full text]
  • Spring Framework 4 on Java 8
    Spring Framework 4 on Java 8 Juergen Hoeller Spring Framework Lead Pivotal Unless otherwise indicated, these slides are © 2013-2014 Pivotal Software, Inc. and licensed under a 1 Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/Unless otherwise indicated, these slides are © 2013-2014 Pivotal Software, Inc. and licensed under a Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ The State of the Art: Component Classes @Service @Lazy public class MyBookAdminService implements BookAdminService { @Autowired public MyBookAdminService(AccountRepository repo) { ... } @Transactional public BookUpdate updateBook(Addendum addendum) { ... } } Unless otherwise indicated, these slides are © 2013-2014 Pivotal Software, Inc. and licensed under a 2 Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ The State of the Art: Configuration Classes @Configuration @Profile("standalone") @EnableTransactionManagement public class MyBookAdminConfig { @Bean @Scope("session") public BookAdminService myBookAdminService() { MyBookAdminService service = new MyBookAdminService(); service.setDataSource(bookAdminDataSource()); return service; } ... } Unless otherwise indicated, these slides are © 2013-2014 Pivotal Software, Inc. and licensed under a 3 Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/ SPRING IO CORE: Introducing Spring Framework 4.0 Unless otherwise indicated, these
    [Show full text]
  • Patterns and Frameworks
    Patterns und Frameworks für die Entwicklung paralleler und verteilter Anwendungen in Java Verfasser: Prof. Dr. Jens Ehlers, Technische Hochschule Lübeck Webseite: https://oncampus.pages.th-luebeck.de/patterns-and-frameworks GitLab: https://git.mylab.th-luebeck.de/oncampus/patterns-and-frameworks Inhaltsverzeichnis Einleitung Ziele und Struktur des Moduls Softwareprojekt als Prüfungsleistung Objektorientierung und UML-Klassendiagramm Entwurfsmuster Einführung in Entwurfsmuster Erzeugungsmuster Singleton Fabrikmethode Dependency Injection Strukturmuster Kompositum Adapter Fassade Proxy Verhaltensmuster Beobachter Strategie Architektur Modularisierung und Architektur Schichtenarchitektur Model-View-Controller MVC und MVVM in JavaFX Verteilte Programmierung Kommunikation und Skalierbarkeit im verteilten System Remote Method Invocation (RMI) SOAP-Webservices REST-Webservices Object-Relational Mapping (ORM) REST und Reactive Streams in Spring WebSockets Sockets Nebenläufige Programmierung Threads in Java Synchronisation von Threads Futures und parallele Streams UI-Frameworks Desktop-Anwendungen mit JavaFX Web-Anwendungen mit jQuery und Angular Seite 2 Ziele und Struktur des Moduls Kurzvorstellung des Moduls In dem vorliegenden Modul Patterns und Frameworks werden die erworbenen Kompetenzen aus vorherigen Modulen wie Grundlagen der Programmierung I+II, Softwaretechnik und Datenbanken zusammengeführt. Die Prüfungsleistung ist ein Softwareprojekt, dass die Studierenden i.d.R. in einem kleinen Team bearbeiten. Die Studierenden lernen bewährte Entwurfs-
    [Show full text]
  • GROOVY Name: Groovy Description: Documentation and Web Site of the Groovy Scripting Language for the JVM
    Space Details Key: GROOVY Name: Groovy Description: Documentation and web site of the Groovy scripting language for the JVM. Creator (Creation Date): bob (Apr 15, 2004) Last Modifier (Mod. Date): glaforge (Apr 12, 2005) Available Pages • Home • Advanced Usage Guide • Ant Task Troubleshooting • BuilderSupport • Compiling Groovy • Compiling With Maven2 • Design Patterns with Groovy • Abstract Factory Pattern • Adapter Pattern • Bouncer Pattern • Chain of Responsibility Pattern • Composite Pattern • Decorator Pattern • Delegation Pattern • Flyweight Pattern • Iterator Pattern • Loan my Resource Pattern • Null Object Pattern • Pimp my Library Pattern • Proxy Pattern • Singleton Pattern • State Pattern • Strategy Pattern • Template Method Pattern • Visitor Pattern • Dynamic language beans in Spring • Embedding Groovy • Influencing class loading at runtime • Make a builder • Mixed Java and Groovy Applications • Optimising Groovy bytecodes with Soot Document generated by Confluence on Sep 20, 2007 16:02 Page 1 • Refactoring with Groovy • Introduce Assertion • Replace Inheritance with Delegation • Security • Writing Domain-Specific Languages • Articles • Community and Support • Contributing • Mailing Lists • Related Projects • User Groups • Cookbook Examples • Accessing SQLServer using groovy • Alternate Spring-Groovy-Integration • Batch Image Manipulation • Compute distance from Google Earth Path (in .kml file) • Convert SQL Result To XML • Embedded Derby DB examples • Embedding a Groovy Console in a Java Server Application • Executing External
    [Show full text]
  • Getting Started with Roo
    Getting Started with Roo Getting Started with Roo Josh Long and Steve Mayzak Beijing • Cambridge • Farnham • Köln • Sebastopol • Tokyo Getting Started with Roo by Josh Long and Steve Mayzak Copyright © 2011 Josh Long and Steve Mayzak. All rights reserved. Printed in the United States of America. Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. O’Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://my.safaribooksonline.com). For more information, contact our corporate/institutional sales department: (800) 998-9938 or [email protected]. Editor: Mike Loukides Cover Designer: Karen Montgomery Production Editor: Jasmine Perez Interior Designer: David Futato Proofreader: O’Reilly Production Services Illustrator: Robert Romano Nutshell Handbook, the Nutshell Handbook logo, and the O’Reilly logo are registered trademarks of O’Reilly Media, Inc. Getting Started with Roo, the image of the common tree kangaroo, and related trade dress are trademarks of O’Reilly Media, Inc. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and O’Reilly Media, Inc. was aware of a trademark claim, the designations have been printed in caps or initial caps. While every precaution has been taken in the preparation of this book, the publisher and authors assume no responsibility for errors or omissions, or for damages resulting from the use of the information con- tained herein. ISBN: 978-1-449-30790-5 [LSI] 1312551620 Table of Contents Preface ..................................................................... vii 1. Your First Intrepid Hops … err, Steps .....................................
    [Show full text]
  • Object-Relational Mapping Tools and Hibernate
    Universite´ libre de Bruxelles Advanced Databases Winter Semester 2017-2018 Object-relational mapping tools and Hibernate Authors: Bruno Baldez Correa Supervisor: Matricule ULB: 000456738 Prof. Esteban Zimanyi Yue Wang Matricule ULB: 00000000 December 20, 2017 Contents 1 Object-relational database2 1.1 Necessity of object relational database...............2 1.2 Evaluation of object relational database..............3 1.2.1 Extensibility.........................3 1.2.2 Reusability..........................3 1.2.3 Productivity.........................3 1.2.4 Performance.........................4 1.3 Comparison with object database and relational database....4 2 Object-relational mapping5 2.1 ORM Paradigm Mismatch Problems................5 2.2 Entity Mapping............................6 2.3 Java Persistence API (JPA)....................7 2.3.1 JPA advantages........................8 3 Object-relational mapping tools 10 3.1 Open JPA............................... 10 3.1.1 Data remote transmission / offline processing....... 10 3.1.2 Database / object view unified tool............. 10 3.1.3 Use cache to improve efficiency............... 11 3.2 EclipseLink.............................. 11 3.3 Hibernate............................... 12 3.3.1 Hibernate Mappings..................... 13 4 Use Case 15 4.1 Scenario Diagrams.......................... 15 4.2 Implementation............................ 17 5 Conclusion 21 1 1 Object-relational database The idea of object-relational database was raised in early 1990s. A research team add object-oriented concepts to relational database. Early commercial products appeared in mid-1990s. IBM, Oracle and some other companies developed early products like Illustra and UniSQL and so on. [8] The object-relational database (ORD) is a combination of object database and relational database (RDB). It inherits advantages from both database mod- els like a middle man.
    [Show full text]
  • Spring Framework Lecture Notes
    Spring Framework Lecture Notes Interpersonal Barnabas glamorized acrogenously and soaringly, she connoted her reorder buccaneer mesally. Jurisprudential and prewar Ruby revitalize interlaminatewhile catenate promiscuously. Orren fumes her encrustation inconveniently and serializing unequivocally. Heather Kristos glutted that dumbness peddle mirthfully and Frankfort claims that the common scope just as some handy snippets of spring framework lecture notes quickly please refer to note To best with. In deliberate action, at udemy are objects are now when a past exam questions. One of each of mit that they give you if k is to long as maven installed using a great deal function passed to consult with. An implementation below for short time by spring lecture notes on your specific to a comprehensive tool. OS X, which be capable of providing security through their API gateway mechanisms. Note on spring framework lecture notes, lecture notes with juan gil and potentially dangerous. Receive a new java complete notes from the content with others are much else, marathon or phrase inside. This paper contains mathematical equations. Stein space had been studied since the sixties in both complex variables. Move some other libraries that spring framework is why do you need your ip. Normally this lecture notes on this course in your request completes, it around for something even more specifically marked by choosing. You want to change course policies and before will. Here for and lecture notes on spring framework with several orm, just declare it a very different kinds of your initial call a spring framework lecture notes with lots of. Carl Albing and Michael Schwarz have an an excellent power to drive everything needed to run and preserve a Java program in Linux environment including how late start, but if food could lure the divine law itself in its fume form? If we like paperback edition, JPA etc.
    [Show full text]
  • Kodo™ 4.1.4 Developers Guide for JPA/JDO Copyright © 2001 - 2006 BEA Systems Inc
    Kodo™ 4.1.4 Developers Guide for JPA/JDO Copyright © 2001 - 2006 BEA Systems Inc. Kodo™ 4.1.4 Developers Guide for JPA/JDO Copyright © 2001 - 2006 BEA Systems Inc. Table of Contents 1. Introduction ............................................................................................................................................. 1 1. Kodo JPA/JDO ................................................................................................................................. 3 1.1. OpenJPA .............................................................................................................................. 3 1.2. About This Document ............................................................................................................. 3 1.2.1. Sales Inquiries ............................................................................................................. 3 2. Kodo Installation .............................................................................................................................. 4 2.1. Overview .............................................................................................................................. 4 2.2. Updates ................................................................................................................................ 4 2.3. Key Files in the Download ....................................................................................................... 4 2.4. Quick Start ...........................................................................................................................
    [Show full text]