Setting up Struts applications
Previous | Home | Next |
Here we are going to cover how you can Set Up a Struts Application. We are cover pre-requirements, from where you can download, how you can install and configure?
You can download sample workspace for a struts application from http://r4r.co.in/java/struts/basic/tutorial/r4r-welcome-program-using-struts.zip (Just copy and past above link on your browsers address-bar and press enter.)
- Pre-requirement for struts applications Struts need some pre knowledge before working on Struts Based applications. To know about pre requirement for Struts Based Applications visits following URL: http://r4r.co.in/java/struts/basic/tutorial/struts_basic_tutorials.php?id=25&option=Struts%20Basic
- Downloading and configuring Struts You need some basic software and jars to work on Struts Framework. You can see following URL for more. You can see also how you can configure Struts based applications here also http://r4r.co.in/java/struts/basic/tutorial/struts_basic_tutorials.php?id=260&option=Struts%20Basic
- Welcome Program using Struts We had made a sample of Struts program which you can download from following. http://r4r.co.in/java/struts/basic/tutorial/struts_basic_tutorials.php?id=261&option=Struts%20Basic
- What is directory structure of struts? Struts Frameworks has some pre-defined directory for Struts based web projects. You can see more about this here: http://r4r.co.in/java/struts/basic/tutorial/struts_basic_tutorials.php?id=262&option=Struts%20Basic
- To set up a Struts Applications is same as set up a J2EE Web Application Project.
- So for more visits following: Set up a J2EE Web Application Project That Uses Struts Frameworks http://r4r.co.in/java/struts/basic/tutorial/struts_basic_tutorials.php?id=263&option=Struts%20Basic
Previous | Home | Next |