gpt4 book ai didi

java - 在没有 Spring MVC 的 portlet 中使用 Spring

转载 作者:行者123 更新时间:2023-11-30 11:58:07 25 4
gpt4 key购买 nike

有没有不使用 DispatcherPortlet 而用 spring 开发 portlet 的方法?我想为 UI 使用其他技术,主要是 Vaadin。 Spring 用于 DI 和其他东西。 Portlet端有没有类似ContextLoaderListener类的?

最佳答案

查看the Spring documentation : 你可以创建一个 ApplicationContext 如下:

ApplicationContext context =
new ClassPathXmlApplicationContext(new String[] {"services.xml", "daos.xml"});

引用类路径中的 xml 文件。

然后您可以通过调用 context.getBean("beanName") 获取 bean。不需要 Spring MVC。

关于java - 在没有 Spring MVC 的 portlet 中使用 Spring,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3369008/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com