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 ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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. |
|
|||
|
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! |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Immediate Requirement: EJB, STRUTS, CORE JAVA | techguru | Experienced Job Seekers - India | 0 | 05-21-2005 08:11 AM |
| Struts Question: Redirecting to a URL | akpraveen | Java Tutorials | 2 | 08-14-2004 02:05 AM |