代码之家  ›  专栏  ›  技术社区  ›  Alexandru Luchian

Spring3 JSR-286(portlets)文档

  •  3
  • Alexandru Luchian  · 技术社区  · 15 年前

    我知道 Spring 3 支架 JSR-286 (portlet版本“2.0”)。

    但是我找不到很多相关的文档。

    有人能分享一些关于这个的链接吗?

    谢谢您。

    2 回复  |  直到 12 年前
        2
  •  0
  •   Zack The Human Kunal    15 年前

    你可能会发现 Spring 3 API 有帮助,特别是 org.springframework.web.portlet.mvc Package . 在Interface Summary部分中列出了一些portlet 2.0接口,即:

    这应该足以让你开始。

    推荐文章