Leading Christian Resource for Avid Readers, Support New Schools with Every Purchase.

San Francisco Design Patterns: Blueprints for Business Software

Paperback |English |0201616440 | 9780201616446

San Francisco Design Patterns: Blueprints for Business Software

Paperback |English |0201616440 | 9780201616446
Overview
One of the core forces behind object-oriented development is the need to manage increasing application complexity. Object-oriented techniques are not a magic bullet in this regard; however, a well-executed object-oriented design will result in well-partitioned assignment of responsibility across the objects within the design--a major step toward isolating complex pieces of an application.Many of you have already discovered the power of object-oriented design patterns when defining and implementing complex applications. IBM's SanFrancisco Application Business Components is a set of frameworks that have been built around design patterns, both those that are well known throughout the software industry and new patterns described in this book. Why new design patterns? As we analyzed the requirements of typical business applications, we discovered many recurring situations whose needs were not adequately met by existing patterns. Often those needs could be met by extensions of well-known patterns; sometimes new patterns arose directly out of specific business application requirements. This book covers both the extended and the new patterns of IBM SanFrancisco, describing them within the context of a typical business application's requirements.So what should you expect to get out of this book? The design patterns documented here capture the experiences we have gained from developing business components across multiple business domains. Every pattern in this book has been refined through multiple uses within SanFrancisco and has been validated by users of the frameworks as they build and deploy applications based on SanFrancisco. In particular, we have found these patterns very useful in helping us "think outside of the box" when confronted with complex business application requirements.Regardless of your level of design experience, we encourage you to read this book with an eye toward the design problems you have come across in your past and toward opportunities to apply these patterns (or extensions of them) to your current projects.About This BookThis book follows the format established by Gamma, Vlissides, Johnson, and Helm (the "Gang of Four") in their groundbreaking book Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley, 1995). Beginning in Chapter 2 with a case study describing a typical set of business requirements for a hypothetical food distribution enterprise, the book continues with chapters that address each design pattern in turn. Each pattern is defined along the lines of the standard design pattern template used by the Design Patterns book, typically incorporating an aspect of the case study to provide a concrete example that motivates the pattern.IntroductionOver the course of IBM SanFrancisco development, our belief in design patterns as a core component of effective object-oriented development has been strongly reinforced. Chapter 1 distills some of the key reasons for this belief. Those of you who are already sold on design patterns won't find any great revelations here, but we hope you will find the consolidation of these points in one place to be useful. Those of you who are new to design patterns will find some strong arguments for using them in all your object-oriented development projects.Case StudyDesign patterns don't exist in a vacuum. Each design pattern described in this book was developed as a result of meeting real-life business application requirements. What we have attempted to do in the case study (Chapter 2) is provide a business context for many of the patterns in this book. (Although not all patterns are used in the case study, we provide a detailed business motivation in each pattern chapter of this book.) If your background is oriented toward business analysis, the case study will help justify these patterns and will help you make the leap from business domain analysis to object-oriented design. If your background is primarily technical, the case study will help you communicate with business experts as you jointly explore the right solutions for specific application requirements.Design PatternsDesign patterns, as you would expect, are the core of this book. Many of the design patterns we describe build on or are extensions of patterns defined in Design Patterns, and you will find it helpful to have previously read about and used those patterns. However, each pattern in this book is described in enough detail for you to understand its purpose, design, and implementation without a detailed knowledge of any underlying design patterns.This book divides the patterns into five major categories:Part I: Foundational Patterns. SanFrancisco's foundational patterns provide an underlying structure for all SanFrancisco-based business objects. The foundational patterns provide mechanisms for business object creation, changing behavior, and construction of business processes. Many of these patterns are incorporated into higher-level patterns described in the remaining parts of the book. Part II: Behavioral Patterns. SanFrancisco's behavioral patterns describe various methods of incorporating flexible algorithms throughout a business application. Each of the behavioral object patterns described in this book defines a variation or extension of the Strategy pattern defined by Design Patterns. Part III: Structural Patterns. SanFrancisco's structural patterns are concerned with how business information is organized and accessed. Structural class patterns deal with the issue of business information access through inheritance. Structural object patterns define how business information (in the form of business objects) is organized within the scope of a complex business environment. Part IV: Process Patterns. SanFrancisco's process patterns are concerned with how businesses organize and process information. The process patterns do not identify the information involved, but rather define how businesses work with that information. Process patterns can be applied in many business situations. The use of these patterns provides consistency for the same types of processes, allowing the user to grasp more quickly the mode of information processing and the flexibility provided as part of that processing. Part V: Dynamic Behavioral Patterns. SanFrancisco's dynamic behavioral patterns describe object-oriented approaches for modeling entities in the business domain that exhibit behavioral changes throughout their existence--not only changes to existing behavior, but also changes to the set of behaviors (responsibilities) supported by the business entity at any given time. The dynamic behavioral patterns described in this book build on the general concepts described in the State pattern of Design Patterns and on one another.0201616440P04062001
ISBN: 0201616440
ISBN13: 9780201616446
Author: James Carey, Brent Carlson, Tim Graser
Publisher: Addison-Wesley Professional
Format: Paperback
PublicationDate: 2000-03-01
Language: English
Edition: Pap/Cdr
PageCount: 400
Dimensions: 7.5 x 0.75 x 9.5 inches
Weight: 22.08 ounces
One of the core forces behind object-oriented development is the need to manage increasing application complexity. Object-oriented techniques are not a magic bullet in this regard; however, a well-executed object-oriented design will result in well-partitioned assignment of responsibility across the objects within the design--a major step toward isolating complex pieces of an application.Many of you have already discovered the power of object-oriented design patterns when defining and implementing complex applications. IBM's SanFrancisco Application Business Components is a set of frameworks that have been built around design patterns, both those that are well known throughout the software industry and new patterns described in this book. Why new design patterns? As we analyzed the requirements of typical business applications, we discovered many recurring situations whose needs were not adequately met by existing patterns. Often those needs could be met by extensions of well-known patterns; sometimes new patterns arose directly out of specific business application requirements. This book covers both the extended and the new patterns of IBM SanFrancisco, describing them within the context of a typical business application's requirements.So what should you expect to get out of this book? The design patterns documented here capture the experiences we have gained from developing business components across multiple business domains. Every pattern in this book has been refined through multiple uses within SanFrancisco and has been validated by users of the frameworks as they build and deploy applications based on SanFrancisco. In particular, we have found these patterns very useful in helping us "think outside of the box" when confronted with complex business application requirements.Regardless of your level of design experience, we encourage you to read this book with an eye toward the design problems you have come across in your past and toward opportunities to apply these patterns (or extensions of them) to your current projects.About This BookThis book follows the format established by Gamma, Vlissides, Johnson, and Helm (the "Gang of Four") in their groundbreaking book Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley, 1995). Beginning in Chapter 2 with a case study describing a typical set of business requirements for a hypothetical food distribution enterprise, the book continues with chapters that address each design pattern in turn. Each pattern is defined along the lines of the standard design pattern template used by the Design Patterns book, typically incorporating an aspect of the case study to provide a concrete example that motivates the pattern.IntroductionOver the course of IBM SanFrancisco development, our belief in design patterns as a core component of effective object-oriented development has been strongly reinforced. Chapter 1 distills some of the key reasons for this belief. Those of you who are already sold on design patterns won't find any great revelations here, but we hope you will find the consolidation of these points in one place to be useful. Those of you who are new to design patterns will find some strong arguments for using them in all your object-oriented development projects.Case StudyDesign patterns don't exist in a vacuum. Each design pattern described in this book was developed as a result of meeting real-life business application requirements. What we have attempted to do in the case study (Chapter 2) is provide a business context for many of the patterns in this book. (Although not all patterns are used in the case study, we provide a detailed business motivation in each pattern chapter of this book.) If your background is oriented toward business analysis, the case study will help justify these patterns and will help you make the leap from business domain analysis to object-oriented design. If your background is primarily technical, the case study will help you communicate with business experts as you jointly explore the right solutions for specific application requirements.Design PatternsDesign patterns, as you would expect, are the core of this book. Many of the design patterns we describe build on or are extensions of patterns defined in Design Patterns, and you will find it helpful to have previously read about and used those patterns. However, each pattern in this book is described in enough detail for you to understand its purpose, design, and implementation without a detailed knowledge of any underlying design patterns.This book divides the patterns into five major categories:Part I: Foundational Patterns. SanFrancisco's foundational patterns provide an underlying structure for all SanFrancisco-based business objects. The foundational patterns provide mechanisms for business object creation, changing behavior, and construction of business processes. Many of these patterns are incorporated into higher-level patterns described in the remaining parts of the book. Part II: Behavioral Patterns. SanFrancisco's behavioral patterns describe various methods of incorporating flexible algorithms throughout a business application. Each of the behavioral object patterns described in this book defines a variation or extension of the Strategy pattern defined by Design Patterns. Part III: Structural Patterns. SanFrancisco's structural patterns are concerned with how business information is organized and accessed. Structural class patterns deal with the issue of business information access through inheritance. Structural object patterns define how business information (in the form of business objects) is organized within the scope of a complex business environment. Part IV: Process Patterns. SanFrancisco's process patterns are concerned with how businesses organize and process information. The process patterns do not identify the information involved, but rather define how businesses work with that information. Process patterns can be applied in many business situations. The use of these patterns provides consistency for the same types of processes, allowing the user to grasp more quickly the mode of information processing and the flexibility provided as part of that processing. Part V: Dynamic Behavioral Patterns. SanFrancisco's dynamic behavioral patterns describe object-oriented approaches for modeling entities in the business domain that exhibit behavioral changes throughout their existence--not only changes to existing behavior, but also changes to the set of behaviors (responsibilities) supported by the business entity at any given time. The dynamic behavioral patterns described in this book build on the general concepts described in the State pattern of Design Patterns and on one another.0201616440P04062001

