what is purpose cvs and vss in eclipse?
Answers were Sorted based on User's Feedback
Answer / pc arya
CVS and VSS are Version control system. using this we can
create multiple repositaries for a project. we can divide
multiple branches and we can maintain multiple versions of
files. and we can restore the old version file. and we can
compair two versions of files. multiple users can access
the same file at a time. and more...
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / kiranbabu
Just used for managing files content && for handle the
content of projects in organisation
| Is This Answer Correct ? | 1 Yes | 1 No |
what is the disadvantages of using DynaActionForm in struts framework?
How can we upload files in Struts2 application?
how you implement and maintain your struts project by using MVC2 arch?
In web.xml file instead of *.do can i write *.ibm, Specify with example
what is is the use DynaActionForm?
How we can configured action mapping in struts?
What is apache struts framework?
What are the steps used to setup dispatch action?
What are the two different types of validations that the validator framework supports?
How to forward from Array List to Jsp in Struts ActionServlet class?
How display data base errors on web console by using the Struts Framework?
i have list of values(e.g 100). using logic:iterate, how can i print the multiples of 5th element? how the logic:iterate will understand the multiples of 5.