What are Struts properties?

Answers were Sorted based on User's Feedback



What are Struts properties? ..

Answer / saran v

The framework uses a number of properties that can be
changed to fit your needs. To change any of these
properties, specify the property key and value in an
struts.properties file. The properties file can be locate
anywhere on the classpath, but it is typically found
under /WEB-INF/class

The list of properties can be found in struts-
default.properties (inside struts2.jar).

Is This Answer Correct ?    5 Yes 2 No

What are Struts properties? ..

Answer / bindhu

Properties files prepare the resource bundles with all
String messages used in your web application. Because
properties files are text files, they provide a
straightforward way of internationalizing our application.

For Struts web applications, you can use the
PropertyResourceBundle class, which is one of the standard
Struts implementations of the java.util.ResourceBundle
class. This implementation allows web applications based on
Struts to define resources using the "name=value" syntax.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Struts Interview Questions

What are the two different types of validations that the validator framework supports?

0 Answers  


Can i use constructor in Action Class?If yes how?

8 Answers  


Why aren’t the struts tags maintained as part of the jakarta taglibs project ?

0 Answers  


How can we work with error tags?

0 Answers  


Can explain about the validations and in your project where did u used the validations?

4 Answers   NIIT,






Name some useful annotations introduced in Struts2?

0 Answers  


How is a lookup dispatch action created?

0 Answers  


How to depoly your struts application in JBOSS

1 Answers   HP, NuWare, Satyam, Wipro,


What happens when Two users requests for same action class? How the threads are controlled?

4 Answers  


What is actionmapping?

0 Answers  


How to convert struts to spring mvc?

0 Answers  


What is Portlet???? when,where and why we use it ??

3 Answers   Infotech, Rebaca, Wipro,


Categories