What is apache struts vulnerability?
No Answer is Posted For this Question
Be the First to Post Answer
What is the different actions available in struts?
can we change the location of struts-config.xml file?
Explain about token feature in struts?
What are the advantages of spring mvc over struts mvc?
What is the role of action class?
What are disadvantages of Struts?
What is ognl?
I have 4 jsp pages .At last page we have a submit button when we click it it will store all jsps data which we provide will store into database. how we can make it possible
when connecting with the database,if database server is down,ho can we handle this exception in struts,how can we send error message to the user?
What is Request Dispatcher and what is Request Process?
Why do the struts tags provide for so little formatting?
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.