Home > Store

Java Developer's Guide to Eclipse, The, 2nd Edition

Register your product to gain access to bonus material or receive a coupon.

Java Developer's Guide to Eclipse, The, 2nd Edition

Book

  • Sorry, this book is no longer in print.
Not for Sale

About

Features

The revision of the best-selling Eclipse book on the market, completely revised for Eclipse 3.0!

° Loaded with examples and exercises that reinforce knowledge and support selfpaced learning

° Author team has extensive Eclipse training experience and provides proven learning tips and techniques

° Over 18M downloads of Eclipse so far

Description

  • Copyright 2005
  • Dimensions: 7-3/8" x 9-1/4"
  • Pages: 1136
  • Edition: 2nd
  • Book
  • ISBN-10: 0-321-30502-7
  • ISBN-13: 978-0-321-30502-2

“Fully updated and revised for Eclipse 3.0, this book is the definitive Eclipse reference—an indispensable guide for tool builders, rich client application developers, and anyone customizing or extending the Eclipse environment.”

Dave Thomson, Eclipse Project Program Director, IBM
The Ultimate Guide to Eclipse 3.0 for the Java Developer. No Eclipse Experience Required!

Eclipse is a world-class Java integrated development environment (IDE) and an open source project and community. Written by members of the IBM Eclipse Jumpstart team, The Java™ Developer’s Guide to Eclipse, Second Edition, is the definitive Eclipse companion. As in the best-selling first edition, the authors draw on their considerable experience teaching Eclipse and mentoring developers to provide guidance on how to customize Eclipse for increased productivity and efficiency.

In this greatly expanded edition, readers will find

  • A total update, including the first edition’s hallmark, proven exercises—all revised to reflect Eclipse 3.0 changes to the APIs, plug-ins, UI, widgets, and more
  • A special focus on rich client support with a new chapter and two exercises
  • A comprehensive exercise on using Eclipse to develop a Web commerce application using Apache’s Tomcat
  • A new chapter on JFace viewers and added coverage of views
  • A new chapter on internationalization and accessibility
  • New chapters on performance tuning and Swing interoperability

Using this book, those new to Eclipse will become proficient with it, while advanced developers will learn how to extend Eclipse and build their own Eclipse-based tools. The accompanying CD-ROM contains Eclipse 3.0, as well as exercise solutions and many code examples.

Whether you want to use Eclipse and Eclipse-based offerings as your integrated development environment or customize Eclipse further, this must-have book will quickly bring you up to speed.



Downloads

CD Contents

Untitled Document

Visit the author's web site to take a "sneak peek" of the Companion CD

Extras

Author's Site

Untitled Document Visit the author's web site to take a "sneak peak" of the Companion CD

Sample Content

Downloadable Sample Chapter

Download the Sample Chapters related to this title.

Chapter 3

Chapter 7

Table of Contents

Foreword.

Preface.

    Origin of the Book.

    Goals.

    Intended Audience and Prerequisites.

    How the Book Is Organized.

    Coding Conventions.

    CD-ROM.

    Where to Find Further Information.

Guide to Reading This Book.

Acknowledgments.

About the Authors.

1. Read Me First.

    Eclipse as a Host for Application Development Tools.

    Beyond Tools: Eclipse as a Host for Client Applications.

    What Is Eclipse?

    Getting and Installing Eclipse.

    Chapter Summary.

    References.

I. USING ECLIPSE.

2. Getting Started with Eclipse.

    Your First Steps.

    Basic Eclipse Use.

    Resource Management.

    Customizing Eclipse.

    Exercise Summary.

    Chapter Summary.

    Reference.

3. Using Java Development Tools.

    Getting Started with JDT.

    Writing Java Code.

    Working with Java Elements.

    Tuning the Performance of the JDT.

    More on the JDT Views and Preferences.

    Exercise Summary.

    Chapter Summary.

    Reference.

4. Running and Debugging Java.

    Running Java Code.

    Debugging.

    Remote Debugging.

    Exercise Summary.

    Chapter Summary.

    Reference.

5. Teaming Up with Eclipse.

    Eclipse Support for CVS.

    General Team Support by Eclipse.

    An Overview of CVS for the Novice.

    The CVS User Interface in Eclipse.

    Special Situations and How to Handle Them.

    Additional Features.

    Exercise Summary.

    Chapter Summary.

    References.

