Details of UML diagrams
Filed Under Architecture, UML, Design, Techniques, Development, Model, Software | Posted on October 3, 2007
In order to try and explain these diagrams, I will give their categorization and then an explanation of each diagram:
Structure diagrams emphasize what things must be in the system being modeled. This is a type of diagram that depicts the elements of a specification that are irrespective of time. This includes class, composite structure, […]
Listing of UML Diagrams
Filed Under Architecture, UML, Design, Model, Development, Software | Posted on October 3, 2007
Depending on the literature that you read, you will find a mention of 9 or 13 diagrams used in UML.
If you read the literature for 9 diagrams, then these are the list of diagrams:
Structural Diagrams
* Class Diagram
* Object Diagram
* Component Diagram
[…]
Benefits of UML and some goals
Filed Under Architecture, UML, Benefits, Design, Techniques, Development, Process, Software | Posted on September 29, 2007
Why was UML made ? The primary goals in the design of the UML were:
- Provide users with a ready-to-use, expressive visual modeling language so they can develop and exchange meaningful models.
- Provide extensibility and specialization mechanisms to extend the core concepts.
- Be independent of particular programming languages and development processes.
- Provide a formal basis […]
What is UML ?
Filed Under Architecture, UML, Design, Techniques, Process, Terms, Development | Posted on September 29, 2007
UML stands for ‘Unified Modeling Language’. That’s fine, but what exactly does it mean ? This is a programming language that is used for object-oriented software development. To organize program code more efficiently, programmers often create “objects” that are sets of structured data within programs. UML, which has been standardized by the Object Management Group […]
The software architecture design process
Filed Under Document, Architecture, Design, Techniques, Model, Software | Posted on September 24, 2007
Early attempts to capture and explain software architecture of a system were imprecise and disorganized - often characterized by a set of box-and-line diagrams. During the 1990’s there was a concentrated effort to define and codify fundamental aspects of the discipline. Initial sets of design patterns, styles, best practices, description languages, and formal logic were […]
What is software architecture design ?
Filed Under Design, Architecture, Techniques, Model, Development, Process, Software | Posted on September 23, 2007
“Architecture is concerned with the selection of architectural elements, their interaction, and the constraints on those elements and their interactions… Design is concerned with the modularization and detailed interfaces of the design elements, their algorithms and procedures, and the data types needed to support the architecture and to satisfy the requirements.”
Software architecture is commonly defined […]
Need for software architecture design
Filed Under Techniques, Design, Architecture, Terms, Prototyping, Development, Process, Model, Software | Posted on September 23, 2007
Why do you need to do the complex and time consuming process of architecture design ? Are the benefits worth it ?
Poorly designed architecture affects an application throughout its lifetime and can result in inestimable costs. Large systems architecture was developed as a way to handle systems too large for one person to conceive of, […]