Can we write Structs application without using Action Class
directly or indirectly(extends Action class)
Answers were Sorted based on User's Feedback
No we cannot . since action servlet is the controller in
struts application which is the super class of Action Class.
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / deepthi
yes we can write a struts application without using Action
class in struts 2.0.In struts 1.2 it is not possible because
it is API dependendent.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / akhilesh
Since all Action classes like
ForwardAction,IncludeAction,DispatchAction are sub classes
of Action class so in struts1.1 its not possible but Struts2
Action class has obsolete so we can..
| Is This Answer Correct ? | 1 Yes | 0 No |
What is Model 1 and Model 2?
What configuration files are used in struts?
Hi i am murali.i need a excellent answer for the question Tell me about project and project flow ? i mean it is use full to any project,it is on STRUTS
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?
how to write my own Action servlet by extending pre-defined Action servlet in struts config.
What configuration changes are required to use resource files in Struts?
Why use struts framework in java?
I facing problems while explaining project details in the interview...... can any tell complete project architecture that followed in companies
Are interceptors thread safe?
struts 1.3 features?
In Struts Programming which is the controller,which is the model?
is it possible to see actionservlet in my system. if yes how