- 浏览: 387451 次
- 性别:
- 来自: 合肥
文章分类
- 全部博客 (314)
- java (132)
- 生活 (13)
- javase模式 (6)
- weblogic (4)
- jquery (5)
- sql (21)
- ecside (1)
- el (3)
- css (5)
- spring (7)
- ireport (2)
- linux (14)
- struts2 (2)
- jstl (1)
- rmi (1)
- rose (9)
- js (6)
- swing (4)
- webservice (1)
- jboss (1)
- ejb3 (2)
- xml (1)
- 线程 (9)
- socket (3)
- jms (2)
- tomcat (10)
- 领域驱动 (3)
- json (3)
- 权限 (2)
- jvm (1)
- 书籍 (1)
- eclipse RCP (0)
- 数据库设计 (10)
- 软件分析建模 (5)
- 分析建模 (3)
- hibernate jpa (5)
- Java 获取系统信息,包括CPU使用率、硬盘大小、网卡状态、系统信息等 (1)
- 项目管理 (2)
- 财务 (0)
- oracle (2)
- 需求 (2)
- rcp gef (0)
- c++ (1)
- hadoop (2)
- BIGDATA (3)
- c (6)
最新评论
-
lh_kevin:
...
jpa 注解 -
一别梦心:
你好,我也遇到此问题了。就你贴的那段代码,你说了两种解决方式, ...
Hibernate的Antlr在Weblogic中产生Jar冲突的历史缘故以及解决办法 -
fireinjava:
...
el表达式 -
宋建勇:
...
JSON: property "xxx" has no getter method in class "..." -
handawei:
有道理,jpa是orm框架的java标准,它关注的是对象到关系 ...
jpa 注解
The default implementation determines a bean name from the 4. * given ActionMapping and looks up the corresponding bean in the 5. * WebApplicationContext. 6. * @param mapping the Struts ActionMapping 7. * @return the delegate Action 8. * @throws BeansException if thrown by WebApplicationContext methods 9. * @see #determineActionBeanName 10. */ 11. protected Action getDelegateAction(ActionMapping mapping); throws BeansException { 12. WebApplicationContext wac = getWebApplicationContext(getServlet();, mapping.getModuleConfig(););; 13. String beanName = determineActionBeanName(mapping);; 14. return (Action); wac.getBean(beanName, Action.class);; 15. } 16. 17. /** 18. * Fetch ContextLoaderPlugIn's WebApplicationContext from the 19. * ServletContext, containing the Struts Action beans to delegate to. 20. * @param actionServlet the associated ActionServlet 21. * @param moduleConfig the associated ModuleConfig 22. * @return the WebApplicationContext 23. * @throws IllegalStateException if no WebApplicationContext could be found 24. * @see DelegatingActionUtils#getRequiredWebApplicationContext 25. * @see ContextLoaderPlugIn#SERVLET_CONTEXT_PREFIX 26. */ 27. protected WebApplicationContext getWebApplicationContext( 28. ActionServlet actionServlet, ModuleConfig moduleConfig); throws IllegalStateException { 29. return DelegatingActionUtils.getRequiredWebApplicationContext(actionServlet, moduleConfig);; 30. } /** * Return the delegate Action for the given mapping. *
The default implementation determines a bean name from the * given ActionMapping and looks up the corresponding bean in the * WebApplicationContext. * @param mapping the Struts ActionMapping * @return the delegate Action * @throws BeansException if thrown by WebApplicationContext methods * @see #determineActionBeanName */ protected Action getDelegateAction(ActionMapping mapping); throws BeansException { WebApplicationContext wac = getWebApplicationContext(getServlet();, mapping.getModuleConfig(););; String beanName = determineActionBeanName(mapping);; return (Action); wac.getBean(beanName, Action.class);; } /** * Fetch ContextLoaderPlugIn's WebApplicationContext from the * ServletContext, containing the Struts Action beans to delegate to. * @param actionServlet the associated ActionServlet * @param moduleConfig the associated ModuleConfig * @return the WebApplicationContext * @throws IllegalStateException if no WebApplicationContext could be found * @see DelegatingActionUtils#getRequiredWebApplicationContext * @see ContextLoaderPlugIn#SERVLET_CONTEXT_PREFIX */ protected WebApplicationContext getWebApplicationContext( ActionServlet actionServlet, ModuleConfig moduleConfig); throws IllegalStateException { return DelegatingActionUtils.getRequiredWebApplicationContext(actionServlet, moduleConfig);; } 仔细看其中的取wac的代码,它并不是从WebApplicationContext.ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE取的wac。 由此,我相信,除了robbin讲的修改源码以外,同时使用ContextLoaderListener和ContextLoaderPlugIn,但是不要在ContextLoaderPlugIn里面加入applicationContext.xml,只要加入你的action-servlet.xml,我相信,同样也可以非常流畅的使用OpenSessionInView
发表评论
-
字符串,Volatile
2013-03-18 12:01 1126转载:http://www.ibm.com/de ... -
qian rushi
2012-12-01 10:13 0唐攀,华清远见高级研 ... -
110道 C语言 题目 超经典中的经典
2012-10-21 08:57 0... -
LOG4J
2012-08-07 10:34 1039long4j配置 转载:http://www.iteye. ... -
jpa 注解
2011-12-20 09:23 11831转:http://blog.csdn.net/gdweijin ... -
jna
2011-11-29 17:28 1532... -
eclipse设置
2011-11-16 08:45 867转:http://www.iteye.com/topic/11 ... -
深入分析 Java I/O 的工作机制
2011-11-14 08:57 891... -
java获得计算机信息
2011-10-29 13:03 1370采用singar.jar实现,需要将sigar-x86-win ... -
java内存机制
2011-10-24 13:01 1281转. Java内存机制详解 Ja ... -
缓存技术
2011-09-27 13:28 817一个培训的ppt,是介绍缓存知识的。有兴趣的可以参考:缓存技术 ... -
单点登录
2011-09-26 08:37 1599了解单点登录:: 可以使 ... -
继承和组合的关系
2011-08-18 09:17 911个人工作的感触: 首先框架的编写是难度很大,而工具 ... -
导入导出,创建databaselink
2011-08-10 15:56 2135pl/sql导出表结构和表 ... -
小结一下
2011-08-04 10:20 872觉得程序层面上是:数据类型(int long string) ... -
分析建模
2011-07-17 20:13 868系统建模与分析。 -
Java浮点数的精确计算
2011-06-27 16:10 993... -
异常系统
2011-05-31 17:19 714http://www.iteye.com/topic/7217 ... -
权限管理
2011-01-27 09:30 1339... -
jvisualvm
2011-01-11 21:09 915可以查看远程 本地的jvm 有两种方式 jmx jstatd ...
相关推荐
HP OpenView 网管系统详细说明 HP OpenView 是一款功能强大且灵活的网管系统,能够满足企业对网络管理的需求。下面是 HP OpenView 的主要特点和功能: 网管工具支持领域广泛 HP OpenView 网管工具可以涉及到系统...
### HP OpenView 的安装知识点详解 #### 一、安装概述 HP OpenView Network Node Manager (NNM) 是一款用于监控和管理企业网络的强大工具。它能够帮助IT管理人员实时监测网络设备的状态,及时发现并解决问题,确保...
《HP OpenView 日常维护手册》是一份详细指导IT管理员如何进行HP OpenView系统日常运维的重要文档。HP OpenView是一款广泛应用于企业级网络管理和监控的软件,它提供了全面的IT基础设施管理解决方案,包括网络设备、...
HP OpenView Family是一系列全面的IT管理解决方案,专为企业在网络管理和服务交付方面面临的挑战而设计。这个家族包括多个组件,旨在帮助企业实现IT部门从内部支持向提供高质量、高可用性、安全的电子服务的转型。 ...
OpenView 是惠普开发的一套全面的网络管理和监控软件,旨在帮助信息部门负责人全面了解和控制网络运行状态。OpenView 包含多个组件,其中两个关键的组件是 NNM(Network Node Manager)和 OVOP(OpenView Operations...
HP OpenView作为惠普公司推出的一系列网络管理和系统管理产品,为用户提供了身份管理解决方案,其中包括客户管理、访问控制管理、隐私管理和联邦管理等方面的产品。 客户管理主要是指企业如何管理和维护与客户相关...
集成 HP OpenView 报告器 *NNM_OVReporter_Integration.pdf 使用 HP OpenView 网络节点管理器管理网络 *Managing_Your_Network.pdf 安装快速入门 *Installation_Guide.pdf 创建和使用注册文件 *Creating_and_...
HP OpenView 网络管理(NNM)是一款先进的网络监控和管理软件,由惠普公司开发,旨在帮助网络管理员实现高效、集中的网络管理。本文将深入解析HP OpenView NNM的核心概念、功能以及使用策略,以促进对其全面理解和...
### HP OpenView 产品套件介绍 #### 一、HP OpenView 概述 HP OpenView 是一套由惠普公司研发的企业级IT管理解决方案。它旨在帮助组织更好地管理和监控其IT环境,确保业务的连续性并提高整体效率。OpenView 的核心...
《HP Openview Data Protector》是惠普公司推出的一款企业级数据保护软件,它为企业提供了全面、灵活且高效的数据备份和恢复解决方案。本手册主要针对该软件的维护与使用进行详细阐述,旨在帮助管理员更好地管理和...
hp openview中文资料教程下载hp openview中文资料教程下载hp openview中文资料教程下载
### HP-OPENVIEW NNM管理员手册关键知识点解析 #### 一、概述 《HP-OPENVIEW NNM管理员手册》是一部详尽介绍了网络性能管理的重要工具——NNM(Network Node Manager)的指南。它不仅包含了基本的安装流程、简单的...
【HP OpenView】是惠普公司推出的一款强大的IT管理软件,它在平安保险的信息化进程中起到了关键作用。HP OpenView的主要特点是能够集中管理和监控异构的分布式环境,这对于像平安保险这样的大型企业至关重要,因为...
HP_OpenView_NNM实现网络管理参考 HP OpenView NNM是HP公司开发的一款功能强大、技术先进的网络管理软件,广泛应用于全球网管领域。该软件能够对局域网或广域网中的每一个环节中的关键网络设备及主机部件进行实时...
【HP Openview 网管建设方案建议书】 在当今高度依赖信息技术的环境中,网络管理是确保企业稳定运行的关键因素。HP OpenView 是一个全面的网络管理系统,旨在满足客户对于高效、可靠且易于扩展的网络管理的需求。本...
### Openview NNM管理知识点详解 #### 一、Openview NNM管理概述 - **HP Openview NNM**(Network Node Manager)是一款由Hewlett-Packard开发的强大网络管理工具,用于集中监控和管理企业级网络环境。它通过提供...