- 浏览: 14374 次
- 性别:
- 来自: 深圳
最近访客 更多访客>>
文章分类
- 全部博客 (18)
- sdfsdfdsfdsf (0)
- 1a (0)
- 2a (0)
- 3a (0)
- aa (0)
- bb (0)
- 33 (0)
- 44 (0)
- 5a (0)
- 6a (0)
- 7a (0)
- 8a (0)
- LoginAction (1)
- s2_i18n2 (1)
- s2_i18n3 (1)
- s2_i18n4 (1)
- s2_i18n5 (1)
- index.jsp (0)
- language.jsp (0)
- result.jsp (0)
- web.xml (0)
- forward.jsp (0)
- applicationContext.xml (1)
- struts-config.xml (1)
- log4j.properties (1)
- ssh (1)
- SSh_Struts2_Test (1)
- struts2_i18n (1)
- i18n (1)
- struts-2.0.12 (1)
- lib1 (1)
- lib3 (1)
- BatchUpdate (0)
- 2012 (0)
- xinsheng (0)
- spring (0)
- chenting 09 (0)
- oracle 答案 (0)
- 平安(4) (0)
- 平安机试题 (0)
- Alarm! (0)
- thread pool--DatasourceSaveServiceImpl (0)
- thread pool--DefaultPersister (0)
- thread pool--TaskInfoSaveServiceImpl (0)
- thread pool--ThreadPoolHelper (0)
- ehcache.xml (0)
- framework-spring.xml (0)
- TblDsSource.hbm.xml (0)
- EMailInfo.hbm.xml (0)
- downloadAndUpload.jsp----downloadAndUpload.jsp (0)
- UploadAction (0)
- ImportExcelAndCreateService (0)
- null (0)
- start.sh (0)
- run.sh (0)
- jboss-4.2.3.GA\server\default\conf\jboss-log4j.xml (0)
- jboss-4.2.3.GA\server\default\deploy\jboss-web.deployer\server.xml (0)
- Cache (0)
- CacheFactory (0)
- MemoryCache (0)
- AbstractCache (0)
- CacheFactoryTest (0)
- IObjectCacheService (0)
- DsSourceObjectCacheServiceImpl (0)
- DSManager (0)
- DefaultQuery (0)
- AbstractObjectCacheFlushThread (0)
- CacheProvider (0)
- CacheProviderFactory (0)
- CastorXmlUtils (0)
- ConfigUtil (0)
- DsSource (0)
- EhCache (0)
- EhcacheObjectCache (0)
- EhCacheProvider (0)
- ExportUserOrgAction (0)
- HashMapObjectCache (0)
- ImportUserOrgAction (0)
- ImportUserOrgAction_1 (0)
- ImportUserOrgAction_2 (0)
- LoginAndChgPwdAction (0)
- ObjectCacheConst (0)
- ObjectCacheFactory (0)
- RbacCacheRefreshService (0)
- RbacCacheRefreshServlet (0)
- RbacDataCache (0)
- RBACRightManagerImpl (0)
- RightServiceImpl (0)
- ServerConfigBD (0)
- ServiceLayerThread (0)
- ServiceManager (0)
- ADATA 威刚 16GB MicroSDHC(TF) (0)
- 佛曰:笑着面对,不去埋怨。悠然,随心,随性,随缘。注定让一生改变的,只在百年后,那一朵花开的时间。 (0)
- 收件箱 (0)
- TimeUtils (0)
- TimeZoneHelper (0)
- UserObjectCacheFlushThread (0)
- UserObjectCacheManager (0)
- UserObjectCacheServiceImpl (0)
- VelocityUtil (0)
- AutoSubmitAction (0)
- CfgInfoObjectCacheServiceImpl (0)
- CommonColumnParser (0)
- CRV2TransitionAction (0)
- DataBuffer (0)
- DataSourceContextManager (0)
- 草稿箱 (0)
- boyan (0)
- 再谈Java反射机制(reflection) (0)
- 探索并发编程 (0)
- FormConfigObjectCacheImpl (0)
- LazyTargetValueTaker (0)
- MessageProcessor (0)
- Mos7100MessageProcessor (0)
- PersonalProfInfoCache (0)
- PersonProfileDAO (0)
- ProjectServiceObjectCacheServiceImpl (0)
- ResourceUtil (0)
- ResourceUtilObjectCacheServiceImpl (0)
- savecacheuser.jsp (0)
- taskcache.jsp (0)
- TasksCache (0)
- TblRuleActivityObjectCacheServiceImpl (0)
- thirdMenu (0)
- UserModuleBD (0)
- WFCommonFieldObjectCacheServiceImpl (0)
- WFStepObjectCacheServiceImpl (0)
- JAVA_HOME (0)
- XP (0)
- struts2.zip (0)
最新评论
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<struts-config>
<data-sources />
<form-beans >
<form-bean name="newsForm" type="com.aptech.accp.web.form.NewsForm" />
</form-beans>
<global-exceptions />
<global-forwards />
<action-mappings >
<action
attribute="newsForm"
input="/add.jsp"
name="newsForm"
parameter="op"
path="/news"
scope="request"
type="org.springframework.web.struts.DelegatingActionProxy">
<set-property property="cancellable" value="true" />
<forward name="success" path="/newsList.jsp" />
</action>
</action-mappings>
<message-resources parameter="com.aptech.accp.web.ApplicationResources" />
</struts-config>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<struts-config>
<data-sources />
<form-beans >
<form-bean name="newsForm" type="com.aptech.accp.web.form.NewsForm" />
</form-beans>
<global-exceptions />
<global-forwards />
<action-mappings >
<action
attribute="newsForm"
input="/add.jsp"
name="newsForm"
parameter="op"
path="/news"
scope="request"
type="org.springframework.web.struts.DelegatingActionProxy">
<set-property property="cancellable" value="true" />
<forward name="success" path="/newsList.jsp" />
</action>
</action-mappings>
<message-resources parameter="com.aptech.accp.web.ApplicationResources" />
</struts-config>
相关推荐
### Struts框架中struts-config.xml文件配置详解 #### 一、引言 在Java Web开发领域,Struts是一个非常重要的MVC(Model-View-Controller)框架,它极大地简化了Web应用程序的开发过程。而在Struts框架中,`struts...
### Struts struts-config.xml配置详解 #### 一、引言 在Java Web开发领域,Struts框架一直是构建MVC架构应用的重要工具之一。而`struts-config.xml`配置文件则是Struts应用的核心配置文件,它负责管理Struts应用中...
struts-config.xml struts标准配置文件 struts-config
Struts-config.xml 配置文件详解 Struts-config.xml 是 Struts 框架的主要配置文件,用于配置 Struts 应用程序的各种设置。在该文件中,可以配置数据源、Form Bean、Action 和插件等信息。下面是 Struts-config.xml...
Struts的配置文件通常命名为struts-config.xml,它是整个Struts应用的核心配置文件,通过定义一系列的XML元素来设定框架的不同功能和行为。下面将详细介绍struts-config.xml中8个主要配置元素的功能和使用方法。 1....
在 Struts 应用程序中,`struts-config.xml` 文件是核心配置文件,它定义了应用的行为、控制器(Actions)、数据源(Form Beans)以及视图(JSP 页面)之间的关系。本文将深入探讨 `struts-config.xml` 的主要元素和...
韩顺平视频配套struts-config.xml配置详解.txt
同时,Struts的配置文件(struts-config.xml或struts2的struts.xml)也需要进行相应的调整,引入Spring的插件和配置信息。 `springframework-license.txt`文件则包含了Spring框架的许可协议,它规定了软件的使用、...
SSH之Struts1之struts-config.xml常用配置详解(3-21-2008)
`struts-config.xml`是Struts框架的核心配置文件,它定义了应用程序的行为和组件之间的交互。这个文件的主要目的是提供一个集中式的配置点,用于设置数据源、表单bean、异常处理、动作映射等关键元素。以下是每个...
这个strut-config配置详解是韩顺平老师指定的 很多同学都看过韩老师的视频或者上过韩老师的课程吧
`struts-config.xml`是Struts框架的核心配置文件,它定义了应用程序的行为、请求映射、数据源等关键元素。这个配置文件位于Web应用的WEB-INF目录下,是开发者与Struts框架交互的主要方式。 **1. 框架组件配置** `...
Struts-config.xml是Struts框架的核心配置文件,用于定义应用程序的行为和组件间的交互。这个XML文件按照特定的结构和约定来组织,包含了多个主要元素,这些元素定义了数据源、表单bean、全局转发、动作映射、控制器...
使用Struts 1.3.8时,开发者需要配置web.xml和struts-config.xml,定义ActionServlet、Action、ActionForm等元素。此外,还需要编写ActionForm类,实现业务逻辑的Action类,以及使用JSP和Struts标签创建用户界面。 ...
在Struts框架中,`struts-config.xml`是核心配置文件,用于定义动作映射、数据源等关键组件。本篇文章将深入探讨如何在`struts-config.xml`中配置数据源,以及这在实际开发中的意义和作用。 数据源(DataSource)是...
Struts-config.xml文件是Struts框架的核心配置文件,它定义了应用程序的行为、数据源、ActionForm Bean等关键元素。以下是关于struts-config.xml文件配置的详细说明: 1. **数据源配置(Data Sources)**: - `...