configuration files are used in Struts

configuration files are used in Struts

What configuration files are used in Struts?

View Answers

November 17, 2010 at 12:15 PM

Hi friends,

These two files are used to bridge the gap between the Controller and the Model.

1 : ApplicationResources.properties

2 : struts-config.xml

Thanks.









Related Tutorials/Questions & Answers:
configuration files are used in Struts
configuration files are used in Struts  What configuration files are used in Struts
Struts 2 configuration files
Struts 2 configuration files      ... Configuration File: Struts 2 uses the struts.xml file for configuring.... The struts data tag is used to display the dynamic data. The tag <s:property
Advertisements
configuration - Struts
class,ActionForm,Model in struts framework. What we will write in each.... Action class: An Action class in the struts application extends Struts...://www.roseindia.net/struts/understandingstruts_action_class.shtml http://www.roseindia.net
design patterns are used in Struts?
design patterns are used in Struts?  What design patterns are used in Struts
configuration files - Java Beginners
configuration files  i have to use configuration file in my program "listing of number of files and their modified time of directory",but problem... by user, tell me what exactly is this configuration file , what are its uses and how
Action Configuration - Struts
Action Configuration  I need a code for struts action configuration in XML
XML files used in Validator Framework?
XML files used in Validator Framework?  Give the Details of XML files used in Validator Framework
the Struts if being used in commercial purpose.
the Struts if being used in commercial purpose.  Do we need to pay the Struts if being used in commercial purpose
Necessary Jar and War files for struts - Struts
, what are d necessary jar war files for struts to run webapplication.  Necessary Jar files for struts: 1. struts-core-1.3.10.jar 2. struts...: struts-blank-1.3.10.war   Necessary Jar files for struts: 1. struts
if we have 2 struts-config files - Struts
, No we cannot have 2 struts-config.xml files. In one case we can use 2 struts-cofig.xml files with some minor change in the file name. i e we can use...if we have 2 struts-config files  if we have declared 2 struts
Struts Interview Questions
Struts Interview Questions       Question: Can I setup Apache Struts to use multiple configuration files? Answer: Yes Struts can use multiple configuration files. Here
Necessary Jar and War files for struts - Struts
Necessary Jar and War files for struts  Hi Friends, I am learning struts , i want to know wat r d necessary jar and war files... in lib directory and get all importaint jar files. Copy the struts-blank war file
can we use include files in struts.....? - Struts
can we use include files in struts.....?  hi, i have a doubt that whether we should not redirect from one jsp to another jsp directly using include r jsp:include directives. I heard that it is violation of struts rules if we
MVC design pattern used in Struts framework?
MVC design pattern used in Struts framework?  How is the MVC design pattern used in Struts framework
Struts 2 zero configuration,Struts 2 zero configuration Example
Struts 2 Zero Configuration This section discusses Struts 2 zero configuration feature with example. The Struts 2 zero configuration is another very.... There is no need to write xml configuration or property files. In order
in unix which command is used to create files
in unix which command is used to create files  in unix which command is used to create files   The cat command in UNIX can be used to create and display information from a file. Command to create a file % cat >
Writing Hibernate Configuration Files
Writing Hibernate Configuration Files In the previous section we completed.... In this section we will write required hibernate configuration files. For this tutorial we need following Hibernate configuration files: Hibernate Configuration
Writing Hibernate Configuration Files
Writing Hibernate Configuration Files   ... we will write required hibernate configuration files. For this tutorial we need following Hibernate configuration files:ADS_TO_REPLACE_1 Hibernate
Hibernate Configuration files
Hibernate Configuration files - Learn about the files in the Hibernate... the configuration files of Hibernate. As a beginner you should be aware of all... based applications. Following is the list of configuration files in Hibernate
Struts Console
visually edit Struts, Tiles and Validator configuration files. The Struts Console... for Struts 1.0 - 1.2 config files Full support for Tiles config files Full... Struts Console      
Developing JSP, Java and Configuration for Hello World Application
and required configuration files for our Struts 2 Hello World application. Now in struts 2 struts.xml is used to configure the applications. Understanding... data tag library of struts. The struts data tag is used to display the dynamic
Struts Tag:
Struts Tag:       bean:struts Tag -is used to create a new bean containing one of the standard Struts framework... of the specified Struts internal configuration object
Using several configuration resource files in one single application
Using several configuration resource files in one single application  How can I use several configuration resource files in one single application
Creating configuration files
Creating configuration files        For the application, we need two files in WEB-INF folder of the application in Tomcat. web.xml and  faces-config.xml file
Design Pattern used in Struts - Design concepts & design patterns
Design Pattern used in Struts  Can someone tell what is MVC2 Design Pattern??  Hi friend, Read for more information, http://www.javajazzup.com/issue3/page44.shtml
Hibernate Configuration
The configuration of Hibernate is handled by the instance... to the SQL database or database table. It is used to construct org.hibernate.SessionFactory . Various XML mapping files or Java Annotations compilation build
struts configuration give error like doctype root=null
struts configuration give error like doctype root=null  hi this is srinivas. i have problem in struts configurationfile. when ever i depoly... column 15: Document root element "struts-config", must match DOCTYPE root "null
files
/core/files/storeobjectsinFile.html
files
files  write a java program to calculate the time taken to read a given number of files. file names should be given at command line.   Hello Friend, Try the following code:ADS_TO_REPLACE_1 import java.io.*; import
struts
struts  why doc type is not manditory in struts configuration file
struts
struts  why doc type is not manditory in struts configuration file
struts
struts  why doc type is not manditory in struts configuration file
struts
struts  why doc type is not manditory in struts configuration file
struts - Struts
where struts-config.xml is used for deployment descripror for struts application. Struts-config.xml is used for making connection between view & controller...struts  hi, what is meant by struts-config.xml and wht are the tags
Multiple files upload code using spring mvc 2.0 with xml configuration without using annotations
Multiple files upload code using spring mvc 2.0 with xml configuration without using annotations  how to write code to attach multiple files and upload using spring mvc 2.o with xml configuration with out annotations? please
Struts
Struts   in struts I want two struts.xml files. Where u can specify that xml files location and which tag u specified
Struts Framework - Apache Struts Framework an Introduction
Struts Framework - Apache Struts Framework an Introduction Apache Struts is open source framework that implements the MVC Design pattern. Apache Struts Framework is used to develop enterprise web applications. The Struts framework
Struts 1.x Vs Struts 2.x
with an execute signature can be used as an Struts 2 Action object. 3. ... Struts 1.x Vs Struts 2.x      ... frameworks. Struts 2.x  is very simple as compared to struts 1.x,  few
STRUTS
STRUTS  1)Have you used struts tag libraries in your application? 2)What are the various types of tag libraries in struts? Elaborate each of them? 3)How can you implement custom tag libraries in your application
struts
struts  Hi, Here my quation is can i have more than one validation-rules.xml files in a struts application
Struts 2.0.0
of Apache Struts. Struts framework has been the most popular and widely used... configuration is needed.    Enhanced Struts 2 Tags Now Struts 2 Tags... Struts 2.0.0       The Struts 2.0.0
Struts
Struts   How to retrive data from database by using Struts
STRUTS
STRUTS  MAIN DIFFERENCES BETWEEN STRUTS 1 AND STRUTS 2
STRUTS
STRUTS  MAIN DIFFERENCES BETWEEN STRUTS 1 AND STRUTS 2
Struts
Struts  what is SwitchAction in struts
Struts
Struts  how to learn struts
How Struts Works
the container gets start, it reads the Struts Configuration files and loads... made by the client or by web browsers. In struts JavaServerPages (JSP) are used... Configuration files below. Second point is: It intercepts the HTTP request
STRUTS
STRUTS   Request context in struts? SendRedirect () and forward how to configure in struts-config.xml
struts - Struts
Struts dispatchaction vs lookupdispatchaction  What is struts dispatchaction and lookupdispatchaction? And they are used to combined what?   Hi,Please check easy to follow example at http://www.roseindia.net/struts
Struts 2 - History of Struts 2
Struts 2 History       Apache Struts is an open-source framework that is used for developing Java web application. Originally... taken over by the Apache Software Foundation in 2002. Struts have provided

Ads