Books - New and Used

The following guidelines apply to books:

  • New: A brand-new copy with cover and original protective wrapping intact. Books with markings of any kind on the cover or pages, books marked as "Bargain" or "Remainder," or with any other labels attached, may not be listed as New condition.
  • Used - Good: All pages and cover are intact (including the dust cover, if applicable). Spine may show signs of wear. Pages may include limited notes and highlighting. May include "From the library of" labels. Shrink wrap, dust covers, or boxed set case may be missing. Item may be missing bundled media.
  • Used - Acceptable: All pages and the cover are intact, but shrink wrap, dust covers, or boxed set case may be missing. Pages may include limited notes, highlighting, or minor water damage but the text is readable. Item may but the dust cover may be missing. Pages may include limited notes and highlighting, but the text cannot be obscured or unreadable.

Note: Some electronic material access codes are valid only for one user. For this reason, used books, including books listed in the Used – Like New condition, may not come with functional electronic material access codes.

Shipping Fees

  • Stevens Books offers FREE SHIPPING everywhere in the United States for ALL non-book orders, and $3.99 for each book.
  • Packages are shipped from Monday to Friday.
  • No additional fees and charges.

Delivery Times

The usual time for processing an order is 24 hours (1 business day), but may vary depending on the availability of products ordered. This period excludes delivery times, which depend on your geographic location.

