Hi,
If I'm using the DAOFactory
pattern in my system, do I have to show these classes (DAOFactory, DAOXXImpl, etc) in the component and sequence diagram?
Cades book shows that the ServiceLocator pattern is being used and this class is shown in the Sequence / component.
Any suggestions / opinions on this?