Total Questions:-168 Goto Page:
1
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
R4R ---> Articles--> Struts -->Struts Articles List
Page 1
Articles:
How can we communicate from struts to ejb?
Post Your View
ViewsThe ActionClass overrides execute() method.
Then in body of execute() method:
* Get Initial Context
* Get home object using JNDI look up.
*
For More
By:Jalees
Date:
Articles:
Why we use Struts framework in project?
Post Your View
ViewsStruts framework follow the Model-View-Controller design pattern. Struts framework provides the centralised control to throughout the Web application.
For More
By:Jalees
Date:
Articles:
Can I have an Action without a form?
Post Your View
ViewsYes! If your Action does not need any data and it does not need to make any data available to the view or controller component that it forwards to, it
For More
By:Jalees
Date:
Articles:
Can I have more than one struts-config.xml file for a single Struts application?
Post Your View
ViewsYes! One can have more than one struts-config.xml file for a single Struts application. You can define different struts-conifg.xml file for different
For More
By:Jalees
Date:
Articles:
Describe the <tiles:useAttribute/> and <tiles:importAttribute/> tags in Tiles tag library in Struts framewrok?
Post Your View
ViewsThe <tiles:useAttribute/> tag is used to retrieve a Tiles object from the Tiles context and expose that object as a scriptlet variable. The <tiles:use
For More
By:Jalees
Date:
Articles:
Describe the attributes of <action> sub-element?
Post Your View
ViewsThe attributes of <action> Sub-Element:
* path : Represents the context-relative path of the submitted request.
* type : Specifies the fully qua
For More
By:Jalees
Date:
Articles:
Describe the attributes of the <html:button/> tag in the HTML tag library defined in the Struts.
Post Your View
ViewsThe <html:button/> tag is used to render an HTML <input> element with an input type of button. The <html:button/> tag has a body type of JSP and suppo
For More
By:Jalees
Date:
Articles:
Describe the details of XML files used in the “Validator Framework”?
Post Your View
ViewsThe Validator Framework uses two XML configuration files:
* validator-rules.xml and
* validation.xml.
The validator-rules.xml defines the stand
For More
By:Jalees
Date:
Articles:
Describe the purpose of the Action class?
Post Your View
ViewsThe org.apache.struts.action.Action class is a most common component of the Struts Controller. This class must be extended for each specialized Struts
For More
By:Jalees
Date:
Articles:
Describe the scope of the Tile in the Struts application?
Post Your View
ViewsThe Tiles framework defines an additional scope called Tile scope. Like page scope, Tile scope is more private than request scope. It allows the user
For More
By:Jalees
Date:
Go:
1
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17