Estimated delivery times:

  • Standard Shipping: 5-8 business days
  • Expedited Shipping: 3-5 business days

Shipping method varies depending on what is being shipped.  

Tracking
All orders are shipped with a tracking number. Once your order has left our warehouse, a confirmation e-mail with a tracking number will be sent to you. You will be able to track your package at all times. 

Damaged Parcel
If your package has been delivered in a PO Box, please note that we are not responsible for any damage that may result (consequences of extreme temperatures, theft, etc.). 

If you have any questions regarding shipping or want to know about the status of an order, please contact us or email to support@stevensbooks.com.

You may return most items within 30 days of delivery for a full refund.

To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.

Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.

Additional non-returnable items:

  • Gift cards
  • Downloadable software products
  • Some health and personal care items

To complete your return, we require a tracking number, which shows the items which you already returned to us.
There are certain situations where only partial refunds are granted (if applicable)

  • Book with obvious signs of use
  • CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened
  • Any item not in its original condition, is damaged or missing parts for reasons not due to our error
  • Any item that is returned more than 30 days after delivery

Items returned to us as a result of our error will receive a full refund,some returns may be subject to a restocking fee of 7% of the total item price, please contact a customer care team member to see if your return is subject. Returns that arrived on time and were as described are subject to a restocking fee.

