|
We write a controller class library which our desktop and web UI shares (as they do fairly similar jobs). This controls communication to our web services, saving us having to write the same code for both apps.
The problem is, the application diagram tool doesn't support class libraries. So now I've diagrammed my software architecture, what happens when I put this controller class library into my source?
Is the application diagram smart enough to handle this intermediary class between it and the web services? Do all my applications get disconnected on the diagram, breaking the deployment checking functionality?
Any ideas appreciated.
Kerry |