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.
Answer Posted / m gangadhar
hi,
use properties file where ever u want it but my suggetion is
use that in service layer. by calling Properties class
methods. if u r testing this app in local means Tomcat place
this properties xml file in parallel to Source directory,
else ur deployed ur application in app servers plz keep
this file in WEB-INF folder means parallel to web.xml.
i hope this ll give u some clarity. if any doubts reply to
me ll give u details.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we integrate log4j in Struts2 application?
What is the use of namespace in action mapping in Struts2?
What is the purpose of @before?
What is the purpose of @after?
When should we use SwtichAction?
What are inner class and anonymous class?
What are the classes used as part of struts framework ?
What do you mean by actionmapping?
What are different Struts2 tags? How can we use them?
What's the purpose of execute method of action class?
What is the purpose of @expressionvalidator annotation?
What is the purpose of @after annotation?
What is struts?
Do you need an alignment after replacing struts?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?