Applying Use Cases: A Practical Guide by Geri Schneider

$12.00 NZD
GST included. Shipping calculated at checkout.

Use Cases allow a system architect to identify the required features of a software system based upon how each end-user will use the system. This guide gives readers more control over the development of their projects, enabling them to deliver a software project on time and under budget. Editorial Reviews Amazon.com Review With the emergence of the Unified Modeling Language (UML) over the last few years, developers new to the advantages of thorough software-engineering practices now have a better notational system for designing more effective software. To use UML effectively, you will want to create use cases, which help describe the requirements of a system. In their concise and very readable book, the authors of Applying Use Cases show how use cases can benefit all aspects of the software-design process and let you create better software in less time. This guide provides a case study for a mail-order business (with some e-commerce as well) as its central example. Use cases define how actors (i.e., users) are defined for all the various components of a mail-order business, including inventory, accounting, and order fulfillment. The authors suggest that while use cases are particularly useful at the beginning of a project cycle--for assessing risks and setting project timetables, for instance--they are also useful for testing and deployment of systems (specifically, for creating documentation and help manuals). The sample use cases--and supporting design documents--are what's best in this text. --Richard Dragan From the Inside Flap You're about to start a new project. Sometimes it seems like colonizing the moon would be easier. But you assemble a stalwart team and prepare to set sail on the good ship Requirements hoping to reach the fabled land of Success. They say there are no failed projects in Success and the profit margin is so high, the streets are paved with gold. There are many dangers between here and Success. Many a ship is sunk on the way some say as many as 80 percent never reach that fabled land. You query those who have tried before. Use a ship from the OO line, they say. Booch, OMT, OOSE, UML are all good models to choose from. You'll also need a chart showing risks along the way and an architecture of the major land masses. And finally you'll need to plot a course of use cases to reach your destination. Use Cases are included in the Unified Modeling Language and are used throughout the Rational Unified Process. They are gaining wide acceptance in many different businesses and industries. Most often, use cases are applied to software projects and enterprise-wide applications. This book is for anyone interested in applying use cases to project development. While we can't guarantee you will always have successful projects when using use cases, we can give you another way of looking at the projects you are developing and some tools that will make success more likely. You will get more benefit out of the book if you have some basic knowledge of object-oriented concepts. We will use the Unified Modeling Language for the notation, explaining the notation as we use it. A good book to use for reference on the notation is UML Distilled by Fowler. This is an excellent book on the topic and easy to read. This book is organized using the Rational Unified Process as a framework. Within the phases of the process, we talk about the activities in the phase, focusing on activities based on use cases. We touch lightly on activities that interact with use cases, such as software architecture, project management, and object-oriented analysis and design. These are very important activities, with whole books devoted to each topic. Therefore, in the resource list in Appendix A, you will find our favorite books on these topics. We have used one example, an order-processing system for a mail order company, throughout the book. This allows us to maintain consistency and build up a reasonably complex example. Parts of the solution are given in the various chapters to illustrate the concepts. This book is presented as a sequence of steps, though life is never that simple. Each part will contribute to the rest until the system is complete. So if a section says to create an architecture, do what you can at that time, using what you currently know. You will add to it and refine it based on knowledge gained while working through the process. You don't have to read the whole book before starting with use cases. Chapters 1 through 5 give the basics of working with use cases. We recommend that everyone reads those chapters. Chapter 6 covers architecture and mapping use cases into the architecture. Chapter 7 covers documenting use cases. Chapter 8 covers project planning with use cases, and Chapter 9 covers reviewing the use case documents. Chapter 10 goes into moving from use cases to OOAD. Ultimately, use cases are about documenting your system. Plan on doing a lot of writing. Appendix A provides a list of books we reference throughout the text, as well as other books we have found useful when developing projects. Appendix B shows the document templates used. These provide an example and a starting point for your own project. Modify them as needed to work with your project. In October of 1995, Rational Software Corporation merged with Objective Systems. Among other things, this merger brought with it Ivar Jacobson and his use cases. In February 1996, I wrote and delivered the first use case course for Rational, which combined use cases with the object-oriented methodologies of Grady Booch and Jim Rumbaugh. Since that time, I have taught and run workshops on use cases with many of Rational's customers, as well as customers of my consulting company, Wyyzzk Training and Consulting. As I have taught them, so they have taught me. This book came out of what I've learned through the workshops. Acknowledgments Thanks to: My parents, Phil and Joan Schneider. Their love and faith give me the confidence to reach for the stars and the persistence to succeed. My professors at Southern Illinois University, Edwardsville, in particular Dr. Nadine Verderber, Dr. Greg Stephen, and Dr. Eric Sturley. The education I received has proved to be a firm foundation on which I could build knowledge and skills. Dr. Ivar Jacobson for the original work on use cases. I've built on the foundations he defined. Thanks also for his comments on the book in its early stages. His comments got me past a stuck point at a critical time. My colleagues at Rational Software Corporation for their encouragement and support, particularly the men and women in the North American Field Organization, the International Field Organization, and Technical Support. Each one is an outstanding engineer, always willing to share with the rest what he or she has learned. This free exchange of ideas has been invaluable for maturing the processes we all teach use cases, OOAD, and OOPM. In particular I want to thank my former team, Deborah Bell, Sue Mickel, and Jean-Pierre Schoch, for their support and encouragement. Neal Reizer, Bill Fairfield, and Garth Andrews for their support and encouragement and my customers and students, who taught me much while I was mentoring them. Karin Palmkvist who helped us tremendously by doing a final review of the manuscript. Bob and Norma Hughes for mowing our lawn when we got too busy with the book to do it. And we didn't even ask! Special thanks to Dr. James Rumbaugh. He has helped me through the publishing process, giving advice and encouragement along the way. His intercession led to Addison-Wesley reviewing and publishing this book. Many thanks to our distinguished reviewers. They worked as hard as we did to make this book happen. Kurt Bittner -- Rational Software Corporation Lois Delcambre -- Professor, Computer Science and Engineering Department, Oregon Graduate Institute Kelli A. Houston -- Rational Software Corporation John Sunda Hsia Dean Larsen Phil Price -- Qualcomm Arthur J. Riel Somboon Supakkul Speaking of hard workers, we were most fortunate to be working with J. Carter Shanklin, Angela Buenning, Rachel Beavers, and Krysia Bebick at Addison Wesley Longman. Our most heartfelt thanks for all your support and encouragement. You guys did all the tough work to make this book a reality. Special thanks to Marilyn Rash, and her team of editing and typesetting experts, who made sure this book got through production. Last, but not least, thank you to Jason Winters for his love, support, and encouragement. He is the storyteller who brought the book to life. His unique insights brought clarity to a sometimes difficult subject. Geri Schneider Winters Santa Clara, California 0201309815P04062001 From the Back Cover Many projects struggle to define the specific functions of software, and end users often find that the final product does not perform as expected. Use cases allow analysts to identify the required features of a software system based on how each end user will use the system. This efficient and straightforward analysis process gives end users direct input into the design of the system that will serve them. Applying Use Cases provides a practical and clear introduction to developing use cases, demonstrating their use via a continuing case study. Using the Unified Software Development Process as a framework and the Unified Modeling Language (UML) as a notation, the authors step the reader through applying use cases in the different phases of the process, focusing on where and how use cases are best applied. Other highlights include: A collection of realistic examples showing how to apply use cases, drawn from the authors' extensive experience in this area A case study that offers insight into the common mistakes and pitfalls that can plague an object-oriented project An illustration of the latest version of the UML notation for diagramming use cases A practical how-to discussion on applying use cases to identify system requirements 0201309815B04062001 About the Author Geri Schneider is the founder of Wyyzzk, Inc. a company focused on improving the practice of software product development. She specifically helps companies improve in the areas of business agility, solution anthropology, iterative development, business architecture, and software architecture. She has taught software engineering courses at Northern Arizona University, University of California, Carnegie Mellon University, and HiLCoE College. In her spare time she mentors a FIRST Robotics team. Jason P. Winters is a staff research engineer at the Robotics Institute of Carnegie Mellon University. He has previously been a staff engineer for Cadence Design Systems and Octel Communications. In his spare time he mentors a FIRST Robotics team and indulges his passion for photography. 0201309815AB04062001 From the Inside Flap You're about to start a new project. Sometimes it seems like colonizing the moon would be easier. But you assemble a stalwart team and prepare to set sail on the good ship Requirements hoping to reach the fabled land of Success. They say there are no failed projects in Success and the profit margin is so high, the streets are paved with gold. There are many dangers between here and Success. Many a ship is sunk on the way some say as many as 80 percent never reach that fabled land. You query those who have tried before. Use a ship from the OO line, they say. Booch, OMT, OOSE, UML are all good models to choose from. You'll also need a chart showing risks along the way and an architecture of the major land masses. And finally you'll need to plot a course of use cases to reach your destination. Use Cases are included in the Unified Modeling Language and are used throughout the Rational Unified Process. They are gaining wide acceptance in many different businesses and industries. Most often, use cases are applied to software projects and enterprise-wide applications. This book is for anyone interested in applying use cases to project development. While we can't guarantee you will always have successful projects when using use cases, we can give you another way of looking at the projects you are developing and some tools that will make success more likely. You will get more benefit out of the book if you have some basic knowledge of object-oriented concepts. We will use the Unified Modeling Language for the notation, explaining the notation as we use it. A good book to use for reference on the notation is UML Distilled by Fowler. This is an excellent book on the topic and easy to read. This book is organized using the Rational Unified Process as a framework. Within the phases of the process, we talk about the activities in the phase, focusing on activities based on use cases. We touch lightly on activities that interact with use cases, such as software architecture, project management, and object-oriented analysis and design. These are very important activities, with whole books devoted to each topic. Therefore, in the resource list in Appendix A, you will find our favorite books on these topics. We have used one example, an order-processing system for a mail order company, throughout the book. This allows us to maintain consistency and build up a reasonably complex example. Parts of the solution are given in the various chapters to illustrate the concepts. This book is presented as a sequence of steps, though life is never that simple. Each part will contribute to the rest until the system is complete. So if a section says to create an architecture, do what you can at that time, using what you currently know. You will add to it and refine it based on knowledge gained while working through the process. You don't have to read the whole book before starting with use cases. Chapters 1 through 5 give the basics of working with use cases. We recommend that everyone reads those chapters. Chapter 6 covers architecture and mapping use cases into the architecture. Chapter 7 covers documenting use cases. Chapter 8 covers project planning with use cases, and Chapter 9 covers reviewing the use case documents. Chapter 10 goes into moving from use cases to OOAD. Ultimately, use cases are about documenting your system. Plan on doing a lot of writing. Appendix A provides a list of books we reference throughout the text, as well as other books we have found useful when developing projects. Appendix B shows the document templates used. These provide an example and a starting point for your own project. Modify them as needed to work with your project. In October of 1995, Rational Software Corporation merged with Objective Systems. Among other things, this merger brought with it Ivar Jacobson and his use cases. In February 1996, I wrote and delivered the first use case course for Rational, which combined use cases with the object-oriented methodologies of Grady Booch and Jim Rumbaugh. Since that time, I have taught and run workshops on use cases with many of Rational's customers, as well as customers of my consulting company, Wyyzzk Training and Consulting. As I have taught them, so they have taught me. This book came out of what I've learned through the workshops. Acknowledgments Thanks to: My parents, Phil and Joan Schneider. Their love and faith give me the confidence to reach for the stars and the persistence to succeed. My professors at Southern Illinois University, Edwardsville, in particular Dr. Nadine Verderber, Dr. Greg Stephen, and Dr. Eric Sturley. The education I received has proved to be a firm foundation on which I could build knowledge and skills. Dr. Ivar Jacobson for the original work on use cases. I've built on the foundations he defined. Thanks also for his comments on the book in its early stages. His comments got me past a stuck point at a critical time. My colleagues at Rational Software Corporation for their encouragement and support, particularly the men and women in the North American Field Organization, the International Field Organization, and Technical Support. Each one is an outstanding engineer, always willing to share with the rest what he or she has learned. This free exchange of ideas has been invaluable for maturing the processes we all teach use cases, OOAD, and OOPM. In particular I want to thank my former team, Deborah Bell, Sue Mickel, and Jean-Pierre Schoch, for their support and encouragement. Neal Reizer, Bill Fairfield, and Garth Andrews for their support and encouragement and my customers and students, who taught me much while I was mentoring them. Karin Palmkvist who helped us tremendously by doing a final review of the manuscript. Bob and Norma Hughes for mowing our lawn when we got too busy with the book to do it. And we didn't even ask! Special thanks to Dr. James Rumbaugh. He has helped me through the publishing process, giving advice and encouragement along the way. His intercession led to Addison-Wesley reviewing and publishing this book. Many thanks to our distinguished reviewers. They worked as hard as we did to make this book happen. Kurt Bittner -- Rational Software Corporation Lois Delcambre -- Professor, Computer Science and Engineering Department, Oregon Graduate Institute Kelli A. Houston -- Rational Software Corporation John Sunda Hsia Dean Larsen Phil Price -- Qualcomm Arthur J. Riel Somboon Supakkul Speaking of hard workers, we were most fortunate to be working with J. Carter Shanklin, Angela Buenning, Rachel Beavers, and Krysia Bebick at Addison Wesley Longman. Our most heartfelt thanks for all your support and encouragement. You guys did all the tough work to make this book a reality. Special thanks to Marilyn Rash, and her team of editing and typesetting experts, who made sure this book got through production. Last, but not least, thank you to Jason Winters for his love, support, and encouragement. He is the storyteller who brought the book to life. His unique insights brought clarity to a sometimes difficult subject. Geri Schneider Winters Santa Clara, California 0201309815P04062001 From the Back Cover Many projects struggle to define the specific functions of software, and end users often find that the final product does not perform as expected. Use cases allow analysts to identify the required features of a software system based on how each end user will use the system. This efficient and straightforward analysis process gives end users direct input into the design of the system that will serve them. Applying Use Cases provides a practical and clear introduction to developing use cases, demonstrating their use via a continuing case study. Using the Unified Software Development Process as a framework and the Unified Modeling Language (UML) as a notation, the authors step the reader through applying use cases in the different phases of the process, focusing on where and how use cases are best applied. Other highlights include: A collection of realistic examples showing how to apply use cases, drawn from the authors' extensive experience in this area A case study that offers insight into the common mistakes and pitfalls that can plague an object-oriented project An illustration of the latest version of the UML notation for diagramming use cases A practical how-to discussion on applying use cases to identify system requirements 0201309815B04062001 About the Author Geri Schneider is the founder of Wyyzzk, Inc. a company focused on improving the practice of software product development. She specifically helps companies improve in the areas of business agility, solution anthropology, iterative development, business architecture, and software architecture. She has taught software engineering courses at Northern Arizona University, University of California, Carnegie Mellon University, and HiLCoE College. In her spare time she mentors a FIRST Robotics team. Jason P. Winters is a staff research engineer at the Robotics Institute of Carnegie Mellon University. He has previously been a staff engineer for Cadence Design Systems and Octel Communications. In his spare time he mentors a FIRST Robotics team and indulges his passion for photography. 0201309815AB04062001 From the Back Cover Many projects struggle to define the specific functions of software, and end users often find that the final product does not perform as expected. Use cases allow analysts to identify the required features of a software system based on how each end user will use the system. This efficient and straightforward analysis process gives end users direct input into the design of the system that will serve them. Applying Use Cases provides a practical and clear introduction to developing use cases, demonstrating their use via a continuing case study. Using the Unified Software Development Process as a framework and the Unified Modeling Language (UML) as a notation, the authors step the reader through applying use cases in the different phases of the process, focusing on where and how use cases are best applied. Other highlights include: A collection of realistic examples showing how to apply use cases, drawn from the authors' extensive experience in this area A case study that offers insight into the common mistakes and pitfalls that can plague an object-oriented project An illustration of the latest version of the UML notation for diagramming use cases A practical how-to discussion on applying use cases to identify system requirements 0201309815B04062001 About the Author Geri Schneider is the founder of Wyyzzk, Inc. a company focused on improving the practice of software product development. She specifically helps companies improve in the areas of business agility, solution anthropology, iterative development, business architecture, and software architecture. She has taught software engineering courses at Northern Arizona University, University of California, Carnegie Mellon University, and HiLCoE College. In her spare time she mentors a FIRST Robotics team. Jason P. Winters is a staff research engineer at the Robotics Institute of Carnegie Mellon University. He has previously been a staff engineer for Cadence Design Systems and Octel Communications. In his spare time he mentors a FIRST Robotics team and indulges his passion for photography. 0201309815AB04062001 About the Author Geri Schneider is the founder of Wyyzzk, Inc. a company focused on improving the practice of software product development. She specifically helps companies improve in the areas of business agility, solution anthropology, iterative development, business architecture, and software architecture. She has taught software engineering courses at Northern Arizona University, University of California, Carnegie Mellon University, and HiLCoE College. In her spare time she mentors a FIRST Robotics team. Jason P. Winters is a staff research engineer at the Robotics Institute of Carnegie Mellon University. He has previously been a staff engineer for Cadence Design Systems and Octel Communications. In his spare time he mentors a FIRST Robotics team and indulges his passion for photography. 0201309815AB04062001 Excerpt. ? Reprinted by permission. All rights reserved. PREFACE You're about to start a new project. Sometimes it seems like colonizing the moon would be easier. But you assemble a stalwart team and prepare to set sail on the good ship Requirements hoping to reach the fabled land of Success. They say there are no failed projects in Success and the profit margin is so high, the streets are paved with gold. There are many dangers between here and Success. Many a ship is sunk on the way some say as many as 80 percent never reach that fabled land. You query those who have tried before. Use a ship from the OO line, they say. Booch, OMT, OOSE, UML are all good models to choose from. You'll also need a chart showing risks along the way and an architecture of the major land masses. And finally you'll need to plot a course of use cases to reach your destination. Use Cases are included in the Unified Modeling Language and are used throughout the Rational Unified Process. They are gaining wide acceptance in many different businesses and industries. Most often, use cases are applied to software projects and enterprise-wide applications. This book is for anyone interested in applying use cases to project development. While we can't guarantee you will always have successful projects when using use cases, we can give you another way of looking at the projects you are developing and some tools that will make success more likely. You will get more benefit out of the book if you have some basic knowledge of object-oriented concepts. We will use the Unified Modeling Language for the notation, explaining the notation as we use it. A good book to use for reference on the notation is UML Distilled by Fowler. This is an excellent book on the topic and easy to read. This book is organized using the Rational Unified Process as a framework. Within the phases of the process, we talk about the activities in the phase, focusing on activities based on use cases. We touch lightly on activities that interact with use cases, such as software architecture, project management, and object-oriented analysis and design. These are very important activities, with whole books devoted to each topic. Therefore, in the resource list in Appendix A, you will find our favorite books on these topics. We have used one example, an order-processing system for a mail order company, throughout the book. This allows us to maintain consistency and build up a reasonably complex example. Parts of the solution are given in the various chapters to illustrate the concepts. This book is presented as a sequence of steps, though life is never that simple. Each part will contribute to the rest until the system is complete. So if a section says to create an architecture, do what you can at that time, using what you currently know. You will add to it and refine it based on knowledge gained while working through the process. You don't have to read the whole book before starting with use cases. Chapters 1 through 5 give the basics of working with use cases. We recommend that everyone reads those chapters. Chapter 6 covers architecture and mapping use cases into the architecture. Chapter 7 covers documenting use cases. Chapter 8 covers project planning with use cases, and Chapter 9 covers reviewing the use case documents. Chapter 10 goes into moving from use cases to OOAD. Ultimately, use cases are about documenting your system. Plan on doing a lot of writing. Appendix A provides a list of books we reference throughout the text, as well as other books we have found useful when developing projects. Appendix B shows the document templates used. These provide an example and a starting point for your own project. Modify them as needed to work with your project. In October of 1995, Rational Software Corporation merged with Objective Systems. Among other things, this merger brought with it Ivar Jacobson and his use cases. In February 1996, I wrote and delivered the first use case course for Rational, which combined use cases with the object-oriented methodologies of Grady Booch and Jim Rumbaugh. Since that time, I have taught and run workshops on use cases with many of Rational's customers, as well as customers of my consulting company, Wyyzzk Training and Consulting. As I have taught them, so they have taught me. This book came out of what I've learned through the workshops. Acknowledgments Thanks to: My parents, Phil and Joan Schneider. Their love and faith give me the confidence to reach for the stars and the persistence to succeed. My professors at Southern Illinois University, Edwardsville, in particular Dr. Nadine Verderber, Dr. Greg Stephen, and Dr. Eric Sturley. The education I received has proved to be a firm foundation on which I could build knowledge and skills. Dr. Ivar Jacobson for the original work on use cases. I've built on the foundations he defined. Thanks also for his comments on the book in its early stages. His comments got me past a stuck point at a critical time. My colleagues at Rational Software Corporation for their encouragement and support, particularly the men and women in the North American Field Organization, the International Field Organization, and Technical Support. Each one is an outstanding engineer, always willing to share with the rest what he or she has learned. This free exchange of ideas has been invaluable for maturing the processes we all teach use cases, OOAD, and OOPM. In particular I want to thank my former team, Deborah Bell, Sue Mickel, and Jean-Pierre Schoch, for their support and encouragement. Neal Reizer, Bill Fairfield, and Garth Andrews for their support and encouragement and my customers and students, who taught me much while I was mentoring them. Karin Palmkvist who helped us tremendously by doing a final review of the manuscript. Bob and Norma Hughes for mowing our lawn when we got too busy with the book to do it. And we didn't even ask! Special thanks to Dr. James Rumbaugh. He has helped me through the publishing process, giving advice and encouragement along the way. His intercession led to Addison-Wesley reviewing and publishing this book. Many thanks to our distinguished reviewers. They worked as hard as we did to make this book happen. Kurt Bittner -- Rational Software Corporation Lois Delcambre -- Professor, Computer Science and Engineering Department, Oregon Graduate Institute Kelli A. Houston -- Rational Software Corporation John Sunda Hsia Dean Larsen Phil Price -- Qualcomm Arthur J. Riel Somboon Supakkul Speaking of hard workers, we were most fortunate to be working with J. Carter Shanklin, Angela Buenning, Rachel Beavers, and Krysia Bebick at Addison Wesley Longman. Our most heartfelt thanks for all your support and encouragement. You guys did all the tough work to make this book a reality. Special thanks to Marilyn Rash, and her team of editing and typesetting experts, who made sure this book got through production. Last, but not least, thank you to Jason Winters for his love, support, and encouragement. He is the storyteller who brought the book to life. His unique insights brought clarity to a sometimes difficult subject. Geri Schneider Winters Santa Clara, California Excerpt. ? Reprinted by permission. All rights reserved. You're about to start a new project. Sometimes it seems like colonizing the moon would be easier. But you assemble a stalwart team and prepare to set sail on the good ship Requirements hoping to reach the fabled land of Success. They say there are no failed projects in Success and the profit margin is so high, the streets are paved with gold. There are many dangers between here and Success. Many a ship is sunk on the way some say as many as 80 percent never reach that fabled land. You query those who have tried before. Use a ship from the OO line, they say. Booch, OMT, OOSE, UML are all good models to choose from. You'll also need a chart showing risks along the way and an architecture of the major land masses. And finally you'll need to plot a course of use cases to reach your destination. Use Cases are included in the Unified Modeling Language and are used throughout the Rational Unified Process. They are gaining wide acceptance in many different businesses and industries. Most often, use cases are applied to software projects and enterprise-wide applications. This book is for anyone interested in applying use cases to project development. While we can't guarantee you will always have successful projects when using use cases, we can give you another way of looking at the projects you are developing and some tools that will make success more likely. You will get more benefit out of the book if you have some basic knowledge of object-oriented concepts. We will use the Unified Modeling Language for the notation, explaining the notation as we use it. A good book to use for reference on the notation is UML Distilled by Fowler. This is an excellent book on the topic and easy to read. This book is organized using the Rational Unified Process as a framework. Within the phases of the process, we talk about the activities in the phase, focusing on activities based on use cases. We touch lightly on activities that interact with use cases, such as software architecture, project management, and objec

