Most Viewed Tutorials
How to Capture Ad-Hoc Ideas with Brainstorm Diagram?
27,842views
- Capture ideas using Brainstorm diagram
- Transform ideas into Business Process Diagram
Adapter Pattern Tutorial
27,637views
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.
Define custom implementations for ORM Persistable class
27,111views
- Create ORM Implementation class
- Implement ORM Implementation class
- Define and test ORM application with sample data
How to Generate Redshift Database from ERD?
27,042views
- Design Redshift database with ERD
- Generate database
Strategy Pattern Tutorial
26,879views
This tutorial is aimed to guide the definition and application of strategy design pattern. By reading this tutorial, you will know how to develop a model for the strategy pattern, and how to apply it in practice.
Facade Pattern Tutorial
26,708views
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.
How to Model Multi-Party Service in SoaML?
25,946views
- Define Interfaces in Service Interface Diagram
- Drawing Service Contract Diagram
- Specifying Multi-Party Choreography with Sequence Diagram
- Drawing Service Participant Diagram
State Pattern Tutorial
25,754views
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.
Move Class to Library Project through Refactoring
25,469views
- Study class diagram
- Refactor library classes to library project