Tuesday, November 29, 2011

How you will save the data across different pages for a particular client request usingStruts

Several ways. The similar to the ways session tracking is enabled. Using cookies, URL-rewriting, SSLSession, and possibilty threw in the database.:1)URL Rewriting: Send data in query string as url?name1=value1&name2=value2
Category:Struts Interview Questions

No comments:

Post a Comment