The Architecture of Persistence

The Architecture of Persistence PDF

Author: David Fannon

Publisher: Routledge

Published: 2021-08-24

Total Pages: 383

ISBN-13: 1000410471

DOWNLOAD EBOOK →

The Architecture of Persistence argues that continued human use is the ultimate measure of sustainability in architecture, and that expanding the discourse about adaptability to include continuity as well as change offers the architectural manifestation of resilience. Why do some buildings last for generations as beloved and useful places, while others do not? How can designers today create buildings that remain useful into the future? While architects and theorists have offered a wide range of ideas about building for change, this book focuses on persistent architecture: the material, spatial, and cultural processes that give rise to long-lived buildings. Organized in three parts, this book examines material longevity in the face of constant physical and cultural change, connects the dimensions of human use and contemporary program, and discusses how time informs the design process. Featuring dozens of interviews with people who design and use buildings, and a close analysis of over a hundred historic and contemporary projects, the principles of persistent architecture introduced here address urgent challenges for contemporary practice while pointing towards a more sustainable built environment in the future. The Architecture of Persistence: Designing for Future Use offers practitioners, students, and scholars a set of principles and illustrative precedents exploring architecture’s unique ability to connect an instructive past, a useful present, and an unknown future.

The Architecture of Persistence

The Architecture of Persistence PDF

Author: David J. Fannon

Publisher:

Published: 2021

Total Pages: 294

ISBN-13: 9780367486372

DOWNLOAD EBOOK →

The Architecture of Persistence argues that continued human use is the ultimate measure of sustainability in architecture, and that expanding the discourse about adaptability to include continuity as well as change offers the architectural manifestation of resilience. Why do some buildings last for generations as beloved and useful places, while others do not? How can designers today create buildings that remain useful into the future? While architects and theorists have offered a wide range of ideas about building for change, this book focuses on persistent architecture: the material, spatial, and cultural processes that give rise to long-lived buildings. Organized in three parts, this book examines material longevity in the face of constant physical and cultural change, connects the dimensions of human use and contemporary program, and discusses how time informs the design process. Featuring dozens of interviews with people who design and use buildings, and a close analysis of over a hundred historic and contemporary projects, the principles of persistent architecture introduced here address urgent challenges for contemporary practice while pointing towards a more sustainable built environment in the future. The Architecture of Persistence: Designing for Future Use offers practitioners, students, and scholars a set of principles and illustrative precedents exploring architecture's unique ability to connect an instructive past, a useful present, and an unknown future.

Persistence in the Enterprise

Persistence in the Enterprise PDF

Author: Roland Barcia

Publisher: Addison-Wesley Professional

Published: 2008-05-01

Total Pages: 467

ISBN-13: 0132704382

DOWNLOAD EBOOK →

The Definitive Guide to Today’s Leading Persistence Technologies Persistence in the Enterprise is a unique, up-to-date, and objective guide to building the persistence layers of enterprise applications. Drawing on their extensive experience, five leading IBM® Web development experts carefully review the issues and tradeoffs associated with persistence in large-scale, business-critical applications. The authors offer a pragmatic, consistent comparison of each leading framework--both proprietary and open source. Writing for IT managers, architects, administrators, developers, and testers, the authors address a broad spectrum of issues, ranging from coding complexity and flexibility to scalability and licensing. In addition, they demonstrate each framework side by side, via a common example application. With their guidance, you’ll learn how to define your persistence requirements, choose the most appropriate solutions, and build systems that maximize both performance and value. Coverage includes Taking an end-to-end application architecture view of persistence Understanding business drivers, IT requirements, and implementation issues Driving your persistence architecture via functional, nonfunctional, and domain requirements Modeling persistence domains Mapping domain models to relational databases Building a yardstick for comparing persistence frameworks and APIs Selecting the right persistence technologies for your applications Comparing JDBCTM, Apache iBATIS, Hibernate Core, Apache OpenJPA, and pureQuery The companion web site includes sample code that implements the common example used throughout the technology evaluation chapters, 5-9. The IBM Press developerWorks® Series is a unique undertaking in which print books and the Web are mutually supportive. The publications in this series are complemented by resources on the developerWorks Web site on ibm.com. Icons throughout the book alert the reader to these valuable resources.

