问题标签 [struts2-spring-plugin]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
struts2 - Struts2 注册 DebuggingInterceptor 失败
真的需要帮助。我使用 Struts2 (2.3.4) + Spring (3.0.5) + Tomcat (7.0) + Spring Tool Suite (STS 3.1)。当我在 STS 中启动 Tomcat 时,出现了一个错误。
我检查了struts-default.xml 141 115,如下:
web.xml 见下文:
我在 STS 3.1 中通过 Maven (3.0.4) 构建项目,pom 如下所示:
我试图寻找原因,发现大部分是由于缺少 FreemarkerManager 导致的 ERROR。但是,这不是我的答案。
spring - Struts2 依赖注入
我目前正在使用带有 Struts2-spring 插件的 Struts2 创建 Web 应用程序。
这是我的 applicationContext.xml 的片段
这是我的 AccountAuthenticationManager 类
正如您在我们的映射中看到的那样,我们正在注入类authenticateLoginService
内部AccountAuthenticationManager
。我们甚至提供了 setter 和 getter, authenticateLoginService
但是正如您所看到的,当我们运行返回 null 的
authenticate(Authentication auth)
方法时,authenticationLoginService
我们不知道为什么会发生这种情况。请注意 AccountAuthenticationManager 不是 Struts Action
我们目前正在使用 struts2-spring 插件和 spring security。
spring - Struts2+Spring3+Tiles3
我想将图块 3 集成到我的 web 应用程序 spring3+struts2+hibernate,但我不知道要开始。我看到的所有示例都仅使用带有瓷砖的 struts2,没有集成 spring。
java - 请教是不是从struts 2中调用action?
下面我在 aop.xml 中定义了方面
我的自定义方面定义如下
现在,当我从 struts 2 操作调用任何服务方法时,不会调用 myAdvice。一切都适用于我的遗留动作,但不适用于 struts 2 动作(仅供参考,我正在使用 struts2 spring 插件 jar)。我不是struts 2有什么问题吗?
java - Struts 2,Spring Plugin + Shiro 集成:自动装配问题
我对 Struts2(2.3.15.1) Spring 插件有疑问。我使用 Shiro 来保证安全性,并使用 Annotations 对其进行配置。代码如下所示:
在这种情况下,UserDAO 不会注入到 Action。但是如果我注释掉字符串“@RequiresRoles(ROLE_DATA_OPERATOR)” - UserDAO 被注入到 Action。
这里可能是什么问题?
我的 ApplicationContext conf 如下所示:
用户道:
java - @autowired 不适用于 struts2 + spring
我想制作一个基于struts2 和spring 的web 应用程序。首先,我测试了@Autowired 是否在struts2 上工作。但事实并非如此,dataSource 为空。我不知道如何解决它。请给我一个信息。
HelloWorld.java
应用程序上下文.xml
web.xml
struts.xml
spring - struts 2 spring plugin - spring version
When using the spring plugin for struts 2, is it possible to use the latest version of spring or are you stuck with the version referenced in the plugin? For example in my project I am using struts 2.3.16.3 and its spring plugin automatically uses spring 3.0.5 . So if I add spring 4.1 to my pom as a dependency then there are multiple versions of spring added to the classpath.
spring - java.lang.IncompatibleClassChangeError 与 Struts2 和 spring 集成
我正在尝试将 Spring 4.0.6 集成到 struts 2.3.1.2 应用程序中。这是Maven POM:
这是 struts.xml 的相关部分:
最后这是spring applicationContext.xml:
我正在尝试使用 Spring 注释配置服务层,但我遇到了这个启动异常:
也许 struts2-spring 插件与 spring 4.0.6 不兼容??我错过了什么?
spring - 如何使用带有注释映射的Action类的struts-spring插件配置struts约定插件
我正在尝试使用已经使用约定插件运行的 strut 2 应用程序配置 spring 插件,因此我正在使用注释。我正在使用 ExtJs 提交表单,在我引入 spring 插件之前,它最初运行良好,现在 ajax 请求无法找到操作,并且在 firebug 中没有显示任何响应。
pom.xml
struts.xml
web.xml
应用程序上下文.xml
动作类
Ajax 请求萤火虫报告,XML 选项卡
我的问题是如何配置 struts-spring 插件以使用带有注释的 struts 约定插件。
spring - 使用动作类加载索引页面的Struts2 spring集成错误
请帮助我解决 Struts2 和 spring 集成的这个错误,我使用 jboss 服务器,并使用 build.properties 和 build.xml 文件 web.xml
struts.xml
应用程序上下文.xml