Spring类中调用小程序

发布于 2024-09-06 09:45:38 字数 26 浏览 1 评论 0原文

如何在Spring控件类中调用小程序?

how to call a applet in spring control class?

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

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

发布评论

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

评论(1

仲春光 2024-09-13 09:45:38

Spring 主要用于服务器端,而小程序则用于客户端。因此,我假设有两种情况:

  • 您想在小程序中使用 spring - 然后只需发送 spring jar,applicationContext.xml 并开始实例化 ClassPathXmlApplicationContext例如。

  • 在服务器端重用 Applet 的功能 - 在这种情况下,将该功能移至辅助类,并将其导入到 Applet 和 spring bean 中。

Spring is mostly used on server-side, and applets - on client side. So I'd assume two scenarios:

  • you want to use spring in your applet - then simply ship the spring jars, the applicationContext.xml and start with instantiating ClassPathXmlApplicationContext for example.

  • you want to reuse functionality from an applet on the server side - in that case move that functionality to a helper class, and import it in both the applet and the spring beans.

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