Publication Details

Title: Applying Use Cases: A Practical Guide

Author(s):

  • Geri Schneider

Illustrator:

Binding: Paperback

Published by: Longman Pub Group: , 1998

Edition:

ISBN: 9780201309812 | 0201309815

188 pages.

  • ENG- English
Book Condition: Very Good
892p

Pickup available at Book Express Warehouse

Usually ready in 4 hours

Afterpay
American Express
Apple Pay
Google Pay
Mastercard
PayPal
Shop Pay
Union Pay
Visa

Product information

What does the Book Condition Very Good mean? Good? Fair?
See our descriptions of book descriptions here: book's conditions.
What does ffep stand for?
Front-facing endpaper - the first page of a book inside the cover. This page is typically blank. Often people will write their name on this page at the top, or a gift message - which is why you will see ‘owner’s name on ffep’ in some of our book descriptions.
What does dj stand for?
Dust Jacket - the outer paper wrapping on a hardback book. If we mention a book is ’No dj’ this means it should have a dust jacket but it is missing.
What is foxing?
Foxing is an age-related process of deterioration that causes spots and browning on old books. The causes of foxing are not well understood, but high humidity may contribute to to foxing. 
Foxing - Wikipedia
What is tanning?
Age tanning, or browning, occurs over time on the pages of books. This process can show up on just the edges of pages, when this occurs it is sometimes referred to as "edge tanning." This kind of deterioration is commonly seen in books printed before the advent of acid-free paper in the 1980s.
r/BookCollecting - Is this mold or normal aging for a well used book?
 