6. Managing Your Eclipse Environment.

    An Overview of Your Eclipse Installation.

    Understanding the Runtime Configuration.

    Coordinating Preferences.

    Understanding Configuration Management Fundamentals.

    Interacting with the Update Manager.

    Managing Your Configuration.

    Chapter Summary.

    Reference.

II. FUNDAMENTALS OF EXTENDING ECLIPSE.

7. Extending Eclipse for Fun and Profit.

    Excited About Extending Eclipse? You Should Be!

    An Easy and Practical Example.

    A Brief Tour of "Hello, World".

    Asking the Right Question Is More Important Than Knowing the Answer.

    Where to Go from Here?

8. Overview of the Eclipse Architecture.

    That Was Then, This Is Now.

    Architectural Top Priorities: Extensibility and Integration.

    Eclipse the IDE Platform and Rich Client Application.

    The Eclipse Platform Runtime.

    User Interface Frameworks.

    Workbench Frameworks.

    Chapter Summary.

    References.

9. Getting Started: Plug-in Development.

    Getting Started with Plug-ins.

    Getting Started with Extensions and Extension Points.

    Basic Steps of Implementing a Plug-in.

    Using the Plug-in Development Environment.

    Exercise Summary.

    Chapter Summary.

    References.

10. Creating Applications Using the Rich Client Platform.

    Reasons Applications Are Being Built on the RCP.

    Eclipse Architecture, Revisited.

    Opportunities for Reuse of Eclipse.

    Implementing Your Own Workbench.

    Exercise Summary.

    Chapter Summary.

    References.

11. Creating Extension Points: How Others Can Extend Your Plug-ins.

    Relationship Between Extension Points and Extensions.

    Viewing the Official List of Enabled Plug-ins, Extensions, and Extension Points.

    How to Define Extension Points.

    Handling Dynamic Plug-ins.

    How to Enable the Schema-Based New Extension Wizard.

    Example Summary.

    Chapter Summary.

    References.

12. Advanced Plug-in Development.

    Migrating Your Plug-ins from Eclipse 2.1.

    Plug-in Class Loader.

    Runtime Discovery and Delayed Loading.

    Forcing Early Plug-in Activation.

    Plug-in Granularity.

    Plug-in Fragments.

    Chapter Summary.

    References.

13. Defining Features and Products.

    Features.

    Products.

    Exercise Summary.

    Chapter Summary.

    References.

III. EXTENDING THE ECLIPSE WORKBENCH.

14. The Standard Widget Toolkit: A Lean, Mean Widget Machine.

    The Basic Structure of an SWT Application.

    Common SWT Widgets.

    Responding to Events.

    How to Arrange SWT Widgets Using Layout Managers.

    Error Handling.

    Widgets Have Special Disposal Requirements.

    Using Threads to Separate UI and Non-UI Activities.

    An Overview of SWT Packages.

    SWT Support for Swing.

    Eclipse Forms.

    Example Summary.

    Chapter Summary.

    References.

15. JFace Viewers.

    Viewer Basics.

    Viewer Framework.

    Creating the Basic Content Viewer Arrangement.

    Controlling the Content Displayed in a Structured Viewer.

    Interacting with Viewer Objects.

    Using Alternative Viewer Types.

    Advanced Workbench Integration Options.

    Example Summary.

    Chapter Summary.

    References.

16. Dialogs and Wizards.

    Dialogs-The User Interface Beyond Workbench Parts.

    Contributing to the Preferences Dialog.

    Contributing to the Properties Dialog.

    Contributing Wizards.

    Directly Opening a Wizard Dialog for Your Wizard.

    Example Summary.

    Chapter Summary.

    References.

17. Dialog Settings, Preferences, and User Settings.

    Overview of the Options.

    Storing Values in Dialog Settings.

    Storing Preference Values for a Plug-in.

    Scoped Value Management with User Settings.

    Example Summary.

    Chapter Summary.

    References.

18. Views.

    Views: The General-Purpose Workbench Part.

    View Implementation.

    Supporting Action Contributions.

    Interacting with Other Workbench Components.

    Examples Summary.

    Chapter Summary.

    References.