Items returned to us that were not the result of our error, including items returned to us due to an invalid or incomplete address, will be refunded the original item price less our standard restocking fees.

If the item is returned to us for any of the following reasons, a 15% restocking fee will be applied to your refund total and you will be asked to pay for return shipping:

  • Item(s) no longer needed or wanted.
  • Item(s) returned to us due to an invalid or incomplete address.
  • Item(s) returned to us that were not a result of our error.

You should expect to receive your refund within four weeks of giving your package to the return shipper, however, in many cases you will receive a refund more quickly. This time period includes the transit time for us to receive your return from the shipper (5 to 10 business days), the time it takes us to process your return once we receive it (3 to 5 business days), and the time it takes your bank to process our refund request (5 to 10 business days).

If you need to return an item, please Contact Us with your order number and details about the product you would like to return. We will respond quickly with instructions for how to return items from your order.


Shipping Cost


We'll pay the return shipping costs if the return is a result of our error (you received an incorrect or defective item, etc.). In other cases, you will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.

Depending on where you live, the time it may take for your exchanged product to reach you, may vary.

If you are shipping an item over $75, you should consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.

$29.40
Out of Stock
Overview
One of the core forces behind object-oriented development is the need to manage increasing application complexity. Object-oriented techniques are not a magic bullet in this regard; however, a well-executed object-oriented design will result in well-partitioned assignment of responsibility across the objects within the design--a major step toward isolating complex pieces of an application.Many of you have already discovered the power of object-oriented design patterns when defining and implementing complex applications. IBM's SanFrancisco Application Business Components is a set of frameworks that have been built around design patterns, both those that are well known throughout the software industry and new patterns described in this book. Why new design patterns? As we analyzed the requirements of typical business applications, we discovered many recurring situations whose needs were not adequately met by existing patterns. Often those needs could be met by extensions of well-known patterns; sometimes new patterns arose directly out of specific business application requirements. This book covers both the extended and the new patterns of IBM SanFrancisco, describing them within the context of a typical business application's requirements.So what should you expect to get out of this book? The design patterns documented here capture the experiences we have gained from developing business components across multiple business domains. Every pattern in this book has been refined through multiple uses within SanFrancisco and has been validated by users of the frameworks as they build and deploy applications based on SanFrancisco. In particular, we have found these patterns very useful in helping us "think outside of the box" when confronted with complex business application requirements.Regardless of your level of design experience, we encourage you to read this book with an eye toward the design problems you have come across in your past and toward opportunities to apply these patterns (or extensions of them) to your current projects.About This BookThis book follows the format established by Gamma, Vlissides, Johnson, and Helm (the "Gang of Four") in their groundbreaking book Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley, 1995). Beginning in Chapter 2 with a case study describing a typical set of business requirements for a hypothetical food distribution enterprise, the book continues with chapters that address each design pattern in turn. Each pattern is defined along the lines of the standard design pattern template used by the Design Patterns book, typically incorporating an aspect of the case study to provide a concrete example that motivates the pattern.IntroductionOver the course of IBM SanFrancisco development, our belief in design patterns as a core component of effective object-oriented development has been strongly reinforced. Chapter 1 distills some of the key reasons for this belief. Those of you who are already sold on design patterns won't find any great revelations here, but we hope you will find the consolidation of these points in one place to be useful. Those of you who are new to design patterns will find some strong arguments for using them in all your object-oriented development projects.Case StudyDesign patterns don't exist in a vacuum. Each design pattern described in this book was developed as a result of meeting real-life business application requirements. What we have attempted to do in the case study (Chapter 2) is provide a business context for many of the patterns in this book. (Although not all patterns are used in the case study, we provide a detailed business motivation in each pattern chapter of this book.) If your background is oriented toward business analysis, the case study will help justify these patterns and will help you make the leap from business domain analysis to object-oriented design. If your background is primarily technical, the case study will help you communicate with business experts as you jointly explore the right solutions for specific application requirements.Design PatternsDesign patterns, as you would expect, are the core of this book. Many of the design patterns we describe build on or are extensions of patterns defined in Design Patterns, and you will find it helpful to have previously read about and used those patterns. However, each pattern in this book is described in enough detail for you to understand its purpose, design, and implementation without a detailed knowledge of any underlying design patterns.This book divides the patterns into five major categories:Part I: Foundational Patterns. SanFrancisco's foundational patterns provide an underlying structure for all SanFrancisco-based business objects. The foundational patterns provide mechanisms for business object creation, changing behavior, and construction of business processes. Many of these patterns are incorporated into higher-level patterns described in the remaining parts of the book. Part II: Behavioral Patterns. SanFrancisco's behavioral patterns describe various methods of incorporating flexible algorithms throughout a business application. Each of the behavioral object patterns described in this book defines a variation or extension of the Strategy pattern defined by Design Patterns. Part III: Structural Patterns. SanFrancisco's structural patterns are concerned with how business information is organized and accessed. Structural class patterns deal with the issue of business information access through inheritance. Structural object patterns define how business information (in the form of business objects) is organized within the scope of a complex business environment. Part IV: Process Patterns. SanFrancisco's process patterns are concerned with how businesses organize and process information. The process patterns do not identify the information involved, but rather define how businesses work with that information. Process patterns can be applied in many business situations. The use of these patterns provides consistency for the same types of processes, allowing the user to grasp more quickly the mode of information processing and the flexibility provided as part of that processing. Part V: Dynamic Behavioral Patterns. SanFrancisco's dynamic behavioral patterns describe object-oriented approaches for modeling entities in the business domain that exhibit behavioral changes throughout their existence--not only changes to existing behavior, but also changes to the set of behaviors (responsibilities) supported by the business entity at any given time. The dynamic behavioral patterns described in this book build on the general concepts described in the State pattern of Design Patterns and on one another.0201616440P04062001
ISBN: 0201616440
ISBN13: 9780201616446
Author: James Carey, Brent Carlson, Tim Graser
Publisher: Addison-Wesley Professional
Format: Paperback
PublicationDate: 2000-03-01
Language: English
Edition: Pap/Cdr
PageCount: 400
Dimensions: 7.5 x 0.75 x 9.5 inches
Weight: 22.08 ounces
One of the core forces behind object-oriented development is the need to manage increasing application complexity. Object-oriented techniques are not a magic bullet in this regard; however, a well-executed object-oriented design will result in well-partitioned assignment of responsibility across the objects within the design--a major step toward isolating complex pieces of an application.Many of you have already discovered the power of object-oriented design patterns when defining and implementing complex applications. IBM's SanFrancisco Application Business Components is a set of frameworks that have been built around design patterns, both those that are well known throughout the software industry and new patterns described in this book. Why new design patterns? As we analyzed the requirements of typical business applications, we discovered many recurring situations whose needs were not adequately met by existing patterns. Often those needs could be met by extensions of well-known patterns; sometimes new patterns arose directly out of specific business application requirements. This book covers both the extended and the new patterns of IBM SanFrancisco, describing them within the context of a typical business application's requirements.So what should you expect to get out of this book? The design patterns documented here capture the experiences we have gained from developing business components across multiple business domains. Every pattern in this book has been refined through multiple uses within SanFrancisco and has been validated by users of the frameworks as they build and deploy applications based on SanFrancisco. In particular, we have found these patterns very useful in helping us "think outside of the box" when confronted with complex business application requirements.Regardless of your level of design experience, we encourage you to read this book with an eye toward the design problems you have come across in your past and toward opportunities to apply these patterns (or extensions of them) to your current projects.About This BookThis book follows the format established by Gamma, Vlissides, Johnson, and Helm (the "Gang of Four") in their groundbreaking book Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley, 1995). Beginning in Chapter 2 with a case study describing a typical set of business requirements for a hypothetical food distribution enterprise, the book continues with chapters that address each design pattern in turn. Each pattern is defined along the lines of the standard design pattern template used by the Design Patterns book, typically incorporating an aspect of the case study to provide a concrete example that motivates the pattern.IntroductionOver the course of IBM SanFrancisco development, our belief in design patterns as a core component of effective object-oriented development has been strongly reinforced. Chapter 1 distills some of the key reasons for this belief. Those of you who are already sold on design patterns won't find any great revelations here, but we hope you will find the consolidation of these points in one place to be useful. Those of you who are new to design patterns will find some strong arguments for using them in all your object-oriented development projects.Case StudyDesign patterns don't exist in a vacuum. Each design pattern described in this book was developed as a result of meeting real-life business application requirements. What we have attempted to do in the case study (Chapter 2) is provide a business context for many of the patterns in this book. (Although not all patterns are used in the case study, we provide a detailed business motivation in each pattern chapter of this book.) If your background is oriented toward business analysis, the case study will help justify these patterns and will help you make the leap from business domain analysis to object-oriented design. If your background is primarily technical, the case study will help you communicate with business experts as you jointly explore the right solutions for specific application requirements.Design PatternsDesign patterns, as you would expect, are the core of this book. Many of the design patterns we describe build on or are extensions of patterns defined in Design Patterns, and you will find it helpful to have previously read about and used those patterns. However, each pattern in this book is described in enough detail for you to understand its purpose, design, and implementation without a detailed knowledge of any underlying design patterns.This book divides the patterns into five major categories:Part I: Foundational Patterns. SanFrancisco's foundational patterns provide an underlying structure for all SanFrancisco-based business objects. The foundational patterns provide mechanisms for business object creation, changing behavior, and construction of business processes. Many of these patterns are incorporated into higher-level patterns described in the remaining parts of the book. Part II: Behavioral Patterns. SanFrancisco's behavioral patterns describe various methods of incorporating flexible algorithms throughout a business application. Each of the behavioral object patterns described in this book defines a variation or extension of the Strategy pattern defined by Design Patterns. Part III: Structural Patterns. SanFrancisco's structural patterns are concerned with how business information is organized and accessed. Structural class patterns deal with the issue of business information access through inheritance. Structural object patterns define how business information (in the form of business objects) is organized within the scope of a complex business environment. Part IV: Process Patterns. SanFrancisco's process patterns are concerned with how businesses organize and process information. The process patterns do not identify the information involved, but rather define how businesses work with that information. Process patterns can be applied in many business situations. The use of these patterns provides consistency for the same types of processes, allowing the user to grasp more quickly the mode of information processing and the flexibility provided as part of that processing. Part V: Dynamic Behavioral Patterns. SanFrancisco's dynamic behavioral patterns describe object-oriented approaches for modeling entities in the business domain that exhibit behavioral changes throughout their existence--not only changes to existing behavior, but also changes to the set of behaviors (responsibilities) supported by the business entity at any given time. The dynamic behavioral patterns described in this book build on the general concepts described in the State pattern of Design Patterns and on one another.0201616440P04062001

