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 |
What is the difference between forwardaction and includeaction?
What are the two types of validations supported by validator framework?
Can u call Action class methods fro struts-config.xml file?
Can we handle exceptions in Struts programmatically?
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.
how does request processor relates to action mapping?
Can we use struts and spring together?
What is struts framework in java?
what is project architecture?give brief explanation about project architecture?
3 Answers CTS, Etisalat, IBM, Infinite Computer Solutions, Mphasis,
What are pull and push mvc architecture and which architecture does struts2 follow?
What is struts and why it is used?
Where can I get a copy of struts?