19. Editors.

    Editor Behavior and Architecture.

    Basic Implementation Steps.

    Beyond the Basic Implementation Steps.

    Example Summary.

    Chapter Summary.

    References.

20. Perspectives.

    Creating a Perspective.

    Using the perspectiveExtensions Extension Point.

    Example Summary.

    Chapter Summary.

    Reference.

21. Action Contributions: The Integration Fast Track.

    Action Contribution Extension Points.

    The Fundamentals of Action Contributions.

    Contributing to the Workbench Menu Bar and Toolbar.

    Contributing to the View's Menu and Toolbar.

    Contributing to an Editor's Menu and Toolbar.

    Contributing Context Menus to Views and Editors.

    Assigning Accelerator Keys to Your Actions.

    Example Summary.

    Chapter Summary.

    References.

22. Providing Help.

    Integrating Your Online Documentation.

    Creating Context-Sensitive Help.

    Running the Standalone Help Infocenter.

    Customizing Your Help System.

    Example Summary.

    Chapter Summary.

    References.

IV. EXTENDING THE ECLIPSE IDE.

23. Workspace Resource Programming.

    Resource Concepts.

    Workspace API.

    Resource Properties.

    Processing Workspace Resource Change Events.

    Resource Modification Event Management.

    Using Workspace Save Events to Save Critical Data.

    Examples Summary.

    Chapter Summary.

    References.

24. Managing Resources with Natures and Builders.

    Customizing Project Processing.

    Defining and Implementing a Nature.

    Defining and Implementing an Incremental Project Builder.

    Example Summary.

    Chapter Summary.

    References.

25. Resource Tagging Using Markers.

    Using Markers.

    Adding New Marker Types.

    Extending Markers with Generators for Resolution and Help Support.

    Example Summary.

    Chapter Summary.

    References.

26. Building a Custom Text Editor with JFace Text.

    Standard Text Editor Functions.

    Editor Configuration: Customization Points.

    Under the Covers of the Text Editor.

     Example Summary.

    Chapter Summary.

    References.

27. Extending the Java Development Tools.

    What Is the JDT and What Does It Do?

    Java Model.

    Accessing Reusable JDT Functionality.

    Compiling Java Source Code.

    Analyzing Java Source Code.

    Manipulating Java Source Code.

    Where the JDT Extends Eclipse.

    Extending the JDT User Interface.

    Examples Summary.

    Chapter Summary.

    References.

V. EXTENSIBILITY SPECIAL TOPICS.

28. Serviceability.

    Plug-in Diagnostics: System and Configuration Information.

    Eclipse Status Objects: A Status Collector.

    Exception Handling: Error Detection.

    Error Dialogs: Providing Detailed Status in Error Messages.

    Runtime Tracing: A Runtime Diagnostic Tool.

    Using Tracing in a Production Environment.

    Diagnostics: A Comprehensive Error Log.

    Error Logging: Writing to the Workbench Error Log.

    Example Summary.

    Chapter Summary.

    Reference.

29. Implementing Responsiveness and Concurrency Using Jobs.

    Concurrency Framework.

    Using Jobs.

    User Interaction Options.

    Job Contention Management Options.

    Example Summary.

    Chapter Summary.

    References.

30. Using Capabilities to Manage Too Much of a Good Thing.

    Introducing Capabilities.

    The Capabilities Extension Point.

    Defining Primary Wizards.

    The Activities API.

    Defining Your Own Triggers.

    Example Summary.

    Chapter Summary.

    References.

31. Internationalization and Accessibility.

    What Does Internationalization Affect in Your Plug-in?

    Internationalization Steps.

    Accessibility.

    Example Summary.

    Chapter Summary.

    References.

32. Performance Tuning.

    Why Eclipse Should Start Quickly.

    Diagnosing Startup Problems Using the Runtime Spy.

    Case Study: Improving IBM WebSphere Studio's Startup.

    Avoiding Performance Regressions Using the Performance Monitor.

    Common Solutions to Eclipse-Specific Performance Problems.

    Chapter Summary.

    References.

33. Swing Interoperability.

    Embedding AWT and Swing in Views and Editors.

    Launch-and-Edit Integration.

    ABCEditor Example-In-Process Invocation.

    Example Summary.

    Chapter Summary.

    References.

