This post originated from an RSS feed registered with Java Buzz
by Paul Kilroy.
Original Post: Still no Dynamic Forwards in Struts 1.2.1?
Feed Title: The Frustrated Programmer
Feed URL: http://liberty.phpwebhosting.com/404.html
Feed Description: The problems I encounter on a daily basis, blogged for posterity. All content will be original, contain poor grammar and a few mispellings.
It not pretty, but in large web applications, you need to pass around data in the URL from time to time. Usually it has to do with passing something about the state of the application. Its either this or put it in the session. I don't like the session because:
Everything you put in the session can bog down performance if you need to replicate your session for failover. Its too hard to keep