Free J2EE Design Patterns: The Presentation Layer Patterns: Model-View-Controller Tutorial


(Page 1 of 4 )In any application, it is the presentation that matters most to the end user. The usability of software depends heavily on the User Interface or Presentation Layer in the case of J2EE. Since it is the Presentation Layer that presents the UI to the user, the solutions for recurring problems have to be standard. That is where Presentation Layer Design Patterns come into the picture.One of the major concerns with the web applications is the separation between the logics tha 
continue >>

Tags:

Add A Comment