Security and Persistence

Security and Persistence PDF

Author: John Rosenberg

Publisher: Springer Science & Business Media

Published: 2012-12-06

Total Pages: 402

ISBN-13: 1447131789

DOWNLOAD EBOOK →

During a short visit to Bremen in December 1989 John Rosenberg had several discussions with me about computer architecture. Although we had previously worked together for more than a decade in Australia we had not seen each other for over a year, following my move to Bremen in 1988. Meanwhile John was spending a year on study leave at the University of St. Andrews in Scotland with Professor Ron Morrison and his persistent programming research group. From our conversations it was quite clear that John was having a most fruitful time in St. Andrews and was gaining valuable new insights into the world of persistent programming. He was very keen to explore the significance of these insights for the MONADS Project, which we had been jOintly directing since the early 1980s. MONADS was not about persistent programming. In fact it had quite different origins, in the areas of software engineering and information protection. In an earlier stage of the project our ideas on these themes had led us into the world of computer architecture and even hardware deSign, in our attempts to provide an efficient base machine for our software ideas. The most important practical result of this phase of the project had been the development of the MONADS-PC, a mini computer which would be better compared with say a V tv

Java Persistence with Spring Data and Hibernate

Java Persistence with Spring Data and Hibernate PDF

Author: Catalin Tudose

Publisher: Simon and Schuster

Published: 2023-04-18

Total Pages: 614

ISBN-13: 1638351856

DOWNLOAD EBOOK →

Master Java persistence using the industry-leading tools Spring Data and Hibernate. In Java Persistence with Spring Data and Hibernate you will learn: Mapping persistent classes, value types, and inheritance Mapping collections and entity associations Processing transactions with Spring Data and Hibernate Creating fetch plans, strategies, and profiles Filtering data Building Spring Data REST projects Using Java persistence with non-relational databases Querying JPA with QueryDSL Testing Java persistence applications Java Persistence with Spring Data and Hibernate teaches you the ins-and-outs of Java persistence with hands-on examples using Spring Data, JPA, and Hibernate. The book carefully analyzes the capabilities of the major Java persistence tools, and guides you through the most common use cases. By comparing and contrasting the alternatives, you’ll find it easy to choose the right tool choice for your applications. You’ll learn how to make and utilize mapping strategies, about the different approach to transactions for both Hibernate and Spring Data, and even how to efficiently test Java persistence applications. The practical techniques are demonstrated with both relational and non-relational databases. Forewords by Dmitry Aleksandrov and Mohamed Taman. About the technology Effectively managing application data is essential for any serious application. Spring Data and Hibernate bridge the gap between object-oriented code and relational data stores, radically simplifying Java persistence. By implementing the Java Persistence API (JPA) standard, these powerful tools help you avoid common bugs related to state and application data storage. About the book Java Persistence with Spring Data and Hibernate explores Java persistence using industry-standard tools. Hands-on examples introduce object-relational mapping and guide you through different mapping strategies to suit your needs. Covering transactions, persistent application testing, and non-relational databases, this book is your go-to resource for managing data in Java applications. What's inside Mapping persistent classes, value types, and inheritance Creating fetch plans, strategies, and profiles Building Spring Data REST projects Querying JPA with QueryDSL About the reader For intermediate Java programmers. About the author Catalin Tudose has more than 20 years of experience in the Java community. Christian Bauer, Gavin King, and Gary Gregory are the authors of Java Persistence with Hibernate, Second Edition, on which this book is based. Table of Contents PART 1 - GETTING STARTED WITH ORM 1 Understanding object/relational persistence 2 Starting a project 3 Domain models and metadata 4 Working with Spring Data JPA PART 2 - MAPPING STRATEGIES 5 Mapping persistent classes 6 Mapping value types 7 Mapping inheritance 8 Mapping collections and entity associations 9 Advanced entity association mappings PART 3 - TRANSACTIONAL DATA PROCESSING 10 Managing data 11 Transactions and concurrency 12 Fetch plans, strategies, and profiles 13 Filtering data PART 4 - BUILDING JAVA PERSISTENCE APPLICATIONS WITH SPRING 14 Integrating JPA and Hibernate with Spring 15 Working with Spring Data JDBC 16 Working with Spring Data REST PART 5 - BUILDING JAVA PERSISTENCE APPLICATIONS WITH SPRING 17 Working with Spring Data MongoDB 18 Working with Hibernate OGM PART 6 - WRITING QUERIES AND TESTING JAVA PERSISTENCE APPLICATIONS 19 Querying JPA with Querydsl 20 Testing Java persistence applications

