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
What do you need to set-up a cluster with jboss?
Can I run seam with jdk 1.4 and earlier?
Why are some of the class and element names counter-intuitive?
What is abstract schema?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
How are commas used in the intialization and iteration parts of a for statement?
Which component handles cluster communication in jboss?
Difference between new operator and class.forname().newinstance()?
Define the remote object implementation?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What is the difference between session and entity beans?
What are local interfaces? Describe.
What is local interface. How values will be passed?
What is a modular application?