What are Struts properties?
Answers were Sorted based on User's Feedback
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 |
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 |
What is actioncontext?
What is the purpose of @result annotation?
What is the purpose of @keyproperty annotation annotation?
How long do struts last?
Which components are available using actioncontext map?
Hi Friends, am new to struts.I read that " you can store variables in xml file(properties file) and for future enhancements we just call properties file . Now i want to implement this , where can i call properties file to enhance my application. My question is where this properties file will be called.
I facing problems while explaining project details in the interview...... can any tell complete project architecture that followed in companies
what is BUSINESS DELIGATE PATTERN,DAO,VO,DTO?
6 Answers BOB Technologies, TCS,
What is ValueStack and OGNL?
What is the use of ActionErrors in Struts?
How to use forward action to restrict a strut application to mvc?
Why do we need mapdispatchtoprops?