Using and Understanding Java Data Objects : Covers JDO 1.0 and 1.0.1 (The Authors Press) (2003. XXIX, 426 p. w. figs. 23,5 cm)

個数:

Using and Understanding Java Data Objects : Covers JDO 1.0 and 1.0.1 (The Authors Press) (2003. XXIX, 426 p. w. figs. 23,5 cm)

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 310 p.
  • 言語 ENG
  • 商品コード 9781590590430

Full Description

JAVA DATA OBJECfS (JDO) specifies a transparent persistence service for Java objects. The specification describes a general framework for storing and retrieving the per­ sistent state ofJava objects. The JSR-12 expert group defined JDO using the Java Community Process. JDO includes a specification, a reference implementation, and a technology compatibility kit (TCK). All three can be downloaded from the JavaCommunityProcessWebsite (http://W‾M.jcp.org/jsr/detail/12.jsp). Anumber of vendors have created implementations of JDO and provide versions of their products that you can download from the Web. URLs to some of these vendors are found near the end of this introduction. Java programmers use tools to make their projects successful. Most applications and server-side components involve moving data between objects in memory and persistent storage. JDO promises to change the way that Java programmers store and retrieve object state. JDO simplifies the application's code, increases the appli­ cation's portability, and helps to separate concerns in the application's design. Compared to existing alternatives, JDO makes persistence easier to understand, easier to model, and easier to code. Who Should Read This Book This book is intended for Java programmers and application architects. It assumes that you know how to program in Java, and it assumes that you want to use JDO and understand how it works. This book emphasizes what you need to know to use JDO effectively.

Contents

1 Basic Concepts in JDO.- 2 Queries.- 3 The Persistence Manager.- 4 Transactions and Caching.- 5 Enhanced Classes and Managed Fields.- 6 Factories That Produce Persistence Managers.- 7 Helpers, Callbacks, and Exceptions.- 8 Using JDO to Learn More.- 9 Using JDO in a Swing Application.- 10 Using JDO in a Web Application.- 11 Using JDO in Enterprise JavaBeans.- Appendix Large UML Diagrams.