Beginning Java Objects : From Concepts to Code (3RD)

個数:

Beginning Java Objects : From Concepts to Code (3RD)

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。

    ●3Dセキュア導入とクレジットカードによるお支払いについて
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 890 p.
  • 言語 ENG
  • 商品コード 9781484290590

Full Description

As a programming language, Java's object-oriented nature is key to creating powerful, reusable code and applications that are easy to maintain and extend. That being said, many people learn Java syntax without truly understanding its object-oriented roots, setting them up to fail to harness all of the power of Java. This book is your key to learning both!

This new third edition of Beginning Java Objects: From Concepts to Code discusses Java syntax, object principles, and how to properly structure the requirements of an application around an object architecture. It is unique in that it uses a single case study of a Student Registration System throughout the book, carrying the reader from object concepts, to object modeling, to building actual code for a full-blown application. A new chapter covers a technology-neutral discussion of the principles of building a three-tier architecture using Java, introducing the notion of model layer - presentation layer - data layer separation.

Coding examples used throughout the book are Java version-neutral. The core object-oriented principles that you will learn from this book are timeless, and are relevant to all versions of the Java language, as well as to many other object-oriented languages.  

The book can be used for individual self-study or as a university-level textbook.

What You Will Learn

Know basic object-oriented principles, from the simplest notion of classes and objects through the power of encapsulation, abstract classes, and polymorphism
Approach the requirements for an application to structure it properly around objects
Render the resultant object model into Java code, building a complete functioning model layer for the Student Registration System case study
Conceptually round out an object layer by adding presentation and data layers 

Who This Book Is For
Software developers who have never tackled Java as a programming language, as well as those who have already used Java but want to ensure that they are taking full advantage of the object-oriented nature of the language

Contents

Part I:  The ABCs of Objects.- Chapter 1: Abstraction and Modeling.- Chapter 2:  Some Java Basics.- Chapter 3:  Objects and Classes.- Chapter 4:  Object Interactions.- Chapter 5:  Relationships Between Objects.- Chapter 6:  Collections of Objects.- Chapter 7:  Some Final Object Concepts.- Part II.- Chapter 8:  The Object Modeling Process in a Nutshell.- Chapter 9:  Formalizing Requirements Through Use Cases.- Chapter 10:  Modeling the Data Aspects of the System.- Chapter 11:  Modeling the Behavioral Aspects of the System.- Chapter 12:  Wrapping Up Our Modeling Efforts.- Chapter 13:  A Few More Key Java Details.- Chapter 14:  Transforming Your Model into Java Code. - Appendix A: Alternative Case Studies.