Java Persistence with Hibernate

Java Persistence with Hibernate PDF

Author: Gary Gregory

Publisher: Simon and Schuster

Published: 2015-10-27

Total Pages: 1053

ISBN-13: 1638355223

DOWNLOAD EBOOK →

Summary Java Persistence with Hibernate, Second Edition explores Hibernate by developing an application that ties together hundreds of individual examples. In this revised edition, authors Christian Bauer, Gavin King, and Gary Gregory cover Hibernate 5 in detail with the Java Persistence 2.1 standard (JSR 338). All examples have been updated for the latest Hibernate and Java EE specification versions. About the Technology Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. Persistence—the ability of data to outlive an instance of a program—is central to modern applications. Hibernate, the most popular Java persistence tool, offers automatic and transparent object/relational mapping, making it a snap to work with SQL databases in Java applications. About the Book Java Persistence with Hibernate, Second Edition explores Hibernate by developing an application that ties together hundreds of individual examples. You'll immediately dig into the rich programming model of Hibernate, working through mappings, queries, fetching strategies, transactions, conversations, caching, and more. Along the way you'll find a well-illustrated discussion of best practices in database design and optimization techniques. In this revised edition, authors Christian Bauer, Gavin King, and Gary Gregory cover Hibernate 5 in detail with the Java Persistence 2.1 standard (JSR 338). All examples have been updated for the latest Hibernate and Java EE specification versions. What's Inside Object/relational mapping concepts Efficient database application design Comprehensive Hibernate and Java Persistence reference Integration of Java Persistence with EJB, CDI, JSF, and JAX-RS * Unmatched breadth and depth About the Reader The book assumes a working knowledge of Java. About the Authors Christian Bauer is a member of the Hibernate developer team and a trainer and consultant. Gavin King is the founder of the Hibernate project and a member of the Java Persistence expert group (JSR 220). Gary Gregory is a principal software engineer working on application servers and legacy integration. Table of Contents PART 1 GETTING STARTED WITH ORM Understanding object/relational persistence Starting a project Domain models and metadata PART 2 MAPPING STRATEGIES Mapping persistent classes Mapping value types Mapping inheritance Mapping collections and entity associations Advanced entity association mappings Complex and legacy schemas PART 3 TRANSACTIONAL DATA PROCESSING Managing data Transactions and concurrency Fetch plans, strategies, and profiles Filtering data PART 4 WRITING QUERIES Creating and executing queries The query languages Advanced query options Customizing SQL

eWork and eBusiness in Architecture, Engineering and Construction

eWork and eBusiness in Architecture, Engineering and Construction PDF

Author: Attila Dikbas

Publisher: Taylor & Francis

Published: 2004-08-15

Total Pages: 698

ISBN-13: 1134241267

DOWNLOAD EBOOK →

Biannually since 1994, the European Conference on Product and Process Modelling in the Building and Construction Industry has provided a review of research, given valuable future work outlooks, and provided a communication platform for future co-operative research and development at both European and global levels.This volume, of special interest t

Persistence Best Practices for Java Applications

Persistence Best Practices for Java Applications PDF

Author: Otavio Santana

Publisher: Packt Publishing Ltd

Published: 2023-08-25

Total Pages: 202

ISBN-13: 1837637660

DOWNLOAD EBOOK →

