|
Hi, the javabeans are classes, I would do the diagram of classes and diagram of sequence.
You can do that:
To the classes set them a Stereotype <<JavaBean>> and each class of your model are a JavaBean, and don't write the gets ,sets and constructor,
only write the business operations
|