Exforsys

Free Training

struts

This is a discussion on struts within the Java Tutorials forums, part of the Articles and Tutorials category; Hi, I need to run a struts application using Jrun 3.1 and Jbuilder.Can ypu please provide me the steps to ...

Go Back   Exforsys > Articles and Tutorials > Java Tutorials

Exforsys.com


Java Tutorials Java Tutorials and Articles Discussions

Reply

 

LinkBack Thread Tools Search this Thread
  #1 (permalink)  
Old 09-04-2004, 02:42 AM
Junior Member
 
Join Date: Jun 2004
Posts: 2
jyothide
struts

Hi,

I need to run a struts application using Jrun 3.1 and Jbuilder.Can ypu please provide me the steps to do it.And also where to keep the class files jsp files jar files tld files.

Thanks,
Jyothi
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-04-2004, 04:24 AM
Senior Member
 
Join Date: Nov 2004
Posts: 132
Vasu
Re:struts

Jyothi,

Go thru this links:

http://www.netstore.ch/mesi/strutsTutorial/
http://info.borland.com/techpubs/jbu...ps/struts.html
http://info.borland.com/techpubs/jbu...ps/struts.html

Hope this helps.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-08-2004, 02:25 PM
akpraveen
Guest
 
Posts: n/a
Re:struts

Hi!

Your question has a very detailed and lengthy answer. Look up the links in the previous entry and go through them. As for the directory structure, here is a sample.

base directory/ (this is the name of your war file)
JSP files
image folder/image files
HTML files
CSS files (if you have multiple style-sheets you can create a folder)
any subdirectories containing additional JSP, HTML, images, and CSS
WEB-INF/
struts-config.xml
web.xml
TLD files for various tag libraries
lib/ (various .jar files for libraries you used)
classes/ (compiled .class files for your actions and action forms)
com/
package1/
strutstest/
actions/
LoginAction.class
SearchAction.class
forms/
LoginForm.class
SearchForm.class
META-INF/ (this is part of the .war file)
MANIFEST.MF (the manifest file from the .war file)

Also, if you work for a large organization, it is always better to find out from your lead or supervisor if there are any existing standards set by the organization for Web projects. For example, the company I work for, uses a different standard than the one above!

Hope you have fun with Struts!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Immediate Requirement: EJB, STRUTS, CORE JAVA techguru Experienced Job Seekers - India 0 05-21-2005 07:11 AM
Struts Question: Redirecting to a URL akpraveen Java Tutorials 2 08-14-2004 01:05 AM


All times are GMT -4. The time now is 09:15 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Copyright 2004 - 2009 Exforsys Inc. All rights reserved.