在这个初学者的 JSF教程中
第 1.1 节说:
JSF UI components and their state are represented on the server with a defined life-cycle of the UI components.
但是在下面的示例中,我看不到 UI 组件的状态是如何由服务器管理的?该示例看起来像一个标准 servlet jsp 示例减去 servlet 映射。
我的另一个问题是,在示例中,我们直接访问 jsp。这是在 JSF 中做的标准事情,而不是使用 servlet 映射吗?