- Table View
- List View
Design, Operation and Evaluation of Mobile Communications: 4th International Conference, MOBILE 2023, Held as Part of the 25th HCI International Conference, HCII 2023, Copenhagen, Denmark, July 23–28, 2023, Proceedings (Lecture Notes in Computer Science #14052)
by Gavriel Salvendy June WeiThis book constitutes the refereed proceedings of the 4th International Conference on Design, Operation and Evaluation of Mobile Communications, MOBILE 2023, held as part of the 25th International Conference, HCI International 2023, which was held in Copenhagen, Denmark, during July 23-28, 2022. The total of 1578 papers and 396 posters included in the HCII 2022 proceedings was carefully reviewed and selected from 7472 submissions. The MOBILE 2023 proceedings were organized in the following topical sections: Mobile User Experience and Interaction Design; Design and Evaluation of Voice User Interfaces and Conversational AI; and Mobile Information Systems in Education, Healthcare, eCommerce and Beyond.
Design, Operation and Evaluation of Mobile Communications: Third International Conference, MOBILE 2022, Held as Part of the 24th HCI International Conference, HCII 2022, Virtual Event, June 26 – July 1, 2022, Proceedings (Lecture Notes in Computer Science #13337)
by Gavriel Salvendy June WeiThis book constitutes the refereed proceedings of the Third International Conference on Design, Operation and Evaluation of Mobile Communications, MOBILE 2022, held as part of the 23rd International Conference, HCI International 2022, which was held virtually in June/July 2022. The total of 1271 papers and 275 posters included in the HCII 2022 proceedings was carefully reviewed and selected from 5487 submissions. The MOBILE 2022 proceedings were organized in the following topical sections: Designing Mobile Interactions and Systems; User Experience and Adoption of Mobile Communications; Mobile Commerce and Advertising; Mobile Interactions with Agents; Emerging Mobile Technologies.
Design Optimization Under Uncertainty
by Weifei HuThis book introduces the fundamentals of probability, statistical, and reliability concepts, the classical methods of uncertainty quantification and analytical reliability analysis, and the state-of-the-art approaches of design optimization under uncertainty (e.g., reliability-based design optimization and robust design optimization). The topics include basic concepts of probability and distributions, uncertainty quantification using probabilistic methods, classical reliability analysis methods, time-variant reliability analysis methods, fundamentals of deterministic design optimization, reliability-based design optimization, robust design optimization, other methods of design optimization under uncertainty, and engineering applications of design optimization under uncertainty.
Design Patterns: Elements of Reusable Object-Oriented Software
by Erich Gamma Richard Helm Ralph Johnson John VlissidesThis book assumes you are reasonably proficient in at least one object-oriented programming language, and you should have some experience in object-oriented design as well. It's a book of design patterns that describes simple and elegant solutions to specific problems in object-oriented software design. Design patterns capture solutions that have developed and evolved over time. Hence they aren't the designs people tend to generate initially. They reflect untold redesign and recoding as developers have struggled for greater reuse and flexibility in their software. Design patterns capture these solutions in a succinct and easily applied form.
Design Patterns and Best Practices in Java: A comprehensive guide to building smart and reusable code in Java
by Kamalmeet Singh Adrian Ianculescu Lucian-Paul TorjeCreate various design patterns to master the art of solving problems using Java Key Features This book demonstrates the shift from OOP to functional programming and covers reactive and functional patterns in a clear and step-by-step manner All the design patterns come with a practical use case as part of the explanation, which will improve your productivity Tackle all kinds of performance-related issues and streamline your developmentBook DescriptionHaving a knowledge of design patterns enables you, as a developer, to improve your code base, promote code reuse, and make the architecture more robust. As languages evolve, new features take time to fully understand before they are adopted en masse. The mission of this book is to ease the adoption of the latest trends and provide good practices for programmers.We focus on showing you the practical aspects of smarter coding in Java. We'll start off by going over object-oriented (OOP) and functional programming (FP) paradigms, moving on to describe the most frequently used design patterns in their classical format and explain how Java’s functional programming features are changing them.You will learn to enhance implementations by mixing OOP and FP, and finally get to know about the reactive programming model, where FP and OOP are used in conjunction with a view to writing better code. Gradually, the book will show you the latest trends in architecture, moving from MVC to microservices and serverless architecture. We will finish off by highlighting the new Java features and best practices. By the end of the book, you will be able to efficiently address common problems faced while developing applications and be comfortable working on scalable and maintainable projects of any size.What you will learn Understand the OOP and FP paradigms Explore the traditional Java design patterns Get to know the new functional features of Java See how design patterns are changed and affected by the new features Discover what reactive programming is and why is it the natural augmentation of FP Work with reactive design patterns and find the best ways to solve common problems using them See the latest trends in architecture and the shift from MVC to serverless applications Use best practices when working with the new featuresWho this book is forThis book is for those who are familiar with Java development and want to be in the driver’s seat when it comes to modern development techniques. Basic OOP Java programming experience and elementary familiarity with Java is expected.
Design Patterns for Cloud Native Applications
by Kasun Indrasiri Sriskandarajah SuhothayanWith the immense cost savings and scalability the cloud provides, the rationale for building cloud native applications is no longer in question. The real issue is how. With this practical guide, developers will learn about the most commonly used design patterns for building cloud native applications using APIs, data, events, and streams in both greenfield and brownfield development.You'll learn how to incrementally design, develop, and deploy large and effective cloud native applications that you can manage and maintain at scale with minimal cost, time, and effort. Authors Kasun Indrasiri and Sriskandarajah Suhothayan highlight use cases that effectively demonstrate the challenges you might encounter at each step.Learn the fundamentals of cloud native applicationsExplore key cloud native communication, connectivity, and composition patternsLearn decentralized data management techniquesUse event-driven architecture to build distributed and scalable cloud native applicationsExplore the most commonly used patterns for API management and consumptionExamine some of the tools and technologies you'll need for building cloud native systems
Design Patterns in C#: A Hands-on Guide with Real-world Examples
by Vaskaran SarcarGet hands-on experience with each Gang of Four (GoF) design pattern using C#. For each of the patterns, you will see at least one real-world scenario, a coding example, and a complete implementation including output. In addition to GoF patterns, you will learn additional design patterns which are common and equally important.In this second edition, you will go through the design patterns and their implementation in Visual Studio 2019 and C# 8. Common patterns in asynchronous programming are covered, including the TAP pattern and APM pattern. You will learn via easy-to-follow examples and understand the concepts in depth. With these updated patterns, you will have a collection of programs to port over to your own projects.The book begins with the 23 GoF design patterns, and then moves onto alternative design patterns, including the Simple Factory, Null Object, and MVC patterns plus various patterns in asynchronous programming. The book concludes with a discussion of the criticisms of design patterns and chapters on anti-patterns.Each chapter includes a Q&A session that clears up any doubts and covers the pros and cons of each pattern. FAQs will help you consolidate your knowledge. What You Will LearnWork with each of the design patternsImplement the design patterns in real-world applicationsSelect an alternative to these patterns by comparing their pros and consUse Visual Studio Community Edition 2019 to write code and generate outputWho This Book Is ForSoftware developers, testers, and architects
Design Patterns in C#: A Hands-on Guide with Real-World Examples
by Vaskaran SarcarGet hands-on experience with each Gang of Four design pattern using C#. For each of the patterns, you’ll see at least one real-world scenario, a coding example, and a complete implementation including output.In the first part of Design Patterns in C#, you will cover the 23 Gang of Four (GoF) design patterns, before moving onto some alternative design patterns, including the Simple Factory Pattern, the Null Object Pattern, and the MVC Pattern. The final part winds up with a conclusion and criticisms of design patterns with chapters on anti-patterns and memory leaks. By working through easy-to-follow examples, you will understand the concepts in depth and have a collection of programs to port over to your own projects.Along the way, the author discusses the different creational, structural, and behavioral patterns and why such classifications are useful. In each of these chapters, there is a Q&A session that clears up any doubts and covers the pros and cons of each of these patterns.He finishes the book with FAQs that will help you consolidate your knowledge. This book presents the topic of design patterns in C# in such a way that anyone can grasp the idea. What You Will LearnWork with each of the design patternsImplement the design patterns in real-world applicationsSelect an alternative to these patterns by comparing their pros and consUse Visual Studio Community Edition 2017 to write code and generate outputWho This Book Is ForSoftware developers, software testers, and software architects.
Design Patterns in Modern C++: Reusable Approaches For Object-oriented Software Design
by Dmitri NesterukApply modern C++17 to the implementations of classic design patterns. As well as covering traditional design patterns, this book fleshes out new patterns and approaches that will be useful to C++ developers. The author presents concepts as a fun investigation of how problems can be solved in different ways, along the way using varying degrees of technical sophistication and explaining different sorts of trade-offs.Design Patterns in Modern C++ also provides a technology demo for modern C++, showcasing how some of its latest features (e.g., coroutines) make difficult problems a lot easier to solve. The examples in this book are all suitable for putting into production, with only a few simplifications made in order to aid readability.What You Will LearnApply design patterns to modern C++ programmingUse creational patterns of builder, factories, prototype and singletonImplement structural patterns such as adapter, bridge, decorator, facade and moreWork with the behavioral patterns such as chain of responsibility, command, iterator, mediator and moreApply functional design patterns such as Monad and moreWho This Book Is ForThose with at least some prior programming experience, especially in C++.
Design Patterns in Modern C++20: Reusable Approaches for Object-Oriented Software Design
by Dmitri NesterukApply the latest editions of the C++ standard to the implementation of design patterns. As well as covering traditional design patterns, this book fleshes out new design patterns and approaches that will be useful to modern C++ developers. Author Dmitri Nesteruk presents concepts as a fun investigation of how problems can be solved in different ways, along the way using varying degrees of technical sophistication and explaining different sorts of trade-offs. Design Patterns in Modern C++20, Second Edition also provides a technology demo for modern C++, showcasing how some of its latest features (e.g., coroutines, modules and more) make difficult problems a lot easier to solve. The examples in this book are all suitable for putting into production, with only a few simplifications made in order to aid readability. What You Will LearnUse creational patterns such as builder, factories, prototype and singletonImplement structural patterns such as adapter, bridge, decorator, facade and moreWork with the behavioral patterns such as chain of responsibility, command, iterator, mediator and moreApply functional design patterns such as the Maybe Monad Who This Book Is For This book is for both beginner and experienced C++ developers.
Design Patterns in .NET: Reusable Approaches in C# and F# for Object-Oriented Software Design
by Dmitri NesterukImplement design patterns in .NET using the latest versions of the C# and F# languages. This book provides a comprehensive overview of the field of design patterns as they are used in today’s developer toolbox.Using the C# programming language, Design Patterns in .NET explores the classic design pattern implementation and discusses the applicability and relevance of specific language features for the purpose of implementing patterns. You will learn by example, reviewing scenarios where patterns are applicable. MVP and patterns expert Dmitri Nesteruk demonstrates possible implementations of patterns, discusses alternatives and pattern inter-relationships, and illustrates the way that a dedicated refactoring tool (ReSharper) can be used to implement design patterns with ease.What You'll LearnKnow the latest pattern implementations available in C# and F#Refer to researched and proven variations of patternsStudy complete, self-contained examples including many that cover advanced scenariosUse the latest implementations of C# and Visual Studio/ReSharperWho This Book Is ForDevelopers who have some experience in the C# language and want to expand their comprehension of the art of programming by leveraging design approaches to solving modern problems
Design Patterns in .NET 6: Reusable Approaches in C# and F# for Object-Oriented Software Design
by Dmitri NesterukImplement design patterns in .NET 6 using the latest versions of the C# and F# languages. This book provides a comprehensive overview of the field of design patterns as they are used in today’s developer toolbox. In addition to the functional builder, asynchronous factory method, generic value adapter, and composite proxies, this new edition introduces topics such as Decorator Cycle Policies Functional Commands, a Transformer variation of the Visitor pattern, and factories that can perform Object Tracking and Bulk Replacement.Using the C# and F# programming languages, Design Patterns in .NET 6 explores the classic design pattern implementations and discusses the applicability and relevance of specific language features for implementing patterns. You will learn by example, reviewing scenarios where patterns are applicable. Former C# MVP and patterns expert Dmitri Nesteruk demonstrates possible implementations of patterns, discusses alternatives and pattern relationships, and illustrates the way that a dedicated refactoring tool (JetBrains Rider) can be used to implement design patterns with ease.What You Will LearnBecome familiar with the latest pattern implementations available in C# 10 and F# 6Know how to better reason about software architectureUnderstand the process of refactoring code to patternsRefer to researched and proven variations of patternsStudy complete, self-contained examples, including many that cover advanced scenariosUse the latest versions of C# and Visual Studio/Rider/ReSharperWho This Book Is ForDevelopers who have some experience in the C# language and want to expand their comprehension of the art of programming by leveraging design approaches to solve modern problems
Design Patterns in .NET Core 3: Reusable Approaches in C# and F# for Object-Oriented Software Design
by Dmitri NesterukImplement design patterns in .NET Core 3 using the latest versions of the C# and F# languages. This book provides a comprehensive overview of the field of design patterns as they are used in today’s developer toolbox. This new edition introduces topics such as Functional Builder, Asynchronous Factory Method, Generic Value Adapter, and new Composite Proxies, including one that attempts to solve the SoA/AoS problem.Using the C# and F# programming languages, Design Patterns in .NET Core 3 explores the classic design pattern implementations and discusses the applicability and relevance of specific language features for implementing patterns. You will learn by example, reviewing scenarios where patterns are applicable. MVP and patterns expert Dmitri Nesteruk demonstrates possible implementations of patterns, discusses alternatives and pattern inter-relationships, and illustrates the way that a dedicated refactoring tool (ReSharper) can be used to implement design patterns with ease.What You Will LearnBecome familiar with the latest pattern implementations available in C# 8 and F# 5Know how to better reason about software architectureUnderstand the process of refactoring code to patternsRefer to researched and proven variations of patternsStudy complete, self-contained examples, including many that cover advanced scenariosUse the latest implementations of C# and Visual Studio/Rider/ReSharperWho This Book Is ForDevelopers who have some experience in the C# language and want to expand their comprehension of the art of programming by leveraging design approaches to solving modern problems
Design Patterns in PHP and Laravel
by Kelt DockinsLearn each of the original gang of four design patterns, and how they are relevant to modern PHP and Laravel development. Written by a working developer who uses these patterns every day, you will easily be able to implement each pattern into your workflow and improve your development. Each pattern is covered with full examples of how it can be used. Too often design patterns are explained using tricky concepts, when in fact they are easy to use and can enrich your everyday development. Design Patterns in PHP and Laravel aims to break down tricky concepts into humorous and easy-to-recall details, so that you can begin using design patterns easily in your everyday work with PHP and Laravel. This book teaches you design patterns in PHP and Laravel using real-world examples and plenty of humor. What You Will Learn Use the original gang of four design patterns in your PHP and Laravel development How each pattern should be used Solve problems when using the patterns Remember each pattern using mnemonics Who This Book Is For People using Laravel and PHP to do their job and want to improve their understanding of design patterns.
Design Patterns mit Java: Eine Einführung
by Olaf MuschEine praxisnahe Beschreibung der Software Design Patterns, wie sie im 1994 erschienen Buch „Design Patterns – Elements of Reusable Object-Oriented Software“ der Autorengruppe Gamma, Helm, Johnson und Vlissides (auch genannt „Gang of Four“, kurz GoF, also „Viererbande“) Erwähnung finden.Alle Muster werden anhand von Beispielen detailliert erläutert und auch kritisch gewürdigt. Darüber hinaus werden Entwurfsprinzipien der objektorientierten Programmierung beschrieben und berücksichtigt. Alle Beispiele sind ausführlich im Quellcode kommentiert und unter Java 16 lauffähig. Teilweise werden auch neuere Features von Java bis einschließlich Version 16 erläutert und verwendet.
Design Patterns with Java: An Introduction
by Olaf MuschA practical description of the software design patterns as they are mentioned in the 1994 book "Design Patterns - Elements of Reusable ObjectOriented Software" by the author group Gamma, Helm, Johnson and Vlissides (also called "Gang of Four", GoF for short). All patterns are explained in detail by means of examples and also critically appreciated. Furthermore, design principles of object-oriented programming are described and considered. All examples are commented in detail in the source code and are executable under Java 16. In part, newer features of Java up to and including version 16 are also explained and used.
Design Praxiology and Phenomenology: Understanding Ways of Knowing through Inventive Practices
by Lynde Tan Beaumie KimThis book offers insight into designerly ways of knowing from the perspectives of experts and professionals engaging in diverse forms of design in workplaces and other public domains. It also aids in the understanding of design practices from designers’ viewpoints via case studies. By pursuing a reflective inquiry in their design epistemology (designerly ways of knowing), design praxiology (practices of design), or design phenomenology (forms of designs), self-studies of design practices, and presenting studies of designs, the authors of this book demonstrate how they influence the people and the object of inquiry or design. The case studies presented in this book also illustrate how designers develop their expertise, and provides inspiration for the incorporation of design-thinking and practice in education.
Design Principles for Embedded Systems (Transactions on Computer Systems and Networks)
by KCS MurtiThe book is designed to serve as a textbook for courses offered to graduate and undergraduate students enrolled in electronics and electrical engineering and computer science. This book attempts to bridge the gap between electronics and computer science students, providing complementary knowledge that is essential for designing an embedded system. The book covers key concepts tailored for embedded system design in one place. The topics covered in this book are models and architectures, Executable Specific Languages – SystemC, Unified Modeling Language, real-time systems, real-time operating systems, networked embedded systems, Embedded Processor architectures, and platforms that are secured and energy-efficient. A major segment of embedded systems needs hard real-time requirements. This textbook includes real-time concepts including algorithms and real-time operating system standards like POSIX threads. Embedded systems are mostly distributed and networked for deterministic responses. The book covers how to design networked embedded systems with appropriate protocols for real-time requirements. Each chapter contains 2-3 solved case studies and 10 real-world problems as exercises to provide detailed coverage and essential pedagogical tools that make this an ideal textbook for students enrolled in electrical and electronics engineering and computer science programs.
Design Principles for Process-driven Architectures Using Oracle BPM and SOA Suite 12c
by Matjaz B. Juric Sven BernhardtThis book is intended for BPM and SOA architects, analysts, developers, and project managers who are responsible for, or involved in, business process development, modelling, monitoring, or the implementation of composite, process-oriented applications. The principles are relevant for the design of on-premise and cloud solutions.
Design Research in Information Systems
by Alan Hevner Samir ChatterjeeThe study of Information Systems (IS) design is an essential part of the education of IS students and professionals. The purpose of this book is to provide a thorough reference on Design Science Research (DSR), and it comes from two authors closely identified with DSR - Alan Hevner and Samir Chatterjee. As founders of the Design Science Research in Information Systems and Technology (DESRIST) annual conference, and as leading educators and researchers in the field, these authors, along with several invited contributors , are uniquely qualified to create this easy-to-read, easy-to-understand, and easy-to-apply text/reference. Suitable for graduate courses in IS, computer science, software engineering, engineering design and other design-oriented fields, it can be used as a core text or a reference for doctoral seminars in DSR. IS faculty and researchers will find much of value here as well. It requires no extensive background in design and can be appreciated by practitioners working in IS or technology design. Its 18 chapters are all individually referenced, and two appendices provide a reprint of the seminal 2004 MISQ paper by Hevner, March, Park, and Ram, as well as a list of exemplar papers in Design Science. The book provides a thorough introduction to DSR, a look at DSR in IS, examinations of DSR frameworks and design theory, and a look at the key principles of DSR in IS. Other chapters look at design for software-intensive systems, people and design, the past and present of software designs, evaluation methods, focus-group use, design creativity, and a design language for knowledge management systems. Later chapters explore integrating action research with design research, design science in management disciplines, a critical realist perspective of DSR in IS, a taxonomic look at design of emerging digital services, the dissemination of DSR, and, finally, a look at the future for DSR in IS.
Design Research on Learning and Thinking in Educational Settings: Enhancing Intellectual Growth and Functioning (Educational Psychology Series)
by David Yun DaiThe key question this book addresses is how to identify and create optimal conditions for the kind of learning and development that is especially important for effectively functioning in the 21st century. Taking a new approach to this long-debated issue, it looks at how a design research-based science of learning (with its practical models and related design research) can provide insights and integrated models of how human beings actually function and grow in the social dynamics of educational settings with all their affordances and constraints. More specifically: How can specific domains or subject matters be taught for broad intellectual development? How can technology be integrated in enhancing human functioning? How can the social organization of classroom learning be optimized to create social norms for promoting deep intellectual engagement and personal growth? Part I is concerned with broad conceptual and technical issues regarding cultivating intellectual potential, with a focus on how design research might fill in an important a niche in addressing these issues. Part II presents specific design work in terms of design principles, models, and prototypes.
Design Science Methodology for Information Systems and Software Engineering
by Roel J. WieringaThis book provides guidelines for practicing design science in the fields of information systems and software engineering research. A design process usually iterates over two activities: first designing an artifact that improves something for stakeholders and subsequently empirically investigating the performance of that artifact in its context. This "validation in context" is a key feature of the book - since an artifact is designed for a context, it should also be validated in this context. The book is divided into five parts. Part I discusses the fundamental nature of design science and its artifacts, as well as related design research questions and goals. Part II deals with the design cycle, i. e. the creation, design and validation of artifacts based on requirements and stakeholder goals. To elaborate this further, Part III presents the role of conceptual frameworks and theories in design science. Part IV continues with the empirical cycle to investigate artifacts in context, and presents the different elements of research problem analysis, research setup and data analysis. Finally, Part V deals with the practical application of the empirical cycle by presenting in detail various research methods, including observational case studies, case-based and sample-based experiments and technical action research. These main sections are complemented by two generic checklists, one for the design cycle and one for the empirical cycle. The book is written for students as well as academic and industrial researchers in software engineering or information systems. It provides guidelines on how to effectively structure research goals, how to analyze research problems concerning design goals and knowledge questions, how to validate artifact designs and how to empirically investigate artifacts in context - and finally how to present the results of the design cycle as a whole.
Design Science Research
by Aline Dresch Daniel Pacheco Lacerda José Antônio Valle AntunesConsolidating existing knowledge in Design Science, this book proposes a new research method to aid the exploration of design and problem solving within business, science and technology. It seeks to overcome a dichotomy that exists in the field between theory and practice to enable researches to find solutions to problems, rather than focusing on the explanation and exploration of the problems themselves. Currently, researches concentrate on to describing, exploring, explaining and predicting phenomena, and little attention is devoted to prescribing solutions. Herbert Simon proposes the need to develop a Science of the Artificial (Design Science), arguing that our reality is much more artificial than natural. However, the research conducted on the Design Science premises has so far been scattered and erratic in different fields of research, such as management, systems information and engineering. This book aims to address this issue by bringing these fields together and emphasising the need for solutions. This book provides a valuable resource to students and researchers of research methods, information systems, management and management science, and production and operations management.
Design Science Research. Cases (Progress in IS)
by Jan Vom Brocke Alan Hevner Alexander MaedcheDesign Science Research is a powerful paradigm enabling researchers to make important contributions to society and industry. Simply stated, the goal of DSR is to generate knowledge on how to find innovative solutions to important problems in the form of models, methods, constructs and instantiations. Over the past 20 years, the design science research (DSR) paradigm has developed into an established paradigm in Information Systems Research and it is of strong uptake in many other disciplines, including Management Science and Computer Science. This book provides a collection of twelve DSR cases, presented by experienced researchers in the field. It offers readers access to real-world DSR studies, together with the authors’ reflections on their research processes. These cases will support researchers who want to engage in DSR, and represent a valuable addition to existing introductions to DSR methods and processes. Readers will learn from the hands-on experiences of respected experts who have conducted extensive DSR in a range of application contexts.
Design Science Research for a New Society: 18th International Conference on Design Science Research in Information Systems and Technology, DESRIST 2023, Pretoria, South Africa, May 31 – June 2, 2023, Proceedings (Lecture Notes in Computer Science #13873)
by Aurona Gerber Richard BaskervilleThis book constitutes the proceedings of the 18th International Conference on Design Science Research in Information Systems and Technology, DESRIST 2023, which was held in Pretoria, South Africa, from May 31–June 2, 2023.The 29 full papers presented in this volume were carefully reviewed and selected from 81 submissions. The papers are organized in the following topical sections: Design-oriented Research for Society 5.0 (Theme Track); Design of Systems Using Emerging Technologies; Human-Centered Artificial Intelligence (HCAI); Healthcare Systems and Quality of Life; Innovation and Entrepreneurship; Emerging DSR Methods and Processes; Education and DRS; Human Safety and Cybersecurity; Co-Desing and Collective Creativity for Addressing Grand Challenges; and Sustainability and Responsible Design.