The Database Factory


Book Description

The Database Factory Focusing on the new generation of distributed client/server information systems, The Database Factory provides the first in-depth treatment of active database design and implementation. This breakthrough work shows how to improve software reliability and lower software development cost using off-the-shelf products. You’ll learn important new techniques such as mistake-proofing, state-based behavior, and client/server data warehouse design. The Database Factory demonstrates how to build and deploy active database applications using standard components. Examples and illustrations from real-world applications guide you through all stages of development from initial analysis to final implementation. The book also covers: Workflow integration Event management Visual programming Database agents Component repository Data replication Legacy integration Collaborative development Standard reusable code The Database Factory will help you develop enterprise solutions faster, better, and at lower cost.




Java 2 Developer


Book Description

The fastest way to get certified for the exams CX-310-252A and CX-310-027. This volume contains tips, tricks, and hints on all the content included in these tests.




Learning Factories


Book Description

This book presents the state of the art of learning factories. It outlines the motivations, historic background, and the didactic foundations of learning factories. Definitions of the term learning factory and a corresponding morphological model are provided as well as a detailed overview of existing learning factory approaches in industry and academia, showing the broad range of different applications and varying contents. Learning factory best-practice examples are presented in detailed and structured manner. The state of the art of learning factories curricula design and their use to enhance learning and research as well as potentials and limitations are presented. Further research priorities and innovative learning factory concepts to overcome current barriers are offered. While today numerous learning factories have been built in industry (big automotive companies, pharma companies, etc.) and academia in the last decades, a comprehensive handbook for the scientific community and practitioners alike is still missing. The book addresses therefore both researchers in production-related areas, that want to conduct industry-relevant research and education, as well as managers and engineers in industry, who are searching for an effective way to train their employees. In addition to this, the learning factory concept is also regarded as an innovative learning concept in the field of didactics.




Laravel: Up & Running


Book Description

What sets Laravel apart from other PHP web frameworks? Speed and simplicity, for starters. This rapid application development framework and its ecosystem of tools let you quickly build new sites and applications with clean, readable code. Fully updated to include Laravel 10, the third edition of this practical guide provides the definitive introduction to one of today's most popular web frameworks. Matt Stauffer, a leading teacher and developer in the Laravel community, delivers a high-level overview and concrete examples to help experienced PHP web developers get started with this framework right away. This updated edition covers the entirely new auth and frontend tooling and other first-party tools introduced since the second edition. Dive into features, including: Blade, Laravel's powerful custom templating tool Tools for gathering, validating, normalizing, and filtering user-provided data The Eloquent ORM for working with application databases The Illuminate request object and its role in the application lifecycle PHPUnit, Mockery, and Dusk for testing your PHP code Tools for writing JSON and RESTful APIs Interfaces for filesystem access, sessions, cookies, caches, and search Tools for implementing queues, jobs, events, and WebSocket event publishing Specialty packages including Scout, Passport, Cashier, and more




Pro PHP MVC


Book Description

Model View Controller (MVC) is becoming the definitive architecture of website development frameworks due to the stability, extensibility and predictability it lends to development. It is not just the primary separation of database, business logic and interface components, but includes a wide range of considerations for building high-performing, scalable and secure applications. Deciding which MVC framework best suits the project you are about to begin is one of the biggest challenges you'll face as a developer. If you are part of a team, this decision has probably already been made for you; but in any event, you'll need to know how (and why) the framework authors made it work the way it does. Pro PHP MVC looks at the building blocks that make any good MVC framework, and how they apply to PHP. It exposes all considerations that many developers take for granted when using a popular framework, and teaches you how to make the framework your own. Over the course of reading this book, you will learn the theoretical implications of the choices you would make when writing your own MVC framework, and how to put the pieces together in a cohesive package. We take a look at the highly modular Zend Framework—how to use its collection of loosely coupled classes to build a unified system. We also look at CakePHP, learning from its automated build system (Bakery) and highly intuitive approach to rapid development. This book will lay bare all the secret parts of MVC for you.




The Definitive Guide to the Microsoft Enterprise Library


Book Description

