Practical API Design: Confessions of a Java Framework Architect

Practical API Design: Confessions of a Java Framework Architect
Authors
Jaroslav Tulach
ISBN
1430209739
Published
29 Jul 2008
Purchase online
amazon.com

You might think more than enough design books exist in the programming world already. In fact, there are so many that it makes sense to ask why you would read yet another. Is there really a need for yet another design book? In fact, there is a greater need than ever before, and Practical API Design: Confessions of a Java Framework Architect fills that need!

Editorial Reviews

You might think more than enough design books exist in the programming world already. In fact, there are so many that it makes sense to ask why you would read yet another. Is there really a need for yet another design book? In fact, there is a greater need than ever before, and Practical API Design: Confessions of a Java Framework Architect fills that need!

  • Teaches you how to write an API that will stand the test of time
  • Written by the designer of the NetBeans API at Sun Technologies
  • Based on best practices, scalability, and API design patterns

What you’ll learn

  • What an API is and what the theories are behind good API design
  • When and why to build an API
  • API design patterns applicable to all programming languages, especially modern, object–oriented languages
  • How to optimize and test APIs

Who this book is for

This book is recommended to every API architect who prefers a bit more engineering design over a purely artistic one.

Table of Contents

  1. The Art of Building Modern Software
  2. The Motivation to Create an API
  3. Determining What Makes a Good API
  4. Ever-Changing Targets
  5. Do Not Expose More Than You Want
  6. Code Against Interfaces, Not Implementations
  7. Use Modular Architecture
  8. Separate APIs for Clients and Providers
  9. Keep Testability in Mind
  10. Cooperating with Other APIs
  11. Runtime Aspects of APIs
  12. Declarative Programming
  13. Extreme Advice Considered Harmful
  14. Paradoxes of API Design
  15. Evolving the API Universe
  16. Teamwork
  17. Using Games to Improve API Design Skills
  18. Extensible Visitor Pattern Case Study
  19. End-of-Life Procedures

 

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debuggers don't remove bugs. They only show them in slow motion.”