Question : basic HMVC diagram

I'm trying to understand HVMC by diagramming a very basic hypothetical GUI app.

Image attached: does it look correct?
 
diagramed HMVC app attempt
323311
 

Answer : basic HMVC diagram

MVC is a key pattern for software development.  As you know, it means responsibilities are divided between the Model (the business rules), the View (the UI) and the Controller (the user actions).

I would change your design as shown in your diagram a bit to not go to the level of a Label.

Read more here:
http://www.javaworld.com/javaworld/jw-07-2000/jw-0721-hmvc.html
Random Solutions  
 
programming4us programming4us