why jsf is better than struts ?
Posted
by MemoryLeak
on Stack Overflow
See other posts from Stack Overflow
or by MemoryLeak
Published on 2010-05-14T02:42:56Z
Indexed on
2010/05/14
13:34 UTC
Read the original article
Hit count: 231
someone said to me that jsf is better to share information within context, but struts 1.1 can't. In JSR168, if we need to develop a portlet, share information in context is critical. so jsf is better option.
so what is share information within context ? Does that mean that different application deployed in the same container can share date ? Or what other means ?
© Stack Overflow or respective owner