UML Distilled
Title | UML Distilled PDF eBook |
Author | Martin Fowler |
Publisher | Addison-Wesley Professional |
Pages | 218 |
Release | 2018-08-30 |
Genre | Computers |
ISBN | 013486512X |
More than 300,000 developers have benefited from past editions of UML Distilled . This third edition is the best resource for quick, no-nonsense insights into understanding and using UML 2.0 and prior versions of the UML. Some readers will want to quickly get up to speed with the UML 2.0 and learn the essentials of the UML. Others will use this book as a handy, quick reference to the most common parts of the UML. The author delivers on both of these promises in a short, concise, and focused presentation. This book describes all the major UML diagram types, what they're used for, and the basic notation involved in creating and deciphering them. These diagrams include class, sequence, object, package, deployment, use case, state machine, activity, communication, composite structure, component, interaction overview, and timing diagrams. The examples are clear and the explanations cut to the fundamental design logic. Includes a quick reference to the most useful parts of the UML notation and a useful summary of diagram types that were added to the UML 2.0. If you are like most developers, you don't have time to keep up with all the new innovations in software engineering. This new edition of Fowler's classic work gets you acquainted with some of the best thinking about efficient object-oriented software design using the UML--in a convenient format that will be essential to anyone who designs software professionally.
UML Distilled
Title | UML Distilled PDF eBook |
Author | Martin Fowler |
Publisher | Addison-Wesley Professional |
Pages | 218 |
Release | 2004 |
Genre | Computers |
ISBN | 9780321193681 |
A guidebook to UML computer programming language, covering version 2.0 OMG UML Standard.
Uml Distilled: A Brief Guide To The Standard Object Modeling Language, 3/E
Title | Uml Distilled: A Brief Guide To The Standard Object Modeling Language, 3/E PDF eBook |
Author | Fowler |
Publisher | Pearson Education India |
Pages | 212 |
Release | 2007-09 |
Genre | |
ISBN | 9788131715659 |
SysML Distilled
Title | SysML Distilled PDF eBook |
Author | Lenny Delligatti |
Publisher | Pearson Education |
Pages | 304 |
Release | 2014 |
Genre | Computers |
ISBN | 0321927869 |
SysML Distilled is a go-to reference for everyone who wants to start creating accurate and useful system models with SysML. Drawing on his pioneering experience creating models for Lockheed Martin and NASA, Lenny Delligatti illuminates SysML's core components, and shows how to use them even under tight deadlines and other constraints. The reader needn't know all of SysML to create effective models: SysML Distilled quickly teaches what does need to be known, and helps deepen the reader's knowledge incrementally as the need arises.
UML @ Classroom
Title | UML @ Classroom PDF eBook |
Author | Martina Seidl |
Publisher | Springer |
Pages | 215 |
Release | 2015-02-21 |
Genre | Computers |
ISBN | 331912742X |
This textbook mainly addresses beginners and readers with a basic knowledge of object-oriented programming languages like Java or C#, but with little or no modeling or software engineering experience – thus reflecting the majority of students in introductory courses at universities. Using UML, it introduces basic modeling concepts in a highly precise manner, while refraining from the interpretation of rare special cases. After a brief explanation of why modeling is an indispensable part of software development, the authors introduce the individual diagram types of UML (the class and object diagram, the sequence diagram, the state machine diagram, the activity diagram, and the use case diagram), as well as their interrelationships, in a step-by-step manner. The topics covered include not only the syntax and the semantics of the individual language elements, but also pragmatic aspects, i.e., how to use them wisely at various stages in the software development process. To this end, the work is complemented with examples that were carefully selected for their educational and illustrative value. Overall, the book provides a solid foundation and deeper understanding of the most important object-oriented modeling concepts and their application in software development. An additional website offers a complete set of slides to aid in teaching the contents of the book, exercises and further e-learning material.
UML in Practice
Title | UML in Practice PDF eBook |
Author | Pascal Roques |
Publisher | John Wiley & Sons |
Pages | 312 |
Release | 2006-02-08 |
Genre | Computers |
ISBN | 0470092793 |
Offers comprehensive coverage of all major modeling viewpoints Provides details of collaboration and class diagrams for filling in the design-level models
The Rails Way
Title | The Rails Way PDF eBook |
Author | Obie Fernandez |
Publisher | Pearson Education |
Pages | 951 |
Release | 2007-11-16 |
Genre | Computers |
ISBN | 032163019X |
The expert guide to building Ruby on Rails applications Ruby on Rails strips complexity from the development process, enabling professional developers to focus on what matters most: delivering business value. Now, for the first time, there’s a comprehensive, authoritative guide to building production-quality software with Rails. Pioneering Rails developer Obie Fernandez and a team of experts illuminate the entire Rails API, along with the Ruby idioms, design approaches, libraries, and plug-ins that make Rails so valuable. Drawing on their unsurpassed experience, they address the real challenges development teams face, showing how to use Rails’ tools and best practices to maximize productivity and build polished applications users will enjoy. Using detailed code examples, Obie systematically covers Rails’ key capabilities and subsystems. He presents advanced programming techniques, introduces open source libraries that facilitate easy Rails adoption, and offers important insights into testing and production deployment. Dive deep into the Rails codebase together, discovering why Rails behaves as it does— and how to make it behave the way you want it to. This book will help you Increase your productivity as a web developer Realize the overall joy of programming with Ruby on Rails Learn what’s new in Rails 2.0 Drive design and protect long-term maintainability with TestUnit and RSpec Understand and manage complex program flow in Rails controllers Leverage Rails’ support for designing REST-compliant APIs Master sophisticated Rails routing concepts and techniques Examine and troubleshoot Rails routing Make the most of ActiveRecord object-relational mapping Utilize Ajax within your Rails applications Incorporate logins and authentication into your application Extend Rails with the best third-party plug-ins and write your own Integrate email services into your applications with ActionMailer Choose the right Rails production configurations Streamline deployment with Capistrano