This book introduces one of the most exciting and popular .NET-oriented initiatives; the Enterprise Application Library, which offers nine classes of reusable code used to solve a variety of common problem spaces. It is the first book to introduce all ten of the enterprise application blocks, which have been recently updated for .NET 2.0. It covers a number of topics, including configuration, data access, exception management, caching, application updates, UI separation, asynchronous invocation, logging, security, and XML-based information aggregation. With this book readers will be able to build .NET applications faster and more efficiently.




Effective Use of Microsoft Enterprise Library


Book Description

Writing robust enterprise applications presents a special challenge for developers, but Microsoft has addressed that challenge with the free, downloadable Enterprise Library for the .NET Framework. Enterprise Library is a collection of application blocks and guidance documents that together provide functionality common to enterprise applications; each application block includes full source code. Lacking in the guidance provided by Microsoft is an overall roadmap to the process of using the application blocks. Effective Use of Microsoft Enterprise Library is that roadmap. Microsoft application development lead architect Len Fenster explains exactly how to build applications using Enterprise Library application blocks. Fenster covers all seven application blocks as implemented for .NET Framework 1.1, shows how to develop and use a new application block, and explains how Enterprise Library is changing for .NET Framework 2.0. Readers will learn How the Configuration Application Block is designed and can be used at runtime to easily read and write configuration data How the Configuration Application Block works at design time for all blocks How to use the Data Access Block to create a portable data layer How to use the Exception Handling Application Block to implement a policy-driven, application-wide exception handling system How to use the Logging and Instrumentation Application Block to log and instrument messages independent of the message destination How to add authentication, authorization, role membership, security cache, and profile membership features to an application with the Security Application Block How to use the Cryptography Application Block to add functionality to encrypt and decrypt data and create and compare hashes How to build your own application block and providers that “snap” right into Enterprise Library Whether you plan to extend Enterprise Library for your organization, or just use the existing application blocks to add functionality to your architecture in a consistent, extensible, integrated way, this book will guide you through the complexities and help you find a clear path to success.




Knowledge and Skill Chains in Engineering and Manufacturing


Book Description

Since the first DIISM conference, which took place 9 years ago, the world has seen drastic changes, including the transformation of manufacturing and engineering software, and the information and communication technologies deployed. The conditions for manufacturing and engineering have changed on a large scale, in terms of technology-enabled collaboration among the fields of design, engineering, production, usage, maintenance and recyclingldisposal. These changes can be observed in rapidly-growing fields such as supply chain management. As for production technologies at factory floors, new visions on human-machine co-existing systems involve both knowledge management and multi-media technologies. Therefore, because of these changes, the importance of information infrastructure for manufacturing has increased, stunningly. Information infrastructure plays a key role in integrating diverse fields of manufacturing, engineering and management. This, in addition to its basic role, as the information and communication platform for the production systems. Eventually, it should also serve the synthetic function of knowledge management, during the life cycles of both the production systems and their products, and for all stakeholders.




Android App Development


Book Description

Android App Development is written for the Android programming course and takes a building block approach, presenting a real app from start to finish in each chapter. Each chapter is broken down into manageable topics, demonstrating a topic and then a working app.




Getting started with Spring Framework: covers Spring 5 (4th Edition)


Book Description

Chapter 1 of this book is now available online: bit.ly/2z8ErGg 4th Edition reflects changes to Spring 5, and includes new chapters on Functional and Reactive application development. Reactive application development chapters cover Reactive Streams specification, RxJava 2, Reactor, Spring WebFlux, and reactive support in Spring Data and Spring Security. The examples (consisting of 88 sample projects) that accompany this book are based on Spring 5.0.1 and Java 9. You can download the examples described in this book from the following GitHub project: github.com/getting-started-with-spring/4thEdition This book covers: - Spring Framework basics - Aspect-oriented programming - Database interaction using Spring and Hibernate/JPA - Spring Data JPA - Spring Data MongoDB - Messaging, emailing and caching support - Spring Web MVC - Developing RESTful web services using Spring Web MVC - Functional programming using lambdas and method references - Stream API - Reactive programming using RxJava 2 and Reactor - Spring WebFlux - Reactive support in Spring Data MongoDB and Spring Security - Developing reactive RESTful web services using Spring WebFlux, Spring Security and Spring Data MongoDB