34. OLE and ActiveX Interoperability.

    COM Support in Eclipse.

    COM Container Support.

    OLE Automation-Accessing Extended Behavior.

    Example Summary.

    Chapter Summary.

    Reference.

VI. EXERCISES.

Exercise 1: Using Eclipse.

    Section 1: Your First Eclipse Project.

    Section 2: Editors and Views.

    Section 3: Working with Resources.

    Section 4: Perspectives.

    Section 5: Using Multiple Eclipse Windows and Workspaces.

    Section 6: Getting Assistance.

    Exercise Activity Review.

    References.

Exercise 2: Using Java Development Tools.

    Section 1: Hello World.

    Section 2: Quick Fix.

    Section 3: Code Generation.

    Section 4: Refactoring.

    Exercise Activity Review.

    References.

Exercise 3: Running and Debugging Java.

    Section 1: Launch Configurations.

    Section 2: Debugging.

    Section 3: Debugging II.

    Section 4: Debugging Threads.

    Section 5: Remote Debugging.

    Exercise Activity Review.

    References.

Exercise 4: Developing a Simple Web Commerce Application with Eclipse.

    Exercise Setup.

    Section 1: Setting up the Runtime Environment.

    Section 2: Creating a Project for the Example.

    Section 3: Debugging the Example.

    Section 4: Deploying the Example.

    Exercise Activity Review.

    References.

Exercise 5: Working as a Team with CVS.

    Exercise Setup.

    Section 1: Getting Started.

    Section 2: Updating, Committing, and Resolving Conflicts.

    Section 3: Branching and Merging.

    Exercise Activity Review.

    Reference.

Exercise 6: Developing Your First Plug-in.

    Exercise Setup 954Section 1: "Hello, World" in Five Minutes or Less.

    Section 2: "Hello, World" with Detailed Step-by-Step Instructions.

    Section 3: Testing with the Runtime Workbench.

    Section 4: Debugging with the Runtime Workbench.

    Section 5: Defining a Feature to Support the Plug-in.

    Section 6: Deploying a Feature and Its Associated Plug-ins.

    Section 7: Exploring (and Sometimes Correcting) the Eclipse Platform Code.

    Section 8: Correcting Common Problems.

    Exercise Activity Review.

Exercise 7: Developing Your First Rich Client Application.

    Exercise Setup.

    Getting Started.

    Section 1: Creating an Application Extension.

    Section 2: Creating a Perspective Extension.

    Section 3: Creating a Workbench Advisor.

    Section 4: Implementing the Application's Main Program.

    Section 5: Running and Testing Your RCP Application.

    Section 6: Configuring Workbench Window User Interface Elements.

    Section 7: Adding Menu and Toolbar Actions.

     Section 8: Deploying Your Application.

    Section 9: Adding "Optional" Components.

    Exercise Activity Review.

Exercise 8: Developing a Rich Client Application with Dynamically Added Plug-ins.

    Exercise Setup.

    Section 1: Create Your RCP Application Launch Configuration.

    Section 2: Implement Your Plug-in Life Cycle start() Method.

    Section 3: Implement Your Configurator.

    Section 4: Develop a Simple Plug-in Discovery Mechanism.

    Section 5: Installing the Bonus Pack Dynamically.

    Exercise Activity Review.

Exercise 9: Deploying Your Product Using Features.

    Exercise Setup.

    Section 1: Tasks of a Feature Developer.

    Section 2: Tasks of an Eclipse User.

    Section 3: Tasks of a Product Developer.

    Section 4: Tasks for a Product Service Team-Implementing an Update Site.

    Section 5: Tasks of an Eclipse User-Redux.

    Exercise Activity Review.

Index.

 

Preface

Untitled Document

Origin of the Book