The definitive guide for designing and delivering reliable and high-performing persistence layers using Java in the cloud-native age Purchase of the print or Kindle book includes a free PDF eBook Key Features Uncover database patterns for designing readable and maintainable architectures and Java applications Master various techniques to overcome application and architecture persistence challenges Discover painless application modernization with change-data-capture powered by cloud-native technologies Book Description Having a solid software architecture breathes life into tech solutions. In the early stages of an application's development, critical decisions need to be made, such as whether to go for microservices, a monolithic architecture, the event-driven approach, or containerization. In Java contexts, frameworks and runtimes also need to be defi ned. But one aspect is often overlooked – the persistence layer – which plays a vital role similar to that of data stores in modern cloud-native solutions. To optimize applications and data stores, a holistic understanding of best practices, technologies, and existing approaches is crucial. This book presents well-established patterns and standards that can be used in Java solutions, with valuable insights into the pros and cons of trending technologies and frameworks used in cloud-native microservices, alongside good Java coding practices. As you progress, you'll confront the challenges of cloud adoption head-on, particularly those tied to the growing need for cost reduction through stack modernization. Within these pages, you'll discover application modernization strategies and learn how enterprise data integration patterns and event-driven architectures enable smooth modernization processes with low-to-zero impact on the existing legacy stack. What you will learn Gain insights into data integration in Java services and the inner workings of frameworks Apply data design patterns to create a more readable and maintainable design system Understand the impact of design patterns on program performance Explore the role of cloud-native technologies in modern application persistence Optimize database schema designs and leverage indexing strategies for improved performance Implement proven strategies to handle data storage, retrieval, and management efficiently Who this book is for If you're a developer, engineer, or software architect working in the field of software development, particularly with a focus on Java solutions, this book is for you.

Programming Persistent Memory

Programming Persistent Memory PDF

Author: Steve Scargall

Publisher: Apress

Published: 2020-01-09

Total Pages: 384

ISBN-13: 1484249321

DOWNLOAD EBOOK →

Beginning and experienced programmers will use this comprehensive guide to persistent memory programming. You will understand how persistent memory brings together several new software/hardware requirements, and offers great promise for better performance and faster application startup times—a huge leap forward in byte-addressable capacity compared with current DRAM offerings. This revolutionary new technology gives applications significant performance and capacity improvements over existing technologies. It requires a new way of thinking and developing, which makes this highly disruptive to the IT/computing industry. The full spectrum of industry sectors that will benefit from this technology include, but are not limited to, in-memory and traditional databases, AI, analytics, HPC, virtualization, and big data. Programming Persistent Memory describes the technology and why it is exciting the industry. It covers the operating system and hardware requirements as well as how to create development environments using emulated or real persistent memory hardware. The book explains fundamental concepts; provides an introduction to persistent memory programming APIs for C, C++, JavaScript, and other languages; discusses RMDA with persistent memory; reviews security features; and presents many examples. Source code and examples that you can run on your own systems are included. What You’ll Learn Understand what persistent memory is, what it does, and the value it brings to the industry Become familiar with the operating system and hardware requirements to use persistent memory Know the fundamentals of persistent memory programming: why it is different from current programming methods, and what developers need to keep in mind when programming for persistence Look at persistent memory application development by example using the Persistent Memory Development Kit (PMDK)Design and optimize data structures for persistent memoryStudy how real-world applications are modified to leverage persistent memoryUtilize the tools available for persistent memory programming, application performance profiling, and debugging Who This Book Is For C, C++, Java, and Python developers, but will also be useful to software, cloud, and hardware architects across a broad spectrum of sectors, including cloud service providers, independent software vendors, high performance compute, artificial intelligence, data analytics, big data, etc.

Object Persistence

Object Persistence PDF

Author: Roger Sessions

Publisher: Prentice Hall

Published: 1996

Total Pages: 280

ISBN-13:

DOWNLOAD EBOOK →

The making of a standard; The goals of persistence; The OMG object model; Introduction to IDL; The interfaces of persistence; The application developer perspective; The object implementor perspective; The datastore vendor perspective; The vision.