Creating a modular web app?
        Posted  
        
            by Khou
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Khou
        
        
        
        Published on 2010-04-25T09:59:38Z
        Indexed on 
            2010/04/25
            10:03 UTC
        
        
        Read the original article
        Hit count: 317
        
If i was to design this application in modules (ie split a large app in smaller modular applications)

I might design it like this, is this correct?
MainApplicaionX
- the following 5 modules?
 
Company
Customer
Employee
Supplier
Banking
if Not How would you create this into a modular app?
© Stack Overflow or respective owner