N-Tiered application design tool

Posted by Ben V on Stack Overflow See other posts from Stack Overflow or by Ben V
Published on 2010-04-21T15:41:15Z Indexed on 2010/04/21 16:03 UTC
Read the original article Hit count: 337

I'm beginning the design of a medium-sized web application. I usually like to design from the top down, i.e., start at the highest level and design my way down. I am planning to have the following layers:

  • Presentation (PHP/Ajax)
  • Business Logic
  • Data Access
  • Database

Now I'd like to start sketching out the major objects in each layer and the interaction between layers. Is there a tool more specific to this purpose than just using a graphics/diagramming tool like Visio?

© Stack Overflow or respective owner

Related posts about application-design

Related posts about object-oriented-design