what is the use of cvs in struts?
Answers were Sorted based on User's Feedback
Answer / madhu
Cvs will give the support to the developer to see the files
which contains the code developed by the other developers
as part of the same project.CVS is nothing but concurrent
versioning system.
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / mary
cvs if file based.It finds no relationship among the files
until and unless they belong to the same directory.
Is This Answer Correct ? | 1 Yes | 2 No |
How is a lookup dispatch action created?
Lists the bundled validators in struts?
What are action errors?
What configurations are stored in struts configuration file ?
What do you mean by inner class and anonymous class?
Is struts mvc framework?
How do you create message resource?
How we can configured action mapping in struts?
what is the disadvantage of struts frame work?
How Struts internally works? For Example if we type the URL "/login.do" how the process goes internaly? How the struts-config.xml loaded?
What is the use of namespace in action mapping in Struts2?
What is the procedure of operation of a form tag?