java ee - Why to use jsp:forward -


as per personal opinion, jsp display output. , separated java class (say servlet/action etc) writing rest programming logic. java code may require on jsp page display output correctly.

writing code on jsp processing purpose redirecting jsp, useful if jsp has features other java classes/servlet/action dont have.

please tell me real time applications should use jsp:forward.

as per personal opinion, jsp has no features other java classes/servlet/action don't have.

a jsp servlet in disguise.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -