PDA

View Full Version : Struts


Pages : [1] 2

  1. How many types of Action in Struts ?
  2. What is an ActionForm ?
  3. Why plugins used in Struts ?
  4. How do plugins get called in struts ?
  5. Why forwarAction ?
  6. How to use DynaValidatorForm ?
  7. What is Strut Framework ?
  8. Explain Action Class ?
  9. What is ActionServlet ?
  10. What is an ActionForm ? Does it similar to Java Beans ?
  11. What is the significant of Struts Validator Framework ?
  12. What are the advantages of Struts ?
  13. What are Tiles in Struts Framework ?
  14. What is Resource Bundle ?
  15. What is a Plug-in ?
  16. How do Plug-in's get called ?
  17. How do you configure Plug-in's ?
  18. What is DispatchAction in Struts ? How to use it ?
  19. What does RequestProcessor Class ?
  20. What does Logic Tag Library ?
  21. List of Tag Libararies Available in Struts ?
  22. What is SwitchAction ?
  23. What is difference between IncludeAction and ForwardAction ?
  24. What is LookupDispatchAction ?
  25. What is use of Tiles ?
  26. What is static and dynamic WebApplication ?
  27. How to compile Action Class ?
  28. Why are you using Javascript valiadation instead of using validation controls ?
  29. Is it possible to use multiple web config files ? How will you implement them ?
  30. Is there any possible way , to download all pages of any web site and keep those in any folder ?
  31. How to use struts jar files in the Struts Application ?
  32. How to use DAO in Struts ?
  33. How to integrate persistence logic with Struts using DAO ?
  34. Instead of plugin class how to integrate Struts with Hibernate ?
  35. What is a Struts Framework ?
  36. What Design Pattern Struts fallows ?
  37. What components do Struts provides ?
  38. In MVC which part Struts will fills ?
  39. Explain about Architecture Overview ?
  40. How the flow will go in Struts FrameWork ?
  41. What are the Struts Components ?
  42. Why we use Struts Framework in project ?
  43. What is the difference between Action classes of Struts 1.x and Struts 2.x ?
  44. What is the difference between Threading Model of Struts 1.x and Struts 2.x ?
  45. What is the difference between Servlet Dependency of Struts 1.x and Struts 2.x ?
  46. What is the difference between Testability of Struts 1.x and Struts 2.x ?
  47. What is the difference between Harvesting Input of Struts 1.x and Struts 2.x ?
  48. What is the difference between Expression Language of Struts 1.x and Struts 2.x ?
  49. What is the difference between Binding values into views of Struts 1.x and 2.x ?
  50. What is the difference between Type Conversion of Struts 1.x and 2.x ?
  51. What is the difference between Validation of Struts 1.x and 2.x ?
  52. What is the difference between Control Of Action Execution Struts 1.x and 2.x ?
  53. What is the main purpose of using Framework in realtime Applications ?
  54. Explian Struts Navigation flow ?
  55. How to call EJB from Struts ?
  56. Explain about Token feature in Struts ?
  57. What are the core classes of Struts ?
  58. What are the Core Struts Technologies ?
  59. Give glimpse of Struts Technologies ?
  60. Give Overview about Struts MVC ?
  61. Explain about General Flow in Struts Frame work ?
  62. What is the Model part of MVC2 ?
  63. What is the View part of MVC2 ?
  64. What is the role of Controller in MVC2 ?
  65. Can we use any other technology than JSP to construt View ?
  66. Can we have more than one struts-config.xml file for a single Struts application ?
  67. Explain about Struts Application Model ?
  68. What are the important sections in Struts Configuration File ?
  69. Explain about the future of Struts ?
  70. How to install the Struts Library files into Tomcat ?
  71. What are the initial steps fallow to start the Struts application ?
  72. Explain about Struts Controller (Action Servlet) ?
  73. How to invoke a JSP file using Struts Framework ?
  74. What the web.xml file contains in Struts ?
  75. What information that the struts-config.xml contains in Struts ?
  76. Give an overview of Struts Application ?
  77. How Struts Works ?
  78. Explain about token feature in Struts ?
  79. How to call EJB from Struts ?
  80. What is the difference between a normal Servlet and Action Servlet ?
  81. What is a Struts Action Class ?
  82. What is the role of Action Class ?
  83. What we have to do to create an Action Class ?
  84. Give glimpse of an Action Class ?
  85. How to develop an Action and how to add mappings in configuration file ?
  86. What design patterns are used in Struts other than MVC ?
  87. Who makes the Struts ?
  88. Is Struts efficient ?
  89. Why do we need Struts ?
  90. Is Struts compatible with other Java technologies ?
  91. When do we need struts.jar on our classpath ?
  92. Does Struts include its own unit tests ?
  93. Why aren't the Struts tags maintained as part of the Jakarta Taglibs project ?
  94. Why was reload removed from Struts ?
  95. What is a modular application ? What does module-relative mean ?
  96. What helpers in the form of JSP pages are provided in Struts framework ?
  97. Are the Struts tags XHTML compliant ?
  98. Where can we get help with Struts ?
  99. What is the difference between Struts and Turbine? What's the difference between Struts and Espresso ?
  100. Why are not the Struts tags maintained as part of the Jakarta Taglibs project ?
  101. Can we use multiple HTML form elements with the same name ?
  102. Can we use multiple HTML form elements with the same name ?
  103. What is Action Mapping Class of Struts Framework and what it contains ?
  104. Is it possible to add our own properties to action mapping ?
  105. Explain about Action Forward in Struts Framework ?
  106. Why and when should you use a redirect in ActionForward mapping ?
  107. Is it necessary taht we have to define the forward for each and every action mapping ?
  108. What happens if we use same name for global and local forwards ?
  109. Explain about ActionError Class ?
  110. How to display the ActionErrors on JSP ?
  111. In validator Framework validator-rules.xml and validator.xml file contain what ?
  112. What is fat controller in MVC and how it overcome by using configurable controller ?
  113. Explain about ActionMessage Class ?
  114. How can we retrieve the ActionMessages from JSP page ?
  115. Explain about ActionForm class ?
  116. Before going to develop project with using Struts Framework what factors should we consider ?
  117. What are the basic steps to follow to develop a Struts based project ?
  118. What should we take care in creation of action Class ?
  119. Can we have an Action without a form ?
  120. What is Struts actions and action mappings ?
  121. What is LookupDispatchAction ?
  122. What are difference between ActionErrors and ActionMessage ?
  123. How we will handle exceptions in Struts ?
  124. Is Struts thread safe ?
  125. What are the different kinds of actions in Struts ?
  126. What is SwitchAction & ForwardAction in Struts ?
  127. What are the drawbacks of Struts ?
  128. Explain the different kinds of actions in Struts ?
  129. Describe the main difference between Action and DispatchAction classes ?
  130. Explain the difference between ForwardAction and IncludeAction ?
  131. Explain the difference between Html tags and Struts specific HTML Tags ?
  132. Differences between web.xml and sturts-config.xml ?
  133. Can anybody tell me Struts control flow ?
  134. How will we make any of the Message Resources Definitions file available to the Struts Framework Environment ?
  135. What are the various Struts tag libraries ?
  136. How to create a drop down list in Struts ?
  137. How to do File Upload in Struts ?
  138. How to create a multiple selections list in Struts ? And retrieve sleeted values ?
  139. Can there be dependencies among various plugins in Struts2 Architecture ?
  140. How you will make available any Message Resources Definitions file to the Struts Framework Environment ?
  141. Why cant we overide create method in StatelessSessionBean ?
  142. How Struts relates to J2EE ?
  143. What is Struts actions and action mappings ?
  144. What should do Controller when it creates a Action instance first time ?
  145. Explain Struts Dispatch Action with an example ?
  146. Explain Struts Forward Action with an example ?
  147. Explain Struts LookupDispatchAction with an example ?
  148. Give two flavours syntaxes of execute() method ?
  149. Explain about execute() method of Action class ?
  150. Explain about MappingDispatchAction with an example ?
  151. Executions steps in execute() method of action class ?
  152. How can we check that you are working with a current user Session ?
  153. How can we validate a user when he is logging ?
  154. Want a Struts based Web Application...Help me plz
  155. How can we forward to next page in an Action ?
  156. How an error is handled in an Action ?
  157. What is an Action Form and Explain with an example ?
  158. How the Action class can handle exceptions and how many ways ?
  159. What are the Declarative Exceptions ?
  160. How many ways to handle the Declarative Exceptions ?
  161. How can we declare the <global-expections> in struts-config.xml ?
  162. How can we declare <exception> element in struts-config.xml ?
  163. Is it possible to override an Exception Handler, if then how ?
  164. Give Struts File Upload and Save on Server example ?
  165. How Iterate Tag used with a Map ?
  166. What is the Difference between DispatchAction and LookupDispatchAction ?
  167. What is IncludeAction ?
  168. How to protect JSPs from direct access ?
  169. What is a Token ?
  170. What is meant by Idempotent transitions ?
  171. Why duplicate form submissions can occur ?
  172. Why is the form submitted again after all, when the refresh button is pressed ?
  173. What is HTTP redirect ? when we use it ?
  174. What is the basic idea behind to using Token ?
  175. What are the methods involved to use Token ?
  176. Explain about saveToken() method of Action class ?
  177. How the Action class eliminate duplicate submission using Token ?
  178. What are the steps to follow to handle Tokens ?
  179. Explain Tokens with an example ?
  180. How can we eliminate duplicate submission using tokens if the form has more than one page to submit ?
  181. In struts what happens if made any changes in Actionservlet ?
  182. How to integrate incoming request to Action Servlet ?
  183. Without using Dispatch Action how can we handle multiple actions ?
  184. Give brief overview of Action Form ?
  185. How can we create our own Action Form Bean ?
  186. What are the types of Action Form Beans ?
  187. Is it Acton Forms are serializable or non-serializable ?
  188. What is the main feature of Action Form ?
  189. How to define Action Form Bean in struts-config.xml ?
  190. How the request information actually makes it into the ActionForm ?
  191. What the Action Form Bean contains ?
  192. What is the role of Action Servlet while dealing forms in Struts ?
  193. How ActionServlet determine FormBean already exists or not ?
  194. Explain about validate() method of ActionForm ?
  195. Give an example for validate() method to validate Logon Screen ?
  196. Explain about reset() method of ActionForm ?
  197. How can we determine scope of Form Bean in the action mapping ?
  198. What are the design rules can be used when creating ActionForms ?
  199. Is it necessary to maintain one-to-one relationship between JSP form and ActionForm ?
  200. Can we handle multiple user forms (screens) with single ActionForm Bean ?
  201. How can we define a variable for Boolean property in FormBean ?
  202. Give an example for ActionForm in Struts ?
  203. Give an example to handle Multipart Forms using ActionForm ?
  204. What is the alternative for ActionForm ?
  205. What is a DynaActionForm ?
  206. What is the advantage of DynaActionForm rather than ActionForm ?
  207. How to define DynaActionForm in struts-config.xml ?
  208. How can we define indexed property in struts-config.xml ?
  209. How can we set default values to the properties while using DynaActionForm ?
  210. Give an example for DynaActionForm ?
  211. What are the types of elements in struts-config.xml file ?
  212. How can we define a Data Sources in struts-config.xml ?
  213. What is Plug-in in Struts ?
  214. How can we define Plug-In in struts-config.xml ?
  215. What is a Controller Configuration in struts-config.xml ?
  216. What are the Tag Libraries available in Struts ?
  217. When Tags throw Exceptions ?
  218. Why we use Struts-html Tag Library ?
  219. What is the Standard syntax of Struts-html Tag Library ?
  220. What are the Tags included within the Struts-HTML Tag Library ?
  221. Why would you want to use a set of custom tag libraries for basically duplicating many HTML elements ?
  222. Explain about <html:form> tag ?
  223. What are the attributes that we have to set for tag that related to form fields ?
  224. Why we use <html:errors> tag ?
  225. Brief over view of <html:error> tag ?
  226. How can we create error messages and how can we show them in JSP ?
  227. Give brief overview of Struts Beans tags ?
  228. Explain attributes of Bean tags ?
  229. What are the different tags in struts-bean tag library ?
  230. Explain about <bean:define/> tag ?
  231. Give example for <bean:define/> tag ?
  232. What class is controller in Struts ?
  233. How many action classes are there in struts based application ?
  234. Which validator is used for validating field containing alphabets and numbers ?
  235. In Struts Validator Framework what is validator.xml and validator-rules.xml ?
  236. What is Struts Validator-Pluins ?
  237. Explain the Action classes ?
  238. Why should i go with Struts 2.0?
  239. How to develop struts applications in Eclipse 3.1 ?
  240. Explain Struts work flow ?
  241. Need of <load-on-startup> tag in web.xml file?
  242. What is Struts bean?
  243. What will happen if i give action as without keyword?
  244. FAQS on Struts
  245. How to avoid multiple submit in struts using Token?
  246. Explain the Struts flow in detail?
  247. Explain the flow of Struts?
  248. What are Plug_ins ?
  249. What is the significant of Struts Validator Framework ?
  250. Why ActionServlet is designed as singleton ?