View Single Post
  #2 (permalink)  
Old 07-06-2007, 05:17 PM
Eric Eric is offline
Senior Member
 
Join Date: Jun 2007
Posts: 111
Eric is on a distinguished road
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
Reply With Quote