Object-oriented Software Engineering
Title | Object-oriented Software Engineering PDF eBook |
Author | Timothy Christian Lethbridge |
Publisher | McGraw-Hill College |
Pages | 533 |
Release | 2004 |
Genre | Computers |
ISBN | 9780077109080 |
This book covers the essential knowledge and skills needed by a student who is specializing in software engineering. Readers will learn principles of object orientation, software development, software modeling, software design, requirements analysis, and testing. The use of the Unified Modelling Language to develop software is taught in depth. Many concepts are illustrated using complete examples, with code written in Java.
Design Patterns for Object-oriented Software Development
Title | Design Patterns for Object-oriented Software Development PDF eBook |
Author | Wolfgang Pree |
Publisher | Addison Wesley Longman |
Pages | 298 |
Release | 1995 |
Genre | Computers |
ISBN |
Software -- Software Engineering.
Object-oriented Software Development Using Java
Title | Object-oriented Software Development Using Java PDF eBook |
Author | Xiaoping Jia |
Publisher | Addison-Wesley |
Pages | 704 |
Release | 2003 |
Genre | Computers |
ISBN |
Jia (software engineering, DePaul University) helps readers develop skills in designing software, and especially in writing object- oriented programs using Java. The text provides broad coverage of object-oriented technology, including object-oriented modeling using the Unified Modeling Language (UML), object-oriented design using design patterns, and object-oriented programming using Java. This second edition offers expanded coverage of design patterns, enhanced material on UML, and a new introduction to the iterative software development process made popular by extreme programming. Learning features include chapter summaries, exercises, and projects.
Object-oriented Software Engineering
Title | Object-oriented Software Engineering PDF eBook |
Author | Ivar Jacobson |
Publisher | Pearson Education India |
Pages | 556 |
Release | 1993 |
Genre | Object-oriented programming (Computer science) |
ISBN | 9788131704080 |
Growing Object-Oriented Software, Guided by Tests
Title | Growing Object-Oriented Software, Guided by Tests PDF eBook |
Author | Steve Freeman |
Publisher | Pearson Education |
Pages | 762 |
Release | 2009-10-12 |
Genre | Computers |
ISBN | 0321699769 |
Test-Driven Development (TDD) is now an established technique for delivering better software faster. TDD is based on a simple idea: Write tests for your code before you write the code itself. However, this "simple" idea takes skill and judgment to do well. Now there's a practical guide to TDD that takes you beyond the basic concepts. Drawing on a decade of experience building real-world systems, two TDD pioneers show how to let tests guide your development and “grow” software that is coherent, reliable, and maintainable. Steve Freeman and Nat Pryce describe the processes they use, the design principles they strive to achieve, and some of the tools that help them get the job done. Through an extended worked example, you’ll learn how TDD works at multiple levels, using tests to drive the features and the object-oriented structure of the code, and using Mock Objects to discover and then describe relationships between objects. Along the way, the book systematically addresses challenges that development teams encounter with TDD—from integrating TDD into your processes to testing your most difficult features. Coverage includes Implementing TDD effectively: getting started, and maintaining your momentum throughout the project Creating cleaner, more expressive, more sustainable code Using tests to stay relentlessly focused on sustaining quality Understanding how TDD, Mock Objects, and Object-Oriented Design come together in the context of a real software development project Using Mock Objects to guide object-oriented designs Succeeding where TDD is difficult: managing complex test data, and testing persistence and concurrency
Object-oriented Software Development
Title | Object-oriented Software Development PDF eBook |
Author | Mark Lorenz |
Publisher | Prentice Hall |
Pages | 264 |
Release | 1993 |
Genre | Computers |
ISBN |
This book provides an iteractive development process and an object-oriented (O-O) development methodology including techniques on scheduling, milestone completion and other requirements for tools to support O-O development. It provides a process and methodology that can be followed to accomplish an analysis, design, implementation, and test of model objects for an application being developed.
Object-oriented Software Engineering
Title | Object-oriented Software Engineering PDF eBook |
Author | George Wilkie |
Publisher | Addison Wesley Publishing Company |
Pages | 432 |
Release | 1993 |
Genre | Computers |
ISBN |
Addresses critical software engineering issues, showing how an object - oriented approach can provide much improved solutions over other methods. Designed as a technology tool.