Starting in late 1999, the authors formed the core of a group within IBM called the Eclipse Jumpstart team. The team was created to share knowledge of what would become Eclipse technology throughout IBM and with its business partners—that is, to “jumpstart” the IBM and IBM partner development community on Eclipse. Part of this effort included the creation of a set of presentations, lecture materials, and accompanying exercises. Over the ensuing months, as the Eclipse technology matured, the presentations and exercises matured as well. As the Eclipse community grew to include various companies and academic institutions, requests for this information also grew. After every class we taught, we revised and improved the materials. When our schedules could not keep pace with the demand, we adapted the materials and made them available for use in a self-study mode. This was the genesis of this book. You can think of each chapter in the book as a classroom lesson. The exercises and examples reinforce the concepts of the chapters and provide you with practice using or extending aspects of Eclipse.

The Second Edition

Late 2003 found most of the original authors still actively engaged in Eclipse. We have been unexpectedly and very pleasantly surprised with the public acceptance of the first edition. The public and private commentary on the first edition was very positive. In July 2004 the first edition received an Editors’ Choice Award from the Java Developers Journal. The authors express their sincerest thanks and appreciation to our many readers. With the first edition barely six months old, we realized that Eclipse 3.0 would be very special and has the potential to take Eclipse to new heights. It will reach a much larger developer community and potentially millions of users now that Eclipse is not limited to integrated development environments (IDEs) but can host any kind of client application. The authors remain passionate about this technology and the opportunities it offers for innovative tools and applications. We decided to create a second edition earlier than planned. Our objectives for the second edition were to upgrade the book to Eclipse 3.0, improve it based on reader feedback, and add a select number of new topics. This edition is nearing the limit in sheer weight and volume that anyone should have to carry. We hope it continues to serve you and the Eclipse community well.

What’s New in the Second Edition

  • All chapters, exercises, and examples from the first edition are updated for Eclipse 3.0.
  • The Guide to Reading This Book section has been added. This topic provides a plan to help readers who are new to Eclipse get the most from this comprehensive book.
  • There are seven new chapters and three new exercises. There is a special focus on the new rich client support. The book was restructured to acknowledge this significant new feature. A chapter is devoted to the rich client topic along with two detailed exercises. One of the exercises demonstrates the new Eclipse runtime support for dynamic plug-ins.
  • For readers who use Eclipse as their Java development environment, a new exercise is included in which you develop a simple Web commerce site using a Java servlet application running on an Apache Tomcat server.
  • There is an entirely new introduction to extending Eclipse. A comprehensive chapter devoted to JFace viewers was added and the chapter on views has been expanded. The chapter on concurrency will show you how to create a more responsive user interface by delegating work for processing behind the scenes. You can better manage a rich or complex user interface after reading the chapter on Eclipse capabilities. A chapter devoted to plug-in performance tuning will help you avoid common development pitfalls. A new chapter on internationalization and accessibility will help you develop products that reach wider markets. The chapter on Java Swing interoperability covers Eclipse’s improved support for Swing.
  • The book’s organization has been restructured, reflecting both the size of the book and the breadth of Eclipse functionality. The book is divided into six parts. Part I is devoted to Eclipse users, and Parts II through V are for developers extending Eclipse. Part VI includes detailed exercises for both using and extending Eclipse.
  • The CD-ROM has been restructured for easier access and loading. There are many new examples. All of the example documentation has been packaged into its own help book that can be installed alongside the other books in the Eclipse online help.

Final screenshots in this book were created just as Eclipse 3.0 was about to ship. There may be minor discrepancies between the images in this book and the final version of Eclipse.

Goals

We have several goals in bringing this book to you.

  • Provide information for those new to Eclipse—A new user can leverage this book as a tutorial and a later as a reference. We do not assume prior Eclipse knowledge.
  • Explore the capabilities of Eclipse—The book covers both using Eclipse as your development environment and extending Eclipse. The chapters in Part I start with Eclipse as a general development environment and then progress to developing and debugging Java, as well as more advanced usage topics, for example, using Eclipse in a team environment. The chapters on extending Eclipse in Parts II through V cover the most frequently used classes in the Eclipse framework. References to design patterns, where applicable, illustrate the architectural relationships among the classes. The intent is not to replace the Javadoc that is included with Eclipse but to complement the documentation by focusing on how to bring a set of classes together to complete a task.
  • Provide exercises and working examples that are simple and focused on the chapter topic—The exercises and examples augment the chapter topics and illustrate key points. The chapter text concentrates on the concepts and outlines the basic steps to accomplish a task while providing small sections of code or screen captures to illustrate the point. The exercises provide detailed coding instructions and screen captures to apply the concepts described in the chapter. The CD-ROM that comes with this book contains solutions to the step-by-step exercises as well as additional working examples to supplement chapters in the book.
  • Provide comprehensive coverage of Eclipse that is usable at any level of experience—The fundamentals of Eclipse are covered, providing a foundation. From there you are free to roam among the many additional topics based on your needs and interests.
  • Promote the Eclipse community—This book provides you with the basic knowledge of Eclipse so that you can become an active participant and help grow the Eclipse open source community.

