Can you explain struts.properties in struts2?
No Answer is Posted For this Question
Be the First to Post Answer
What happens when Two users requests for same action class? How the threads are controlled?
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
What are the sections into which a strut configuration file can be divided?
Who wrote struts?
What are different ways to create Action classes in Struts2?
What is the purpose of struts.xml in struct2?
what is mean by custom tag?
What is the purpose of @action annotation?
Can we have multiple struts-config files in a single web app? If yes why should we have them? Will multiple copies make any impact on performance?
What are action errors and error and what are the consequences they impose?
I facing problems while explaining project details in the interview...... can any tell complete project architecture that followed in companies
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.