Integration of Java application with OpenCms

后端 未结 3 1806
暖寄归人
暖寄归人 2020-12-16 08:02

I want to know how to integrate a Java web application with OpenCms contents. Is it possible to integrate a Java application with OpenCms?

3条回答
  •  难免孤独
    2020-12-16 09:05

    Yes, it's possible. For example you can integrate SpringMVC or Struts into OpenCms, or other tools like JForum, an open source java forum, which also supports single-sign-on (SSO).

    You can find information here & a small sample OpenCms+Spring integration project:

    • http://www.opencms-wiki.org/wiki/Integration_HOWTOs

    Since OpenCms is open source and based on Java EE standards, you are pretty free.

提交回复
热议问题