I’m trying to make a project using struts 2, spring 3 and hibernate, but when I come to the step to write the struts.xml, I couldn’t find a site which gave an explanation about the tag (and their attributes too) used in this file (tag such as package, action, result etc).
So is there any tutorial or refcard that gives an explanation about them?
What is the role that has in a Java EE project?
There are complete information about the various tags/attributes there layout in the xml DTD file. If you will use any IDE for the development it tend to give complete information about the elements and allowed attributes as well there positions.
Here are the links for some of documents for details
Hope this will help you