Author: Serge Demeyer
Publisher: Lulu.com
ISBN: 395233412X
Category : Computers
Languages : en
Pages : 362
Book Description
Object-Oriented Reengineering Patterns collects and distills successful techniques in planning a reengineering project, reverse-engineering, problem detection, migration strategies and software redesign. This book is made available under the Creative Commons Attribution-ShareAlike 3.0 license. You can either download the PDF for free, or you can buy a softcover copy from lulu.com. Additional material is available from the book's web page at http://scg.unibe.ch/oorp
Object-oriented Reengineering Patterns
Author: Serge Demeyer
Publisher: Lulu.com
ISBN: 395233412X
Category : Computers
Languages : en
Pages : 362
Book Description
Object-Oriented Reengineering Patterns collects and distills successful techniques in planning a reengineering project, reverse-engineering, problem detection, migration strategies and software redesign. This book is made available under the Creative Commons Attribution-ShareAlike 3.0 license. You can either download the PDF for free, or you can buy a softcover copy from lulu.com. Additional material is available from the book's web page at http://scg.unibe.ch/oorp
Publisher: Lulu.com
ISBN: 395233412X
Category : Computers
Languages : en
Pages : 362
Book Description
Object-Oriented Reengineering Patterns collects and distills successful techniques in planning a reengineering project, reverse-engineering, problem detection, migration strategies and software redesign. This book is made available under the Creative Commons Attribution-ShareAlike 3.0 license. You can either download the PDF for free, or you can buy a softcover copy from lulu.com. Additional material is available from the book's web page at http://scg.unibe.ch/oorp
Object-Oriented Reengineering Patterns
Author: Serge Demeyer
Publisher: Morgan Kaufmann
ISBN: 1558606394
Category : Computers
Languages : en
Pages : 307
Book Description
A guide on how to reverse engineer legacy systems to understand their problems, and then reengineer those systems to meet new demands. It uses patterns to clarify and explain the process of understanding large code bases, hence transforming them to meet new requirements.
Publisher: Morgan Kaufmann
ISBN: 1558606394
Category : Computers
Languages : en
Pages : 307
Book Description
A guide on how to reverse engineer legacy systems to understand their problems, and then reengineer those systems to meet new demands. It uses patterns to clarify and explain the process of understanding large code bases, hence transforming them to meet new requirements.
Analysis Patterns
Author: Martin Fowler
Publisher: Addison-Wesley Professional
ISBN: 9780201895421
Category : Object-oriented methods (Computer science).
Languages : en
Pages : 398
Book Description
Martin Fowler is a consultant specializing in object-oriented analysis and design. This book presents and discusses a number of object models derived from various problem domains. All patterns and models presented have been derived from the author's own consulting work and are based on real business cases.
Publisher: Addison-Wesley Professional
ISBN: 9780201895421
Category : Object-oriented methods (Computer science).
Languages : en
Pages : 398
Book Description
Martin Fowler is a consultant specializing in object-oriented analysis and design. This book presents and discusses a number of object models derived from various problem domains. All patterns and models presented have been derived from the author's own consulting work and are based on real business cases.
Object-Oriented Metrics in Practice
Author: Michele Lanza
Publisher: Springer Science & Business Media
ISBN: 3540395385
Category : Computers
Languages : en
Pages : 213
Book Description
Presents a novel metrics-based approach for detecting design problems in object-oriented software. Introduces an important suite of detection strategies for the identification of different well-known design flaws as well as some rarely mentioned ones.
Publisher: Springer Science & Business Media
ISBN: 3540395385
Category : Computers
Languages : en
Pages : 213
Book Description
Presents a novel metrics-based approach for detecting design problems in object-oriented software. Introduces an important suite of detection strategies for the identification of different well-known design flaws as well as some rarely mentioned ones.
OOP - Learn Object Oriented Thinking & Programming
Author: Rudolf Pecinovsky
Publisher: Tomáš Bruckner
ISBN: 8090466184
Category : Computers
Languages : en
Pages : 527
Book Description
You can find a whole range of programming textbooks intended for complete beginners. However, this one is exceptional to certain extent. The whole textbook is designed as a record of the dialogue of the author with his daughter who wants to learn programming. The author endeavors not to explain the Java programming language to the readers, but to teach them real programming. To teach them how to think and design the program as the experienced programmers do. Entire matter is explained in a very illustrative way which means even a current secondary school student can understand it quite simply.
Publisher: Tomáš Bruckner
ISBN: 8090466184
Category : Computers
Languages : en
Pages : 527
Book Description
You can find a whole range of programming textbooks intended for complete beginners. However, this one is exceptional to certain extent. The whole textbook is designed as a record of the dialogue of the author with his daughter who wants to learn programming. The author endeavors not to explain the Java programming language to the readers, but to teach them real programming. To teach them how to think and design the program as the experienced programmers do. Entire matter is explained in a very illustrative way which means even a current secondary school student can understand it quite simply.
Object-oriented Methods
Author: James Martin
Publisher: Prentice Hall
ISBN: 9780136308560
Category : Object-oriented methods (Computer science)
Languages : en
Pages : 412
Book Description
This book presents those concepts and techniques that support almost any system development approach--whether it involves computers, people, or machines. It considers object structure, object behavior and more advanced concepts such as composition, structural constraints, rules, using rules and diagrams, meta-modeling, and power types.
Publisher: Prentice Hall
ISBN: 9780136308560
Category : Object-oriented methods (Computer science)
Languages : en
Pages : 412
Book Description
This book presents those concepts and techniques that support almost any system development approach--whether it involves computers, people, or machines. It considers object structure, object behavior and more advanced concepts such as composition, structural constraints, rules, using rules and diagrams, meta-modeling, and power types.
Applying UML and Patterns Training Course
Author: Craig Larman
Publisher: Prentice Hall
ISBN: 9780130479501
Category : Computers
Languages : en
Pages :
Book Description
Second Edition of the UML video course based on the book Applying UML and Patterns. This VTC will focus on object-oriented analysis and design, not just drawing UML.
Publisher: Prentice Hall
ISBN: 9780130479501
Category : Computers
Languages : en
Pages :
Book Description
Second Edition of the UML video course based on the book Applying UML and Patterns. This VTC will focus on object-oriented analysis and design, not just drawing UML.
Linkers and Loaders
Author: John R. Levine
Publisher: Morgan Kaufmann
ISBN: 9781558604964
Category : Computers
Languages : en
Pages : 278
Book Description
"I enjoyed reading this useful overview of the techniques and challenges of implementing linkers and loaders. While most of the examples are focused on three computer architectures that are widely used today, there are also many side comments about interesting and quirky computer architectures of the past. I can tell from these war stories that the author really has been there himself and survived to tell the tale." -Guy Steele Whatever your programming language, whatever your platform, you probably tap into linker and loader functions all the time. But do you know how to use them to their greatest possible advantage? Only now, with the publication of Linkers & Loaders, is there an authoritative book devoted entirely to these deep-seated compile-time and run-time processes. The book begins with a detailed and comparative account of linking and loading that illustrates the differences among various compilers and operating systems. On top of this foundation, the author presents clear practical advice to help you create faster, cleaner code. You'll learn to avoid the pitfalls associated with Windows DLLs, take advantage of the space-saving, performance-improving techniques supported by many modern linkers, make the best use of the UNIX ELF library scheme, and much more. If you're serious about programming, you'll devour this unique guide to one of the field's least understood topics. Linkers & Loaders is also an ideal supplementary text for compiler and operating systems courses. Features: * Includes a linker construction project written in Perl, with project files available for download. * Covers dynamic linking in Windows, UNIX, Linux, BeOS, and other operating systems. * Explains the Java linking model and how it figures in network applets and extensible Java code. * Helps you write more elegant and effective code, and build applications that compile, load, and run more efficiently.
Publisher: Morgan Kaufmann
ISBN: 9781558604964
Category : Computers
Languages : en
Pages : 278
Book Description
"I enjoyed reading this useful overview of the techniques and challenges of implementing linkers and loaders. While most of the examples are focused on three computer architectures that are widely used today, there are also many side comments about interesting and quirky computer architectures of the past. I can tell from these war stories that the author really has been there himself and survived to tell the tale." -Guy Steele Whatever your programming language, whatever your platform, you probably tap into linker and loader functions all the time. But do you know how to use them to their greatest possible advantage? Only now, with the publication of Linkers & Loaders, is there an authoritative book devoted entirely to these deep-seated compile-time and run-time processes. The book begins with a detailed and comparative account of linking and loading that illustrates the differences among various compilers and operating systems. On top of this foundation, the author presents clear practical advice to help you create faster, cleaner code. You'll learn to avoid the pitfalls associated with Windows DLLs, take advantage of the space-saving, performance-improving techniques supported by many modern linkers, make the best use of the UNIX ELF library scheme, and much more. If you're serious about programming, you'll devour this unique guide to one of the field's least understood topics. Linkers & Loaders is also an ideal supplementary text for compiler and operating systems courses. Features: * Includes a linker construction project written in Perl, with project files available for download. * Covers dynamic linking in Windows, UNIX, Linux, BeOS, and other operating systems. * Explains the Java linking model and how it figures in network applets and extensible Java code. * Helps you write more elegant and effective code, and build applications that compile, load, and run more efficiently.
Applying UML and Patterns: An Introduction to Object Oriented Analysis and Design and Interative Development: 3rd Edition
Author: Craig Larman
Publisher: Pearson Education India
ISBN: 9788131762363
Category :
Languages : en
Pages : 748
Book Description
Publisher: Pearson Education India
ISBN: 9788131762363
Category :
Languages : en
Pages : 748
Book Description
Squeak by Example
Author: Oscar Nierstrasz
Publisher: Lulu.com
ISBN: 3952334103
Category : Computers
Languages : en
Pages : 306
Book Description
Squeak is a modern, open source, fully-featured implementation of the Smalltalk programming language and environment. Squeak is highly portable -- even its virtual machine is written entirely in Smalltalk, making it easy to debug, analyze, and change. Squeak is the vehicle for a wide range of innovative projects from multimedia applications and educational platforms to commercial web development environments. -- Preface.
Publisher: Lulu.com
ISBN: 3952334103
Category : Computers
Languages : en
Pages : 306
Book Description
Squeak is a modern, open source, fully-featured implementation of the Smalltalk programming language and environment. Squeak is highly portable -- even its virtual machine is written entirely in Smalltalk, making it easy to debug, analyze, and change. Squeak is the vehicle for a wide range of innovative projects from multimedia applications and educational platforms to commercial web development environments. -- Preface.