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 |
we have two applications A1 & A2 both are accesing the same databse table employee at the same time how we will manage this so that both application can get the correct no of emloyee while A1 is inserting a employee at the same time while other applicatuion is getting the empployee list.
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 are action errors and error and what are the consequences they impose?
Which tag is used to declare constants in struts xml?
What is struts in j2ee?
What is the purpose of execute method of action class?
What are the various struts tag libraries?
Provide some important Struts2 constants that you have used?
What are the benefits of the struts system?
What are the conditions for actionform to work correctly?
Why do we need mapdispatchtoprops?
Where should struts xml be placed?