Although the term “Eclipse” conveys the image of a solar event causing darkness, the intent of this book is to shed light, add clarity, and focus on a powerful new platform. Whether you are new to Eclipse or one of the early adopters, we welcome you to the Eclipse community.

Intended Audience and Prerequisites

The audience for this book includes Java programmers who plan to use Eclipse as their development environment, those who will use Eclipse-based offerings, advanced users who want to customize Eclipse further, tool providers who seek to develop tools that will integrate with Eclipse, and application developers who want to use Eclipse as the framework for their client applications. Prior experience with Eclipse is not necessary; however, this book assumes that you are familiar with the Java programming language. While it describes how to use the Java Development Tools provided by Eclipse, it does not teach the syntax and semantics of the Java programming language.

How the Book Is Organized

This comprehensive book can help you learn to use and extend Eclipse. After you have mastered the basics, you will likely use this book as a reference. To help you learn Eclipse, you should start with the Guide to Reading This Book section. It breaks down this formidable text into manageable chunks that you can read in a sequence better suited for learning.

The book is divided into six parts. Part I, Using Eclipse, applies to those using Eclipse as their development environment. The book begins by covering the basic navigation and terminology of Eclipse. You will learn about the Java development environment, including secrets to becoming a power user. Using Eclipse in a team programming environment is explained. You will learn how to use the flexibility of Eclipse to maximize your productivity and fit your own personal style. Students who are studying the Java programming language may find using Eclipse, instead of simply a command line environment, a much more productive and exciting way to learn the richness and power of the language. Instructors may discover how using Eclipse in the classroom will accelerate the student’s mastery of the language and be a productive tool to use in research.

Part II, Fundamentals of Extending Eclipse, focuses on the important elements of extending Eclipse independent of whether you are extending Eclipse to develop tools or creating a client application. It covers the architecture of Eclipse, how to develop plug-ins, the creation of client applications using the rich client support, how to make your plug-ins extensible to others, and packaging and deployment.

Part III, Extending the Eclipse Workbench, covers the most commonly required topics to extend Eclipse functionality. Using the Eclipse architecture as a base, Part III covers the frameworks needed to extend the Eclipse user interface. It covers basic graphical user interface (GUI) development using the Standard Widget Toolkit (SWT), dialogs and wizards, menus, viewers, views, editors, perspectives, and online documentation.

Part IV, Extending the Eclipse IDE, focuses on those services that apply when extending Eclipse as an IDE. This is in contrast to Part II, which covers services that apply to both IDE-based and non-IDE-based applications. Part IV includes topics like accessing the workspace and extending the Java Development Tools.

Part V, Extensibility Special Topics, rounds out your knowledge of Eclipse by covering a variety of topics that you may not need right away or that are specialized to specific situations. Chapters covering serviceability, Swing interoperability, concurrency, capabilities, performance tuning, OLE and ActiveX support (Windows), and internationalization are among the topics in Part V.

Learning in a programming environment without actually writing code is difficult. Part VI, Exercises, contains a series of detailed exercises to reinforce the concepts presented in the book. Part VI depends on the files included on the CD-ROM. The CD-ROM contains solutions to all of the exercises and contains many code samples augmenting the material in the chapters. The exercises do not depend on one another, so you can perform them in any order.

Many chapters contain a reference to the book Official Eclipse 3.0 FAQs by John Arthorne and Chris Laffra (Boston, MA: Addison-Wesley, 2004). We recommend it as a complementary addition to this book. Specific frequently asked questions (FAQs) that augment the chapter content are cited in the chapter references and on the CD-ROM. See also http://eclipsefaq.org.

Foreword

Download the Foreword file related to this title.

Index

Download the Index file related to this title.

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020