Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将 Tapestry 与 Primefaces 一起使用?我想知道,因为 primefaces 使用 xhtml 标签来构建网页。Tapestry 不使用 xhtml 而是拥有 *tml 文件格式。
有人知道吗?
好...
由于 Tapestry 实际上是 JSF 的替代 MVC 框架(您可以选择 JSF 或 Tapestry ,但不能同时选择两者),所以答案是否定的,您要么选择 JSF 作为 MVC 框架 + Primefaces 作为组件套件,要么选择 Tapestry 作为 MVC框架。
请参阅Java Server Faces 2.0 或 Tapestry 5.2?