Web 应用程序与其他应用程序集成

发布于 2024-11-26 15:11:07 字数 393 浏览 2 评论 0原文

我有一个需要

  1. 博客
  2. 论坛
  3. 聊天支持等的

网络应用程序现在我的网络应用程序具有不同的功能,但以上这些是我们与我们的应用程序集成提供的附加增值服务。

我不想为他们编写应用程序,而是使用标准应用程序,例如用于博客的 WordPress、用于论坛的 phpBB、用于实时聊天支持的 Crafty。

有什么方法可以让我使用通用数据库和接口通过集成在 Web 应用程序中提供此类功能。

通常,我希望当用户 A 在我的应用程序中注册时,他也将成为所有其他应用程序的用户,并且可以通过公共登录和访问来访问所有功能。会议。

注意:我的应用程序是使用java、struts2、spring等开发的,而这些应用程序大多是用php编写的。

I have a web application that requires

  1. Blog
  2. Forum
  3. Chat support etc

Now my web application have different functionality but these above are additional value added services that we provide integrated with our application.

I do not want to write application for them but rather use standard application like wordpress for blog, phpBB for forum, crafty for live chat support.

Is there any way in which I have use common database and interface to provide such functionality with-in an web application via integration.

Typically I want when user A is registered in my app, he will be a user for all the other applications also and can access all functionality with common log in & session.

Note: My application is developed using java, struts2, spring etc while these apps are in php mostly.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光清浅 2024-12-03 15:11:07

您可以为 PHPBB 论坛安装 PHPBB 聊天插件,然后使用 WordPress 插件将 PHPBB 与 WordPress 集成。与 PHPBB 论坛集成的 WordPress 插件很少。

如果您不限于 PHPBB,您会发现许多 WordPress 插件可以与不同的基于 PHP 的论坛集成,例如 mybb、pressbb 等。
这样您就可以将所有三个组件集成在一起。

You can install a PHPBB chat plugin for the PHPBB forum, and then integrate the PHPBB with wordpress, using wordpress plugin. There are few wordpress plugins to integrate with PHPBB forum.

If you are not limited to PHPBB, you will find many wordpress plugins to integrate with different PHP based forums, such as mybb, pressbb etc.
This way you can integrate all three components together.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文