Books - New and Used

The following guidelines apply to books:

  • New: A brand-new copy with cover and original protective wrapping intact. Books with markings of any kind on the cover or pages, books marked as "Bargain" or "Remainder," or with any other labels attached, may not be listed as New condition.
  • Used - Good: All pages and cover are intact (including the dust cover, if applicable). Spine may show signs of wear. Pages may include limited notes and highlighting. May include "From the library of" labels. Shrink wrap, dust covers, or boxed set case may be missing. Item may be missing bundled media.
  • Used - Acceptable: All pages and the cover are intact, but shrink wrap, dust covers, or boxed set case may be missing. Pages may include limited notes, highlighting, or minor water damage but the text is readable. Item may but the dust cover may be missing. Pages may include limited notes and highlighting, but the text cannot be obscured or unreadable.

Note: Some electronic material access codes are valid only for one user. For this reason, used books, including books listed in the Used – Like New condition, may not come with functional electronic material access codes.

Shipping Fees

  • Stevens Books offers FREE SHIPPING everywhere in the United States for ALL non-book orders, and $3.99 for each book.
  • Packages are shipped from Monday to Friday.
  • No additional fees and charges.

Delivery Times

The usual time for processing an order is 24 hours (1 business day), but may vary depending on the availability of products ordered. This period excludes delivery times, which depend on your geographic location.