Where do you get your books from?
We buy books from the public and also take donations. We travel regularly around the Wellington/Manawatu region, and will go further afield to collect larger quantities in our big van. We also like to go to book fairs and other charity events and buy books that catch our eye.
Are your photos of the actual books being sold?
It depends - we have sometimes used stock images for very common books but are in the process of photographing our entire inventory. This will take awhile to finish! If we have 10 copies of the Da Vinci code all in Very Good condition, we will just photograph one and use that to represent all 10 in stock. However if the next copy of worn and only in Fair condition, we will photograph that separately and create a new listing for it.
What is the most expensive book you have sold?
To date it was a first edition first printing copy of JRR Tolkien’s The Two Towers. It was in very poor condition but still was worth over NZ$1000.
What is your favourite book to sell?
I love seeing anything written by Stephen King - they just do not stay in our inventory for very long before someone spots it and buys it. And Alison Holst’s book on muffins will not stay in inventory very long either - too cheap at $7 maybe?
Why do you also sell mailing supplies?
We had a lot of trouble sourcing the right sort of bubble mailer to send our books out in, and eventually found a supplier of high quality mailers in China to import them from. We figured other sellers of small items in New Zealand might like to also use them.
Are you open to the public?
Unfortunately our books are all stored in a large warehouse in boxes so they are not easily browsable. The SKU number for a book tells us where to find it in the warehouse, but there is absolutely no order to where things are stored! We do allow pickups so if you find what you like online you can order it and drop in to pick up p, saving on shipping.

 

