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

drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips

1 Answers  


Are struts and shocks the same?

0 Answers  


How to explain struts work flow

12 Answers   CSS, iFlex, iGate, mpower, TCS,


why do we typecast ActionForm into our plain java bean class in Action class? What is the reason?

4 Answers  


What is apache struts cve 2017 5638?

0 Answers  






its a ActionForm controller or model?

16 Answers   Patni, TCS, Wipro,


What is the apache struts vulnerability?

0 Answers  


How to explain Software Bank Loan descriptions

0 Answers   Kekran Mekran, Wipro,


Can you explain custom tag?

0 Answers  


Explain about how requests from the client are sent?

0 Answers  


How is declarative handling of exceptions done in struts ?

0 Answers  


What are the steps involved in creating a strut application?

0 Answers  


Categories