The Architecture of Persistence

The Architecture of Persistence
Author: David Fannon,Michelle Laboy,Peter Wiederspahn
Publsiher: Routledge
Total Pages: 383
Release: 2021-08-24
Genre: Architecture
ISBN: 9781000410471

Download The Architecture of Persistence Book in PDF, Epub and Kindle

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
Author: David J. Fannon,M. Laboy,P. Wiederspahn
Publsiher: Unknown
Total Pages: 294
Release: 2021
Genre: Architecture
ISBN: 0367486377

Download The Architecture of Persistence Book in PDF, Epub and Kindle

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.

Persistent Modelling

Persistent Modelling
Author: Phil Ayres
Publsiher: Routledge
Total Pages: 215
Release: 2012-06-25
Genre: Architecture
ISBN: 9781136621765

Download Persistent Modelling Book in PDF, Epub and Kindle

With contributions from some of the world’s most advanced thinkers on this subject, this book is essential reading for anyone looking at new ways of thinking about the digital within architecture. It speculates upon implications of Persistent Modelling for architectural practice, reconsidering the relationship between architectural representation and architectural artefact particularly in the fields of responsive and adaptive architectures.

Security and Persistence

Security and Persistence
Author: John Rosenberg,J.Leslie Keedy
Publsiher: Springer Science & Business Media
Total Pages: 402
Release: 2012-12-06
Genre: Computers
ISBN: 9781447131786

Download Security and Persistence Book in PDF, Epub and Kindle

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

Persistence in the Enterprise

Persistence in the Enterprise
Author: Roland Barcia,Geoffrey Hambrick,Kyle Brown,Robert Peterson,Kulvir Singh Bhogal
Publsiher: Addison-Wesley Professional
Total Pages: 467
Release: 2008-05-01
Genre: Business & Economics
ISBN: 9780132704380

Download Persistence in the Enterprise Book in PDF, Epub and Kindle

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.

Java Persistence with Spring Data and Hibernate

Java Persistence with Spring Data and Hibernate
Author: Catalin Tudose
Publsiher: Simon and Schuster
Total Pages: 614
Release: 2023-04-18
Genre: Computers
ISBN: 9781638351856

Download Java Persistence with Spring Data and Hibernate Book in PDF, Epub and Kindle

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

Persistence Best Practices for Java Applications

Persistence Best Practices for Java Applications
Author: Otavio Santana,Karina Varela
Publsiher: Packt Publishing Ltd
Total Pages: 202
Release: 2023-08-25
Genre: Computers
ISBN: 9781837637669

Download Persistence Best Practices for Java Applications Book in PDF, Epub and Kindle

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.

Java Persistence with Hibernate

Java Persistence with Hibernate
Author: Gary Gregory,Christian Bauer
Publsiher: Simon and Schuster
Total Pages: 1053
Release: 2015-10-27
Genre: Computers
ISBN: 9781638355229

Download Java Persistence with Hibernate Book in PDF, Epub and Kindle

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