DownLoad Struts materials..
Download and run in your system...The given examples are not having library files you have to include all the files in your lib folder given in each of the folder or you can copy the files in your server library folder as globally ...not like in each folder in your system..
download library files here
+ Lib files
1.StrutsExportWorkBooktoExcelTut orial
2.ValidatorFramework
3.StrutsExportJSPtoExcelTutorial
4.strutstaglogic
5.StrutsFileUpload.
6.TutorialUsingWildCardsinActionMappingTutorial
7. Tiles
8.StrutsDisplaytagTableDecorator
9.LookupDispatch
10.MaskValidationRule
11.InternationalizingStrutsApplic ationfromjsp
12.Htmltag
13.MultipleStrutsConfigurationFil esTutorial
14.UsingStrutsApplicationUsingBro wserSettingsTutorial
15.Htmlselecttag
16. Loginform
17. PaginationandSortingusingDispl aytag
18.HilightingErrorFields
19.DateValidations
20. ClientSideValidations
21.DispatchAction
22.Htmlselecttag
23. flow
24.CustomValidations
25. ExporttoExcelPDFCSVandXMLusing Displaytag
26.HelloWorld
27.DynaAction
28.processforinstall
Read more..
download library files here
+ Lib files
2.ValidatorFramework
3.StrutsExportJSPtoExcelTutorial
4.strutstaglogic
5.StrutsFileUpload.
7. Tiles
8.StrutsDisplaytagTableDecorator
9.LookupDispatch
10.MaskValidationRule
11.InternationalizingStrutsApplic
12.Htmltag
13.MultipleStrutsConfigurationFil
14.UsingStrutsApplicationUsingBro
15.Htmlselecttag
16. Loginform
17.
18.HilightingErrorFields
19.DateValidations
20. ClientSideValidations
21.DispatchAction
22.Htmlselecttag
23. flow
24.CustomValidations
25.
26.HelloWorld
27.DynaAction
28.processforinstall
Labels:
Downloads,
Struts 1.2
AutomatedBallotVote Project on Java
Software Engineering Methodology:
Object Oriented Analysis and Design (OOAD Standards)
Software requirements:
Operating System : Windows
Technology : Java/J2EE (JDBC, Servlets, JSP)
Web Technologies : Html, JavaScript, CSS
Web Server : Tomcat
Database : Oracle
Software’s : J2SDK1.5, Tomcat 5.5, Oracle 9i
164 Java Interview Questions by Nageswara Rao
Dr.R.Nageswara Rao has given some of the Java interview questions in his Core Java Integrated Approach book. These are the questions frequently asked in Java interviews.Go throught these Questions this would be helpful to you..
Read more..
If you are already attended any interviews on java you might have faced most of the questions given below. Please leave a comment if you have any queries.
Labels:
CoreJava,
Interview Questions
4.6.Example on FormBean Class
package p1;
public class RegisterForm extends org.apache.struts.action.ActionForm
{
String uname,pwd; //FormBean properties
public void setUname(String un)
{
uname = un;
}
public string getName()
{
return uname;
}
public void setPwd(String pass)
{
pwd=pass;
}
public String getPwd()
{
return pwd;
}
}
Labels:
Struts 1.2
4.5.Struts configuration file
The struts-config.xml file is heart of the struts-application containing FormBean classes,Action classes configuration , the entries in this xml file will be read by framework software.
Read more..
- Reading entries of web.xml is the responsibility of under laying web server or application server, application servers are using sax api, sax parser to read and process web.xml file.
- Struts framework software uses SAX parser, SAX api to read and process struts configuration file.
- Any "filename.xml" can become struts configuration file but it must be specified as input value to ActionServlet by using its init parameter 'config'.
Labels:
Struts 1.2
Subscribe to:
Comments (Atom)


