wat happen when the connection is nt closed in jdbc n what vl happen when i interchange in executequery n execute statements
2 5111Can we write Structs application without using Action Class directly or indirectly(extends Action class)
5 10036we 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.
5 10028what is the current salary package in India for a java programmer who has 2 years experience
7 18596How to carryout the validations in struts if the validator frame work cant handle the validation
2 7548Can 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?
2 12382
What are the core components of a struct2 based application?
What is DynaActionForm?
What is the differences between struts1 and struts2?
Is struts 1 still supported?
How can we group related actions in one group in Struts?
Name some useful annotations introduced in Struts2?
What is the purpose of @requiredstringvalidator annotation?
What is an interceptor stack?
What is the purpose of @before annotation?
How can we display all validation errors to user on jsp page?
Who makes the struts?
What is the default suffix for Struts2 action URI and how can we change it?
What is the role of a handler in mvc based applications?
What configuration changes are required to use Tiles in Struts?
What is the purpose of @before?