Link to home
Start Free TrialLog in
Avatar of gudii9
gudii9Flag for United States of America

asked on

MVC1 MVC2

HI,
I was reading about Struts and in that context about MVC Design 1 and MVC Design 2. I have not clearly understood the differences, uses, advantages, disadvantages, practical appliction of each design.
Please advise.Any ideas, suggestions, sample code, links, source code highly appreciated. Thanks in advance
MVC1MVC2.JPG
ASKER CERTIFIED SOLUTION
Avatar of krishna kishore mellacheruvu venkata
krishna kishore mellacheruvu venkata
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gudii9

ASKER

Can you please elaborate following
>>>is determined either by hyperlinks selected in the source document or by request parameters
How request paramenters influence next view


>>>design guideline Section 4.2.6.8 on page 89

Can you please send link for above guideline

>>>often encapsulates incoming data into a form usable by the back-end MVC model


How incoming data into form, not clear to me.

>>>directly accessing Web-tier JSP pages

What is web tier here. Does servlets also come under web tier apart from JSPs.
>>>choosing the next page to display occurs in scriptlet code

does choosing next page within scriptlet is possible

Please advise