Struts Tutorials:
Struts2 Tag CheckBoxList , Checkbox, Iterator, IF
Struts2 Tag Library Example
Struts2 Tiles Example
Struts2 Tiles I18N Example
Struts2 Questions
Struts Tiles I18N Example
Struts Eclipse MVC
Struts2 Tags
Struts2 Example and Tutorial
Struts MVC
Struts2 Validation
Hibernate Tutorials:
Hibernate Case Study
Class Hierarchy Persist Example
Using Hibernate Interceptor
Hibernate Questions with Answer
Hibernate Many-to-Many Mapping Example
Hibernate one-to-many Mapping Example
Hibernate and ORM tools
Spring Hibernate Example
Hibernate SessionFactory Example
Hibernate Mapping Class Hierarchy
Hibernate Questions
Hibernate SessionFactory Questions
Spring Hibernate Example:
Spring Hibernate Case Study
Written By : Amit
Title :
Struts2 example tutorial
Description :
My First example using Apache Struts2 More...
|
Written By : ISHTEK
Title :
Struts2
Description :
Tags such as IF Iterator Tags More...
|
Written By : guddu
Title :
Struts Eclipse MVC
Description :
Step by step demonstration More...
|
Written By : Girish
Title :
Struts Tiles I18N Example
Description :
Code with Sample Action More...
|
Written By : ISHTEK
Title :
Struts2 questions
Description :
open for discussion More...
|
Written By : ISHTEK
Title :
Struts2 Tiles Example
Description :
with Code and article More...
|
| Struts, Struts2 Tutorial, Struts 2 Example, Struts2 Author : ISHTEK Date (Year/Month/Date): 2009-03-19
Friends,
I have compiled set of questions from Struts2 knowledge I have, and tried to provide answer for the same as well.
If anyone feel that these answers are not proper/incorrect,
please feel free to correct me here.
Struts2 question 1:
Can there be dependencies among various plugins in Struts2 Architecture?
-> No, there should not be any dependencies among various Plugins used in Struts2.
Struts2 question 2:
Are there any perticular order of loading all the plugins available under
Struts2?
-> No, there is no perticular order of loading these plugins available under Struts2.
But the struts.xml file provided by the application developer, is loaded at last,
so as to be able to use features from all the plugins already loaded by then.
Struts2 question 3:
For layouting screen using Struts2, is Tiles-plugin only option or any other plugin
is available with Struts2 version 2.1.6?
-> SiteMesh plugin can be used for providing layout and Tiles like features but with
a different ways of coding/configuration setup.
| |