Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

diff mvc1 and mvc2
wahts is mean by servlet chaining?

Answer Posted / laxman

The response object from one servlet is passed as request to
another Servlet, this is called as Servlet Chaining.
the getServlet() method that is used in Servlet chaining is
deprecated and Sun's Javadoc specifies clearly that the business
logic to be shared by servlets to be put in a separate
non-servlet class. Also it would be good to put the
logic in separate class and just invoke the method
when required.
Cheers,
Gaya3

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is a class a subclass of itself?

1312


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!

1885


What are transaction attributes?

1157


What is Remote Server?

2253


Can I import same package/class twice? Will the jvm load the package twice at runtime?

1191


Can constructors be synchronized in java?

1174


Name the eight primitive java types.

1199


Where can I find seam examples and documentation?

1146


Why doesn’t the focus feature on the tag work in every circumstance?

1169


How would you reatach detached objects to a session when the same object has already been loaded into the session?

1260


What state does a thread enter when it terminates its processing?

1119


What is difference between object state and behavior?

1152


Why a client should be multithreading? Explain.

1133


What is a tasks priority and how is it used in scheduling?

1101


what are RemoteObjects?

2790