Most Viewed Tutorials
Composite Pattern Tutorial
23,289views
This tutorial is aimed to guide the definition and application of composite design pattern. By reading this tutorial, you will know how to develop a model for the composite pattern, and how to apply it in practice.
Facade Pattern Tutorial
23,034views
This tutorial is aimed to guide the definition and application of facade design pattern. By reading this tutorial, you will know how to develop a model for the facade pattern, and how to apply it in practice.
Adapter Pattern Tutorial
22,898views
This tutorial is aimed to guide the definition and application of adapter design pattern. By reading this tutorial, you will know how to develop a model for the adapter pattern, and how to apply it in practice.
How to Model Multi-Party Service in SoaML?
22,740views
- Define Interfaces in Service Interface Diagram
- Drawing Service Contract Diagram
- Specifying Multi-Party Choreography with Sequence Diagram
- Drawing Service Participant Diagram
Define custom implementations for ORM Persistable class
22,406views
- Create ORM Implementation class
- Implement ORM Implementation class
- Define and test ORM application with sample data
State Pattern Tutorial
22,366views
This tutorial is aimed to guide the definition and application of state design pattern. By reading this tutorial, you will know how to develop a model for the state pattern, and how to apply it in practice.
How to Convert a Model Element to Another Type?
22,184views
- Principle behind model element type conversion
- Converting UML action to send-signal-action
Move Class to Library Project through Refactoring
22,162views
- Study class diagram
- Refactor library classes to library project