3

We research the possibility to migrate from a classic ASP to Java-based Web Application (namely JavaServer Faces 2.0).The old ASP application make use of XSLT to render basic UI components und we would like to keep using of the most of XSL stylesheets. We would like to use Cocoon for implementing xml pipelines.

Has somebody practical experience with marrying JSF and Cocoon? Are there any other similar frameworks for XML publishing?

4

1 回答 1

0

看看ReXSL,它类似于 Cocoon,但要简单得多。它是一个 MVC 框架,其中 Model 是 JAXB 注释的 POJO,View 是 XSL 样式表,而 Controller 是 JAX-RS 资源。

于 2012-04-12T04:21:36.017 回答