is it possible to see actionservlet in my system. if yes how
Answers were Sorted based on User's Feedback
Answer / annamalai
Web.xml can has the action servelet.Initially the path will
going to web.xml.And it will select the url path and come to
struts-config.xml.
| Is This Answer Correct ? | 10 Yes | 4 No |
Well one can only see the .class file of an ActionServlet,
ActionServlet .class file is zipped and kept in Struts.jar
file.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / murali krishna yella
what Aswin telling is correct as per my knowlodge.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ashok
If you are using eclipse then you can attach the source.zip downloaded from apache.org.
In this way you can see the source for any class in struts framework.
| Is This Answer Correct ? | 1 Yes | 0 No |
Yes we can see only .class file of ActionServlet class in
struts.jar,
If we want to see the class file use any of the decompiles
which converts .class to .java file.
Or we can download source from the apache.org site
| Is This Answer Correct ? | 1 Yes | 0 No |
What is controller in struts2?
How many instances of servlet usually run in a struts application ?
What is the design role played by struts?
Can you explain struts.properties in struts2?
What is the procedure of operation of a form tag?
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.
What is discontinuous strut?
Do we need to pay the struts if being used in commercial purpose?
How does struts work?
What is the purpose of interceptors?
why do we use logic tag library in struts?
What are the custom tags?