Someone said to me that JSF is better at sharing information within the context, but Struts 1.1 can't.
In JSR168, If we need to develop a Portlet then sharing information in the context is critical. Therefore,JSF seems to be the better option.
My question is what is sharing information within context?
Does that mean that different application deployed in the same container can share date?
Or what other means?