Estimated delivery times:

  • Standard Shipping: 5-8 business days
  • Expedited Shipping: 3-5 business days

Shipping method varies depending on what is being shipped.  

Tracking
All orders are shipped with a tracking number. Once your order has left our warehouse, a confirmation e-mail with a tracking number will be sent to you. You will be able to track your package at all times. 

Damaged Parcel
If your package has been delivered in a PO Box, please note that we are not responsible for any damage that may result (consequences of extreme temperatures, theft, etc.). 

If you have any questions regarding shipping or want to know about the status of an order, please contact us or email to support@stevensbooks.com.

You may return most items within 30 days of delivery for a full refund.

To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.

Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.

Additional non-returnable items:

  • Gift cards
  • Downloadable software products
  • Some health and personal care items

To complete your return, we require a tracking number, which shows the items which you already returned to us.
There are certain situations where only partial refunds are granted (if applicable)

  • Book with obvious signs of use
  • CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened
  • Any item not in its original condition, is damaged or missing parts for reasons not due to our error
  • Any item that is returned more than 30 days after delivery

Items returned to us as a result of our error will receive a full refund,some returns may be subject to a restocking fee of 7% of the total item price, please contact a customer care team member to see if your return is subject. Returns that arrived on time and were as described are subject to a restocking fee.

Items returned to us that were not the result of our error, including items returned to us due to an invalid or incomplete address, will be refunded the original item price less our standard restocking fees.

If the item is returned to us for any of the following reasons, a 15% restocking fee will be applied to your refund total and you will be asked to pay for return shipping:

  • Item(s) no longer needed or wanted.
  • Item(s) returned to us due to an invalid or incomplete address.
  • Item(s) returned to us that were not a result of our error.

You should expect to receive your refund within four weeks of giving your package to the return shipper, however, in many cases you will receive a refund more quickly. This time period includes the transit time for us to receive your return from the shipper (5 to 10 business days), the time it takes us to process your return once we receive it (3 to 5 business days), and the time it takes your bank to process our refund request (5 to 10 business days).

If you need to return an item, please Contact Us with your order number and details about the product you would like to return. We will respond quickly with instructions for how to return items from your order.


Shipping Cost


We'll pay the return shipping costs if the return is a result of our error (you received an incorrect or defective item, etc.). In other cases, you will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.

Depending on where you live, the time it may take for your exchanged product to reach you, may vary.

If you are shipping an item over $75, you should consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.

X

Oops!

Sorry, it looks like some products are not available in selected quantity.

OK

Sign up to the Stevens Books Newsletter

For the latest books, recommendations, author interviews and more

By signing up, I confirm that I'm over 16. To find out what personal data we collect and how we use it, please visit. our Privacy Policy.