Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patterns of Enterprise Application Architecture #24

Open
hammygoonan opened this issue Aug 29, 2023 · 1 comment
Open

Patterns of Enterprise Application Architecture #24

hammygoonan opened this issue Aug 29, 2023 · 1 comment
Labels
author: martin fowler This book was written by Martin Fowler category: computers This book is of the category "Computers" decade: 2010s This book was published in the 2010ss kind: book This issue tracks a book (reading progress) language: english This book was published in English publisher: addison wesley This book was published by Addison Wesley started: august This book was started in August started: 2023 This book was started in 2023 want to read year: 2012 This book was published in 2012

Comments

@hammygoonan
Copy link
Owner

No description provided.

@github-actions
Copy link
Contributor

Congrats on adding Patterns of Enterprise Application Architecture by Martin Fowler to your bookshelf, I hope you enjoy it! It has an average of 3.5/5 stars and 10 ratings on Google Books.

Book details (JSON)
{
  "title": "Patterns of Enterprise Application Architecture",
  "authors": [
    "Martin Fowler"
  ],
  "publisher": "Addison-Wesley",
  "publishedDate": "2012-03-09",
  "description": "The practice of enterprise application development has benefited from the emergence of many new enabling technologies. Multi-tiered object-oriented platforms, such as Java and .NET, have become commonplace. These new tools and technologies are capable of building powerful applications, but they are not easily implemented. Common failures in enterprise applications often occur because their developers do not understand the architectural lessons that experienced object developers have learned. Patterns of Enterprise Application Architecture is written in direct response to the stiff challenges that face enterprise application developers. The author, noted object-oriented designer Martin Fowler, noticed that despite changes in technology--from Smalltalk to CORBA to Java to .NET--the same basic design ideas can be adapted and applied to solve common problems. With the help of an expert group of contributors, Martin distills over forty recurring solutions into patterns. The result is an indispensable handbook of solutions that are applicable to any enterprise application platform. This book is actually two books in one. The first section is a short tutorial on developing enterprise applications, which you can read from start to finish to understand the scope of the book's lessons. The next section, the bulk of the book, is a detailed reference to the patterns themselves. Each pattern provides usage and implementation information, as well as detailed code examples in Java or C#. The entire book is also richly illustrated with UML diagrams to further explain the concepts. Armed with this book, you will have the knowledge necessary to make important architectural decisions about building an enterprise application and the proven patterns for use when building them. The topics covered include · Dividing an enterprise application into layers · The major approaches to organizing business logic · An in-depth treatment of mapping between objects and relational databases · Using Model-View-Controller to organize a Web presentation · Handling concurrency for data that spans multiple transactions · Designing distributed object interfaces",
  "image": "http://books.google.com/books/content?id=vqTfNFDzzdIC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
  "language": "en",
  "averageRating": 3.5,
  "ratingsCount": 10,
  "categories": [
    "Computers"
  ],
  "pageCount": 558,
  "isbn10": "0133065219",
  "isbn13": "9780133065213",
  "googleBooks": {
    "id": "vqTfNFDzzdIC",
    "preview": "http://books.google.com/books?id=vqTfNFDzzdIC&printsec=frontcover&dq=intitle:Patterns+of+Enterprise+Application+Architecture&hl=&cd=1&source=gbs_api",
    "info": "https://play.google.com/store/books/details?id=vqTfNFDzzdIC&source=gbs_api",
    "canonical": "https://play.google.com/store/books/details?id=vqTfNFDzzdIC"
  }
}
When you're finished with reading this book, just close this issue and I'll mark it as completed. Best of luck! 👍

@github-actions github-actions bot added category: computers This book is of the category "Computers" decade: 2010s This book was published in the 2010ss kind: book This issue tracks a book (reading progress) language: english This book was published in English started: 2023 This book was started in 2023 started: august This book was started in August author: martin fowler This book was written by Martin Fowler year: 2012 This book was published in 2012 publisher: addison wesley This book was published by Addison Wesley labels Aug 29, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Aug 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
author: martin fowler This book was written by Martin Fowler category: computers This book is of the category "Computers" decade: 2010s This book was published in the 2010ss kind: book This issue tracks a book (reading progress) language: english This book was published in English publisher: addison wesley This book was published by Addison Wesley started: august This book was started in August started: 2023 This book was started in 2023 want to read year: 2012 This book was published in 2012
Projects
None yet
Development

No branches or pull requests

1 participant