A Design Pattern Oriented Programming Environment

A Design Pattern Oriented Programming Environment
Author :
Publisher : diplom.de
Total Pages : 98
Release :
ISBN-10 : 9783832419127
ISBN-13 : 3832419128
Rating : 4/5 (128 Downloads)

Book Synopsis A Design Pattern Oriented Programming Environment by : Normen Seemann

Download or read book A Design Pattern Oriented Programming Environment written by Normen Seemann and published by diplom.de. This book was released on 2014-04-01 with total page 98 pages. Available in PDF, EPUB and Kindle. Book excerpt: Inhaltsangabe:Einleitung: Diese Diplomarbeit ist zusammen mit der Diplomarbeit Entwicklung einer patternorientierten Programmiersprache und eines dazugehörigen Compilers von S. Bünnig (Best.Nr. 29011914) die Grundlage für die Studienarbeit Patternorientierte Programmierung am Anwendungsbeispiel von N. Seemann und S. Bünnig (Best.Nr. 29011913). Ein Entwurfsmuster beschreibt ein in unserer Umwelt beständig wiederkehrendes Problem und erläutert den Kern der Lösung für dieses Problem, so dass diese Lösung beliebig oft anwendbar ist, ohne dass man sie jemals ein zweites Mal gleich ausführen muss. Das Ziel dieser Arbeit besteht nun darin, diesen abstrakten Grundgedanken auf dem Gebiet der Softwareentwicklung formal in einem Programmiermodell zu fassen, das Entwurfsmuster und damit verbundene Konzepte direkt unterstützt und als Erweiterung des objektorientierten Programmiermodells verstanden werden kann. Im Anschluss daran wird ein Sprachentwurf für eine sogenannte patternorientierte Programmiersprache vorgestellt, die es ermöglichen soll, Entwurfsmuster zu implementieren und wiederzuverwenden. Abstract: The development of large scale software systems in a systematic way is still a challenging task in software engineering. The use of structural, modular and object oriented programming techniques and environments have proven to be powerful and reliable for the creation of correct, reusable and maintainable software. Specifically, the object oriented programming model has improved the quality of software by providing structures for better support of abstraction, encapsulation and reusability. In recent years, these properties have become more important since hardware and software systems have grown bigger and more complex. Also, customers have made higher requirements an the quality of software. Object oriented programming languages like Eiffel, Smalltalk or C++ provide basic facilities for network programming, database access, etc. in form of class libraries which exploit these concepts. This helps developers concentrate an the solving of the actual problems, without having to spend time an reinventing already implemented solutions to common problems. The object-oriented paradigm primarily involve objects. These usually represent abstractions of real world entities. Objects are typically defined by classes in programming languages. Classes representing different entities may be related to each other in several different ways. These normally [...]


A Design Pattern Oriented Programming Environment Related Books

A Design Pattern Oriented Programming Environment
Language: en
Pages: 98
Authors: Normen Seemann
Categories: Computers
Type: BOOK - Published: 2014-04-01 - Publisher: diplom.de

DOWNLOAD EBOOK

Inhaltsangabe:Einleitung: Diese Diplomarbeit ist zusammen mit der Diplomarbeit Entwicklung einer patternorientierten Programmiersprache und eines dazugehörigen
Design Patterns for Object-oriented Software Development
Language: en
Pages: 298
Authors: Wolfgang Pree
Categories: Computers
Type: BOOK - Published: 1995 - Publisher: Addison Wesley Longman

DOWNLOAD EBOOK

Software -- Software Engineering.
Design Patterns Explained
Language: en
Pages: 366
Authors: Alan Shalloway
Categories: Computers
Type: BOOK - Published: 2002 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

This book introduces the programmer to patterns: how to understand them, how to use them, and then how to implement them into their programs. This book focuses
The Design Patterns Smalltalk Companion
Language: en
Pages: 472
Authors: Sherman R. Alpert
Categories: Computers
Type: BOOK - Published: 1998 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

In this new book, intended as a language companion to the classic Design Patterns , noted Smalltalk and design patterns experts implement the 23 design patterns
Implementing Design Patterns in C# and .NET 5
Language: en
Pages: 349
Authors: Alexandre Malavasi
Categories: Computers
Type: BOOK - Published: 2021-07-31 - Publisher: BPB Publications

DOWNLOAD EBOOK

Implement robust applications by applying efficient Design Patterns with .NET 5 and C# KEY FEATURES ● Detailed theoretical concepts covered, including the use