New Zealand Delivery

Shipping Options

Shipping options are shown at checkout and will vary depending on the delivery address and weight of the books.

We endeavour to ship the following day after your order is made and to have pick up orders available the same day. We ship Monday-Friday. Any orders made on a Friday afternoon will be sent the following Monday. We are unable to deliver on Saturday and Sunday.

Pick Up is Available in NZ:

Warehouse Pick Up Hours

  • Monday - Friday: 9am-5pm
  • 35 Nathan Terrace, Shannon NZ

Please make sure we have confirmed your order is ready for pickup and bring your confirmation email with you.

Rates

  • New Zealand Standard Shipping - $6.00
  • New Zealand Standard Rural Shipping - $10.00
  • Free Nationwide Standard Shipping on all Orders $75+

Please allow up to 5 working days for your order to arrive within New Zealand before contacting us about a late delivery. We use NZ Post and the tracking details will be emailed to you as soon as they become available. There may be some courier delays that are out of our control. 

International Delivery

We currently ship to Australia and a range of international locations including: Belgium, Canada, China, Switzerland, Czechia, Germany, Denmark, Spain, Finland, France, United Kingdom, United States, Hong Kong SAR, Thailand,  Philippines, Ireland, Israel, Italy, Japan, South Korea, Malaysia, Netherlands, Norway, Poland, Portugal, Sweden & Singapore. If your country is not listed, we may not be able to ship to you, or may only offer a quoting shipping option, please contact us if you are unsure.

