<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>xml config file - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/xml-config-file/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/xml-config-file/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Sat, 11 Sep 2021 11:42:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>xml config file - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/xml-config-file/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Explain the struts-configuration file ?</title>
		<link>https://www.wikitechy.com/interview-questions/java/explain-the-struts-configuration-file/</link>
					<comments>https://www.wikitechy.com/interview-questions/java/explain-the-struts-configuration-file/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Tue, 13 Jul 2021 23:06:43 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[Applied Materials interview questions and answers]]></category>
		<category><![CDATA[Atos interview questions and answers]]></category>
		<category><![CDATA[Capgemini interview questions and answers]]></category>
		<category><![CDATA[CASTING NETWORKS INDIA PVT LIMITED interview questions and answers]]></category>
		<category><![CDATA[CGI Group Inc interview questions and answers]]></category>
		<category><![CDATA[Chetu interview questions and answers]]></category>
		<category><![CDATA[Ciena Corporation interview questions and answers]]></category>
		<category><![CDATA[Collabera Technologies interview questions and answers]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[FIS Global Business Solutions India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Flipkart interview questions and answers]]></category>
		<category><![CDATA[IBM interview questions and answers]]></category>
		<category><![CDATA[Indecomm Global Services interview questions and answers]]></category>
		<category><![CDATA[Infosys Technologies interview questions and answers]]></category>
		<category><![CDATA[java application config file]]></category>
		<category><![CDATA[java xml configuration file example]]></category>
		<category><![CDATA[L&T Infotech interview questions and answers]]></category>
		<category><![CDATA[Mphasis interview questions and answers]]></category>
		<category><![CDATA[NetApp interview questions and answers]]></category>
		<category><![CDATA[Oracle Corporation interview questions and answers]]></category>
		<category><![CDATA[PeopleStrong interview questions and answers]]></category>
		<category><![CDATA[Persistent Systems interview questions and answers]]></category>
		<category><![CDATA[RBS India De interview questions and answers]]></category>
		<category><![CDATA[Reliance Industries Ltd interview questions and answers]]></category>
		<category><![CDATA[SAP Labs India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[struts 2 configuration]]></category>
		<category><![CDATA[struts config]]></category>
		<category><![CDATA[struts config action]]></category>
		<category><![CDATA[struts config example]]></category>
		<category><![CDATA[struts config xml explanation]]></category>
		<category><![CDATA[struts configuration file]]></category>
		<category><![CDATA[struts configuration file example]]></category>
		<category><![CDATA[struts configuration file supports abstraction]]></category>
		<category><![CDATA[struts configuration file supports inheritance]]></category>
		<category><![CDATA[struts properties file]]></category>
		<category><![CDATA[struts-config.xml action mapping example]]></category>
		<category><![CDATA[struts-config.xml example]]></category>
		<category><![CDATA[struts-config.xml file explanation]]></category>
		<category><![CDATA[struts2 config]]></category>
		<category><![CDATA[Tech Mahindra interview questions and answers]]></category>
		<category><![CDATA[UnitedHealth Group interview questions and answers]]></category>
		<category><![CDATA[validate false in struts config xml]]></category>
		<category><![CDATA[Virtusa Consulting Services Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Wells Fargo interview questions and answers]]></category>
		<category><![CDATA[Wipro Infotech interview questions and answers]]></category>
		<category><![CDATA[xml config file]]></category>
		<category><![CDATA[xml config file example]]></category>
		<category><![CDATA[xml configuration file]]></category>
		<category><![CDATA[xml configuration file java]]></category>
		<category><![CDATA[Zoho Interview Questions and Answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=623</guid>

					<description><![CDATA[Answer : The struts-config.xml configuration file is a link...]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="explain-the-struts-configuration-file" class="color-pink" style="text-align: justify;">Explain the struts-configuration file ?</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>The struts-config.xml configuration file is a link between the View and Model components in the Web Client.</li>
<li>It plays an important role in building both Controller components and Application-specific configurations.</li>
<li>In Web NMS, this file is created specific to every application in the format as &lt;module&gt;-struts-config.xml.</li>
</ul>
</div>
</div>
<p style="text-align: justify;">The configuration file basically contains three main elements :</p>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>&lt;form-beans&gt;</li>
<li>&lt;global-forwards&gt;</li>
<li>&lt;action-mappings&gt;</li>
</ul>
</div>
</div>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="the-struts-config-xml-file" class="color-purple">The Struts-config.xml File</h2>
</div>
</div>
<p style="text-align: justify;">The elements of the <b>&lt;module&gt;-struts-config.xml</b> file and their usage are described for an example module such as &#8220;fault&#8221;.</p>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="struts-config" class="color-green">struts-config</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Is the root node of the configuration file.</li>
</ul>
</div>
</div>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="form-beans" class="color-green">form-beans</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>The Form beans create ActionForm instances at runtime.</li>
<li>The details of each form bean are provided in the <b>&lt;form-bean&gt;</b> element.</li>
<li>The <b>&lt;form-property&gt;</b> elements within the form bean contain the property names and the property types of the form bean.</li>
</ul>
</div>
</div>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="global-forwards" class="color-green">global forwards</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>This section maps a page on your webapp to a name.</li>
<li>You can use this name to refer to the actual page.</li>
<li>This avoids hardcoding URLs on your web pages.</li>
</ul>
</div>
</div>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="action-mappings" class="color-green">action-mappings</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Each action mapping is defined in an <b>&lt;action&gt;</b> element.</li>
<li>The <b>&lt;forward&gt;</b> definition within <b>&lt;action&gt;</b>, maps the result of the action to the jsp page invoked.</li>
<li>This is a &#8216;local&#8217; forward and is optional. That is, for the particular request object, if there is no forward defined in the global forwards, it is specified in the <b>&lt;action-mapping&gt;</b> element.</li>
</ul>
</div>
</div>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="controller" class="color-green">controller</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>The<b> &lt;controller&gt;</b> enables to configure the ActionServlet.</li>
<li>The <b>&lt;controller&gt;</b> element defines the<b> &lt;action&gt;</b> elements in Fault to be local or global ActionForward names.</li>
</ul>
</div>
</div>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="plug-in" class="color-green">plug-in</h2>
</div>
</div>
<div class="Content">
<div class="hddn">
<ul>
<li style="text-align: justify;">The <b>&lt;plug-in&gt; </b>element is used to include plug-ins in struts.</li>
<li style="text-align: justify;">The Web Client uses the Tiles plug-in and the Struts Validator plug-in</li>
</ul>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/java/explain-the-struts-configuration-file/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
