In JSF MVC framework who is Model, View, and Controller?
|
While Jigar is entirely right, there are in reality basically two points of view (pun intented). In the big architectural picture, your own JSF code is the V: M - Business domain/Service layer (e.g. EJB/JPA/DAO) In the smaller developer picture, the architectural V is in turn dividable as follows: M - Entity So it's basically a M(MVC)C. This Hello World tutorial also illustrates it less or more. |
|||||||
|
|
M odel would be your V iew would be C ontroller will be Update, hope this picture helps more
|
|||||||||||
|
|
The faces servlet manages the faces lifecycle so in that sense it is the controller combined with your own code that may get called during each lifecycle phase |
|||
|
|
