But, how can I use MVC pattern in JSF technology ?
I think project without mvc pattern can not scale.
Type: Posts; User: murat; Keyword(s):
But, how can I use MVC pattern in JSF technology ?
I think project without mvc pattern can not scale.
Normally, I am using @Controller and similar annotations for developing controller.
In the controller, I able to return jsp page with my models and jsp render its succesfully.
In this...
Hi, I am developing project which is middle scale web application.
I am using spring mvc in one project and java server face in the other project.
But, I want to combine both project into one...