使用 Grails 创建模块(独立 Web 应用程序)以嵌入 PHP 站点

发布于 2024-12-29 21:13:40 字数 103 浏览 1 评论 0原文

我想创建一个模块(个人文件柜)来嵌入现有的 PHP 网站。我还想使用 Grails 创建它,以便在其他项目中使用。是否有某种模式可以创建独立的 Web 应用程序以轻松地将其嵌入到现成的网站中?

I want to create a module (personal cabinet) to embed in an existing PHP site. I also want to create it using Grails, to use in other projects. Is there some pattern for creating standalone web applications to easily embed it in ready site?

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

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

发布评论

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

评论(1

羞稚 2025-01-05 21:13:40

将一个网站嵌入到另一个网站而不编写特定于网站的界面的最常见方法是使用 iFrame。

作为替代方案,我建议为嵌入式站点制作一个 REST API,然后每个嵌入站点都可以使用该 API 来集成它。

The most common way to embed one site within another without coding a site-specific interface is to use an iFrame.

As an alternative, I would suggest making a REST API for the embedded site and then each embedding site can use the API to integrate it.

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