International orders normally arrive within 2-4 weeks of shipping. Please note that these orders need to pass through the customs office in your country before it will be released for final delivery, which can occasionally cause additional delays. Once an order leaves our warehouse, carrier shipping delays may occur due to factors outside our control. We, unfortunately, can’t control how quickly an order arrives once it has left our warehouse. Contacting the carrier is the best way to get more insight into your package’s location and estimated delivery date.

  • Global Standard 1 Book Rate: $37 + $10 for every extra book up to 20kg
  • Australia Standard 1 Book Rate: $14 + $4 for every extra book

Any parcels with a combined weight of over 20kg will not process automatically on the website and you will need to contact us for a quote.

Payment Options

On checkout you can either opt to pay by credit card (Visa, Mastercard or American Express), Google Pay, Apple Pay, Shop Pay & Union Pay. Paypal, Afterpay and Bank Deposit.

Transactions are processed immediately and in most cases your order will be shipped the next working day. We do not deliver weekends sorry.

If you do need to contact us about an order please do so here.

You can also check your order by logging in.

Contact Details

  • Trade Name: Book Express Ltd
  • Phone Number: (+64) 22 852 6879
  • Email: sales@bookexpress.co.nz
  • Address: 35 Nathan Terrace, Shannon, 4821, New Zealand.
  • GST Number: 103320957 - We are registered for GST in New Zealand
  • NZBN: 9429031911290

       

      We have a 30-day return policy, which means you have 30 days after receiving your item to request a return.

      To be eligible for a return, your item must be in the same condition that you received it, unworn or unread. 

      To start a return, you can contact us at sales@bookexpress.co.nz. Please note that returns will need to be sent to the following address: 35 Nathan Terrace, Shannon, New Zealand 4821. 

      If your return is for a quality or incorrect item, the cost of return will be on us, and will refund your cost. If it is for a change of mind, the return will be at your cost. 

      You can always contact us for any return question at sales@bookexpress.co.nz.

       

      Damages and issues
      Please inspect your order upon reception and contact us immediately if the item is defective, damaged or if you receive the wrong item, so that we can evaluate the issue and make it right.

       

      Exceptions / non-returnable items
      Certain types of items cannot be returned, like perishable goods (such as food, flowers, or plants), custom products (such as special orders or personalised items), and personal care goods (such as beauty products). Although we don't currently sell anything like this. Please get in touch if you have questions or concerns about your specific item. 

      Unfortunately, we cannot accept returns on gift cards.

       

      Exchanges
      The fastest way to ensure you get what you want is to return the item you have, and once the return is accepted, make a separate purchase for the new item.

       

      European Union 14 day cooling off period
      Notwithstanding the above, if the merchandise is being shipped into the European Union, you have the right to cancel or return your order within 14 days, for any reason and without a justification. As above, your item must be in the same condition that you received it, unworn or unused, with tags, and in its original packaging. You’ll also need the receipt or proof of purchase.

       

      Refunds
      We will notify you once we’ve received and inspected your return, and let you know if the refund was approved or not. If approved, you’ll be automatically refunded on your original payment method within 10 business days. Please remember it can take some time for your bank or credit card company to process and post the refund too.
      If more than 15 business days have passed since we’ve approved your return, please contact us at sales@bookexpress.co.nz.

      Â