buchspektrum Internet-Buchhandlung

Neuerscheinungen 2019

Stand: 2020-02-01
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Jos Jong

Vertically Integrated Architectures


Versioned Data Models, Implicit Services, and Persistence-Aware Programming
1st ed. 2019. xv, 244 S. 21 SW-Abb. 235 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2019
ISBN: 1-484-24251-3 (1484242513)
Neue ISBN: 978-1-484-24251-3 (9781484242513)

Preis und Lieferzeit: Bitte klicken


Understand how and why the separation between layers and tiers in service-oriented architectures holds software developers back from being truly productive, and how you can remedy that problem.

Strong processes and development tools can help developers write more complex software, but large amounts of code can still be directly deduced from the underlying database model, hampering developer productivity. In a world with a shortage of developers, this is bad news. More code also increases maintenance costs and the risk of bugs, meaning less time is spent improving the quality of systems.

You will learn that by making relationships first-class citizens within an item/relationship model, you can develop an extremely compact query language, inspired by natural language. You will also learn how this model can serve as both a database schema and an object model upon which to build business logic. Implicit services free you from writing code for standard read/write operations, while still supporting fine-grained authorization.

Vertically Integrated Architectures explains how functional schema mappings can solve database migrations and service versioning at the same time, and how all this can support any client, from free-format to fully vertically integrated types. Unleash the potential and use VIA to drastically increase developer productivity and quality.

What You´ll Learn

See how the separation between application server and database in a SOA-based architecture might be justifiable from a historical perspective, but can also hold us back

Examine how the vertical integration of application logic and database functionality can drastically increase developer productivity and quality

Review why application developers only need to write pure business logic if an architecture takes care of basic read/write client-server communication and data persistence
Understand why a set-oriented and persistence-aware programming language would not only make it easier to build applications, but would also enable the fully optimized execution of incoming service requests

Who This Book Is For

Software architects, senior software developers, computer science professionals and students, and the open source community.
1. The Problem

2. History: How Did We Get Here?

3. Analysis: What´s Going Wrong?

4. Five Dogmas That Hold Us Back

5. The Solution: Vertical Integration

6. The Art of Querying

7. The I/R Model

8. Implicit Services

9. Persistence-Aware Programming

10. The Client

Jos Jong is a self-employed independent senior software engineer and software architect. He has been developing software for more than 35 years, in both technical and enterprise environments. His knowledge ranges from mainframes, C++, and Smalltalk to Python, Java, and Objective-C. He has worked with numerous different platforms and kept studying to learn about other programming languages and programming concepts. In addition to developing many generic components, some code generators and advanced data synchronization solutions, he has prototyped several innovative database and programming language concepts. He is an abstract thinker, who loves to study the fundamentals of software engineering, and is always eager to reflect on new trends. You can connect with him on Twitter @jos_jong_nl.