Apache Struts 2 Documentation > Home > Guides > Contributors Guide > Requirements > Use Cases
Under Construction

The primary actors and their general goals

Actor Goal
Client (Browser) ...
Developer  
Framework (System)  
Container  
Extension (Plug In)  

Business Use Cases (end user applications)

Priority Actor Goal Story or Brief Issue ID
  Client Obtain Response Client can submit a request and receive a customized response.  
  Framework Execute Action A request can invoke a pluggable handler written as a server-side class.  
      ...  
         

Development Use Cases (application developers)

Priority Actor Goal Story or Brief Issue ID
  Developer Create Action How to create an Action class  
      ...  
         

Framework Use Cases (framework developers)

Priority Actor Goal Story or Brief Issue ID
  Developer Zero Configuration Scanning How we configure actions using conventions and annotations  
      ...  
         

See Also