Related Links
Software Achitecture
Detailed Information Flow
 
Mouse over elements to get a desription of how they interact.
User requests Web Page
 
Server responds with HTML
 
Server sends request to application
 
Server responds with HTML
 
Request is dispatched to appropriate action for processing.
 
HTML is dynamically created by script page
 
Action performs necessary tasks and forwards request to appropriate script page.
 
Insert, update, retrieve and delete business objects
 
Accesses database as necessary
 
Accesses database as necessary
 
Insert, update, retrieve and delete business objects