diff mvc1 and mvc2
wahts is mean by servlet chaining?
Answer Posted / sandya
Application control is decentralized in Mvc1 architecture.
Since the next page to be displayed is determined by the
logic embedded in the current page. Decentralized
navigation control can cause headaches when requirements
keep changing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to deploy Jar, War files in J2EE?
What is the purpose of the wait(), notify(), and notifyall() methods?
What is the relationship between an event-listener interface and an event-adapter class?
Explain what is orm?
Why are my checkboxes not being set from on to off?
What is an abstract method?
the same information whether it will connect to the database or it will be used previous information?
Why are component architectures useful?
What are local interfaces? Describe.
Difference between loadclass and class.forname?
When a thread blocks on i/o?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is meant by method chaining?
Do I have to use jsps with my application?
What is the difference between the string and stringbuffer classes?