Hi,
I have designed a web app as given below.
The application has a
servlet to which all the requests are passed. Whenever a new action is performedon the web page, i call the same servlet with a different querystring. Thus the query
string to the servlet identifies the various actions.
From the servlet, i retrieve the query string and based on the queryString i perform some operations and forward it to a
JSP for display.
For EX:
Initially i had very few actions to perform. so these if statements were okay, now since the app is expanding i cant afford to have a if -else if statements.
Kindly provide a solution.
Regards,
mahesh